Get desktop application:
View/edit binary Protocol Buffers messages
required int64 rpc_id = 1
required string service = 2
required string method = 3
required bytes body = 4
required int64 rpc_id = 1
optional bytes body = 3
optional string error_detail = 4
optional int32 application_error = 5
Used in: Response
OK = 0
RPC_FAILED = 1
CALL_NOT_FOUND = 2
ARGUMENT_ERROR = 3
DEADLINE_EXCEEDED = 4
CANCELLED = 5
APPLICATION_ERROR = 6
OTHER_ERROR = 7
OVER_QUOTA = 8
REQUEST_TOO_LARGE = 9
CAPABILITY_DISABLED = 10