Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNilValue = errors.New("value is nil")
Functions ¶
Types ¶
type MarshalError ¶
MarshalError is returned when attempting to transform a value into a document results in an error.
func (MarshalError) Error ¶
func (e MarshalError) Error() string
Error implements the error interface.
func (MarshalError) Unwrap ¶ added in v2.3.0
func (e MarshalError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.