Documentation ¶
Index ¶
- Variables
- type GrpcErr
- func (*GrpcErr) Descriptor() ([]byte, []int)
- func (m *GrpcErr) GetCode() int32
- func (m *GrpcErr) GetDetail() string
- func (m *GrpcErr) GetMessage() string
- func (m *GrpcErr) Marshal() (dAtA []byte, err error)
- func (m *GrpcErr) MarshalTo(dAtA []byte) (int, error)
- func (m *GrpcErr) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GrpcErr) ProtoMessage()
- func (m *GrpcErr) Reset()
- func (m *GrpcErr) Size() (n int)
- func (m *GrpcErr) String() string
- func (m *GrpcErr) Unmarshal(dAtA []byte) error
- func (m *GrpcErr) XXX_DiscardUnknown()
- func (m *GrpcErr) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GrpcErr) XXX_Merge(src proto.Message)
- func (m *GrpcErr) XXX_Size() int
- func (m *GrpcErr) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type GrpcErr ¶
type GrpcErr struct { Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"` Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` Detail string `protobuf:"bytes,3,opt,name=detail,proto3" json:"detail,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GrpcErr) Descriptor ¶
func (*GrpcErr) GetMessage ¶
func (*GrpcErr) MarshalToSizedBuffer ¶
func (*GrpcErr) ProtoMessage ¶
func (*GrpcErr) ProtoMessage()
func (*GrpcErr) XXX_DiscardUnknown ¶
func (m *GrpcErr) XXX_DiscardUnknown()
func (*GrpcErr) XXX_Marshal ¶
func (*GrpcErr) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.