Documentation ¶
Index ¶
- type ErrorDetail
- func (*ErrorDetail) Descriptor() ([]byte, []int)
- func (m *ErrorDetail) GetErrorString() string
- func (*ErrorDetail) ProtoMessage()
- func (m *ErrorDetail) Reset()
- func (m *ErrorDetail) String() string
- func (m *ErrorDetail) XXX_DiscardUnknown()
- func (m *ErrorDetail) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ErrorDetail) XXX_Merge(src proto.Message)
- func (m *ErrorDetail) XXX_Size() int
- func (m *ErrorDetail) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorDetail ¶
type ErrorDetail struct {
ErrorString string `protobuf:"bytes,1,opt,name=error_string,json=errorString,proto3" json:"error_string,omitempty"`
}
func (*ErrorDetail) Descriptor ¶
func (*ErrorDetail) Descriptor() ([]byte, []int)
func (*ErrorDetail) GetErrorString ¶
func (m *ErrorDetail) GetErrorString() string
func (*ErrorDetail) ProtoMessage ¶
func (*ErrorDetail) ProtoMessage()
func (*ErrorDetail) Reset ¶
func (m *ErrorDetail) Reset()
func (*ErrorDetail) String ¶
func (m *ErrorDetail) String() string
func (*ErrorDetail) XXX_DiscardUnknown ¶
func (m *ErrorDetail) XXX_DiscardUnknown()
func (*ErrorDetail) XXX_Marshal ¶
func (m *ErrorDetail) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ErrorDetail) XXX_Merge ¶
func (m *ErrorDetail) XXX_Merge(src proto.Message)
func (*ErrorDetail) XXX_Size ¶
func (m *ErrorDetail) XXX_Size() int
func (*ErrorDetail) XXX_Unmarshal ¶
func (m *ErrorDetail) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.