Searched defs:UnmarshalTypeError (Results 1 – 1 of 1) sorted by relevance
125 type UnmarshalTypeError struct { struct126 Value string // description of JSON value - "bool", "array", "number -5"127 Type reflect.Type // type of Go value it could not be assigned to128 Offset int64 // error occurred after reading Offset bytes129 Struct string // name of the struct type containing the field130 Field string // the full path from root node to the field133 func (e *UnmarshalTypeError) Error() string {