Searched defs:HttpError (Results 1 – 4 of 4) sorted by relevance
183 type HttpError struct { struct184 Code int185 Body string188 func (err HttpError) Error() string {
34 class HttpError(Error): class
50 class HttpError(CommunicationError): class
67 enum HttpError { enum