Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/json/
Dencode.go207 type UnsupportedValueError struct { struct
208 Value reflect.Value
209 Str string
212 func (e *UnsupportedValueError) Error() string {