Searched defs:DecodingError (Results 1 – 2 of 2) sorted by relevance
761 type DecodingError struct { struct762 off int763 msg string764 val any767 func (e *DecodingError) Error() string {
18 type DecodingError struct { struct19 Err error22 func (de DecodingError) Error() string {