type encoding/json.MarshalerError
7 uses
encoding/json (current package)
encode.go#L243: type MarshalerError struct {
encode.go#L249: func (e *MarshalerError) Error() string {
encode.go#L260: func (e *MarshalerError) Unwrap() error { return e.Err }
encode.go#L460: e.error(&MarshalerError{v.Type(), err, "MarshalJSON"})
encode.go#L479: e.error(&MarshalerError{v.Type(), err, "MarshalJSON"})
encode.go#L495: e.error(&MarshalerError{v.Type(), err, "MarshalText"})
encode.go#L509: e.error(&MarshalerError{v.Type(), err, "MarshalText"})
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)