Home
last modified time | relevance | path

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

/aosp_15_r20/device/google/cuttlefish/host/libs/websocket/
Dwebsocket_handler.h76 MethodNotAllowed = 405, enumerator
/aosp_15_r20/external/python/python-api-core/google/api_core/
Dexceptions.py261 class MethodNotAllowed(ClientError): class