Home
last modified time | relevance | path

Searched refs:APPLICATION_ERROR (Results 1 – 6 of 6) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
Dremote.py185 APPLICATION_ERROR = 5 variable in RpcStatus.State
252 STATE = RpcState.APPLICATION_ERROR
280 RpcState.APPLICATION_ERROR: ApplicationError,
Dtransport_test.py70 self.status = remote.RpcStatus(state=remote.RpcState.APPLICATION_ERROR,
118 self.assertEquals(remote.RpcState.APPLICATION_ERROR, self.rpc.state)
Dremote_test.py732 status = remote.RpcStatus(state=remote.RpcState.APPLICATION_ERROR,
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/
Dprotorpc.js89 APPLICATION_ERROR: 'APPLICATION_ERROR' property
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/wsgi/
Dservice.py186 remote.RpcState.APPLICATION_ERROR,
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/webapp/
Dservice_handlers.py605 remote.RpcState.APPLICATION_ERROR,