Home
last modified time | relevance | path

Searched defs:MarshalerError (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/json/
Dencode.go232 type MarshalerError struct { struct
233 Type reflect.Type
234 Err error
235 sourceFunc string
238 func (e *MarshalerError) Error() string {
249 func (e *MarshalerError) Unwrap() error { return e.Err }