Documentation ¶
Index ¶
- Variables
- func ErrorField(name string) error
- func ErrorMismatch(src string, pos int, vt *rt.GoType) error
- func ErrorType(vt *rt.GoType) error
- func ErrorValue(value string, vtype reflect.Type) error
- func ErrorWrap(src string, pos int, code types.ParsingError) error
- type MismatchTypeError
- type SyntaxError
Constants ¶
This section is empty.
Variables ¶
View Source
var StackOverflow = &json.UnsupportedValueError{ Str: "Value nesting too deep", Value: reflect.ValueOf("..."), }
Functions ¶
func ErrorField ¶
Types ¶
type MismatchTypeError ¶
func (MismatchTypeError) Description ¶
func (self MismatchTypeError) Description() string
func (MismatchTypeError) Error ¶
func (self MismatchTypeError) Error() string
type SyntaxError ¶
type SyntaxError struct { Pos int Src string Code types.ParsingError Msg string }
func (SyntaxError) Description ¶
func (self SyntaxError) Description() string
func (SyntaxError) Error ¶
func (self SyntaxError) Error() string
func (SyntaxError) Message ¶
func (self SyntaxError) Message() string
Click to show internal directories.
Click to hide internal directories.