Documentation ¶
Overview ¶
package errs provides error types that occur in the runtime.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error struct {
// contains filtered or unexported fields
}
func NewAttributeError ¶
NewAttributeError returns a type error with a message.
func NewParseError ¶
NewParseError returns a parsing error with a message.
func NewStackError ¶
NewStackError returns a stack error with a message.
func NewTypeError ¶
NewTypeError returns a type error with a message.
func NewVariableError ¶
NewVariableError returns a variable error with a message.
Click to show internal directories.
Click to hide internal directories.