Documentation
¶
Index ¶
- Variables
- type Exception
- func (*Exception) Descriptor() ([]byte, []int)deprecated
- func (x *Exception) GetMessage() string
- func (x *Exception) GetSessionId() string
- func (x *Exception) GetStackTrace() []string
- func (x *Exception) GetTitle() string
- func (*Exception) ProtoMessage()
- func (x *Exception) ProtoReflect() protoreflect.Message
- func (x *Exception) Reset()
- func (x *Exception) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_exception_v1_exception_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Exception ¶
type Exception struct {
Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
StackTrace []string `protobuf:"bytes,3,rep,name=stack_trace,json=stackTrace,proto3" json:"stack_trace,omitempty"`
SessionId string `protobuf:"bytes,4,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty"`
// contains filtered or unexported fields
}
func (*Exception) Descriptor
deprecated
func (*Exception) GetMessage ¶
func (*Exception) GetSessionId ¶
func (*Exception) GetStackTrace ¶
func (*Exception) ProtoMessage ¶
func (*Exception) ProtoMessage()
func (*Exception) ProtoReflect ¶
func (x *Exception) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.