Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/json/
Ddecode.go125 type UnmarshalTypeError struct { struct
126 Value string // description of JSON value - "bool", "array", "number -5"
127 Type reflect.Type // type of Go value it could not be assigned to
128 Offset int64 // error occurred after reading Offset bytes
129 Struct string // name of the struct type containing the field
130 Field string // the full path from root node to the field
133 func (e *UnmarshalTypeError) Error() string {