Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrEmptyParsers = errors.New("no Parser passed, at least one required") ErrInvalidObject = errors.New("object must be non-nil pointer") )
Functions ¶
This section is empty.
Types ¶
type ParserError ¶ added in v1.0.1
func (*ParserError) Error ¶ added in v1.0.1
func (e *ParserError) Error() string
func (*ParserError) Unwrap ¶ added in v1.0.1
func (e *ParserError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.