Home
last modified time | relevance | path

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

/external/syzkaller/dashboard/app/
Dutil_test.go183 type HttpError struct { struct
184 Code int
185 Body string
188 func (err HttpError) Error() string {
/external/python/google-api-python-client/googleapiclient/
Derrors.py34 class HttpError(Error): class
/external/python/apitools/apitools/base/py/
Dexceptions.py50 class HttpError(CommunicationError): class
/external/webrtc/webrtc/base/
Dhttpcommon.h67 enum HttpError { enum