Searched defs:DecodeError (Results 1 – 5 of 5) sorted by relevance
197 type DecodeError struct { struct198 Name string199 Offset Offset200 Err string203 func (e DecodeError) Error() string {
58 class DecodeError(HTTPError): class