Home
last modified time | relevance | path

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

/external/libbrillo/brillo/http/
Dhttp_request.h192 static const int BadGateway = 502; variable
/external/python/python-api-core/google/api_core/
Dexceptions.py356 class BadGateway(ServerError): class