Home
last modified time | relevance | path

Searched refs:RpcError_ErrorCode (Results 1 – 4 of 4) sorted by relevance

/external/syzkaller/vendor/google.golang.org/appengine/internal/remote_api/
Dremote_api.pb.go28 type RpcError_ErrorCode int32 type
31 RpcError_UNKNOWN RpcError_ErrorCode = 0
32 RpcError_CALL_NOT_FOUND RpcError_ErrorCode = 1
33 RpcError_PARSE_ERROR RpcError_ErrorCode = 2
34 RpcError_SECURITY_VIOLATION RpcError_ErrorCode = 3
35 RpcError_OVER_QUOTA RpcError_ErrorCode = 4
36 RpcError_REQUEST_TOO_LARGE RpcError_ErrorCode = 5
37 RpcError_CAPABILITY_DISABLED RpcError_ErrorCode = 6
38 RpcError_FEATURE_DISABLED RpcError_ErrorCode = 7
39 RpcError_BAD_REQUEST RpcError_ErrorCode = 8
[all …]
/external/syzkaller/vendor/google.golang.org/appengine/internal/
Dinternal.go84 switch remotepb.RpcError_ErrorCode(e.Code) {
Dapi_pre17.go536 switch remotepb.RpcError_ErrorCode(ce.Code) {
Dapi.go514 switch remotepb.RpcError_ErrorCode(ce.Code) {