Versions in this module Expand all Collapse all v1 v1.0.0 Sep 29, 2016 Changes in this version + var RpcError_ErrorCode_name = map[int32]string + var RpcError_ErrorCode_value = map[string]int32 + type ApplicationError struct + Code *int32 + Detail *string + XXX_unrecognized []byte + func (*ApplicationError) ProtoMessage() + func (m *ApplicationError) GetCode() int32 + func (m *ApplicationError) GetDetail() string + func (m *ApplicationError) Reset() + func (m *ApplicationError) String() string + type Request struct + Method *string + Request []byte + RequestId *string + ServiceName *string + XXX_unrecognized []byte + func (*Request) ProtoMessage() + func (m *Request) GetMethod() string + func (m *Request) GetRequest() []byte + func (m *Request) GetRequestId() string + func (m *Request) GetServiceName() string + func (m *Request) Reset() + func (m *Request) String() string + type Response struct + ApplicationError *ApplicationError + Exception []byte + JavaException []byte + Response []byte + RpcError *RpcError + XXX_unrecognized []byte + func (*Response) ProtoMessage() + func (m *Response) GetApplicationError() *ApplicationError + func (m *Response) GetException() []byte + func (m *Response) GetJavaException() []byte + func (m *Response) GetResponse() []byte + func (m *Response) GetRpcError() *RpcError + func (m *Response) Reset() + func (m *Response) String() string + type RpcError struct + Code *int32 + Detail *string + XXX_unrecognized []byte + func (*RpcError) ProtoMessage() + func (m *RpcError) GetCode() int32 + func (m *RpcError) GetDetail() string + func (m *RpcError) Reset() + func (m *RpcError) String() string + type RpcError_ErrorCode int32 + const RpcError_BAD_REQUEST + const RpcError_CALL_NOT_FOUND + const RpcError_CANCELLED + const RpcError_CAPABILITY_DISABLED + const RpcError_DEADLINE_EXCEEDED + const RpcError_FEATURE_DISABLED + const RpcError_OVER_QUOTA + const RpcError_PARSE_ERROR + const RpcError_REPLAY_ERROR + const RpcError_REQUEST_TOO_LARGE + const RpcError_RESPONSE_TOO_LARGE + const RpcError_SECURITY_VIOLATION + const RpcError_UNKNOWN + func (x *RpcError_ErrorCode) UnmarshalJSON(data []byte) error + func (x RpcError_ErrorCode) Enum() *RpcError_ErrorCode + func (x RpcError_ErrorCode) String() string