Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ErrInvalidArgument ¶
type ErrInvalidArgument struct { Function string Property *specs.Property Expected types.Type // contains filtered or unexported fields }
ErrInvalidArgument is thrown when a given argument is invalid
func (ErrInvalidArgument) Error ¶
func (e ErrInvalidArgument) Error() string
Error returns a description of the given error as a string
func (ErrInvalidArgument) Prettify ¶
func (e ErrInvalidArgument) Prettify() prettyerr.Error
Prettify returns the prettified version of the given error
Click to show internal directories.
Click to hide internal directories.