Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNilValue = errors.New("value is nil")
Functions ¶
Types ¶
type MarshalError ¶
type MarshalError struct { Value interface{} Err error }
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.
Click to show internal directories.
Click to hide internal directories.