Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrInvalidIndex returned if an invalid index is used for an array. ErrInvalidIndex = errors.New("Invalid index") // ErrNotSupported returned if an unsupported value is encountered while // evaluating the expression. ErrNotSupported = errors.New("Value not supported") // ErrNotFound returned if a property was not found. ErrNotFound = errors.New("Property not found") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.