Documentation
¶
Index ¶
- Variables
- type ErrorX
- func (*ErrorX) Descriptor() ([]byte, []int)deprecated
- func (x *ErrorX) GetCode() string
- func (x *ErrorX) GetFields() map[string]string
- func (x *ErrorX) GetMessage() string
- func (x *ErrorX) GetTrace() string
- func (x *ErrorX) GetType() int32
- func (*ErrorX) ProtoMessage()
- func (x *ErrorX) ProtoReflect() protoreflect.Message
- func (x *ErrorX) Reset()
- func (x *ErrorX) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_error_x_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ErrorX ¶
type ErrorX struct { Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` Code string `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty"` Type int32 `protobuf:"varint,3,opt,name=type,proto3" json:"type,omitempty"` Trace string `protobuf:"bytes,4,opt,name=trace,proto3" json:"trace,omitempty"` Fields map[string]string `` /* 153-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ErrorX) Descriptor
deprecated
func (*ErrorX) GetMessage ¶
func (*ErrorX) ProtoMessage ¶
func (*ErrorX) ProtoMessage()
func (*ErrorX) ProtoReflect ¶
func (x *ErrorX) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.