Documentation ¶
Index ¶
- Variables
- type Error
- func (*Error) Descriptor() ([]byte, []int)deprecated
- func (x *Error) GetCode() int32
- func (x *Error) GetDebugInfo() *Error_DebugInfo
- func (x *Error) GetHumanDescriptions() []string
- func (x *Error) GetHumanMessage() string
- func (x *Error) GetName() string
- func (*Error) ProtoMessage()
- func (x *Error) ProtoReflect() protoreflect.Message
- func (x *Error) Reset()
- func (x *Error) String() string
- type Error_DebugInfo
- func (*Error_DebugInfo) Descriptor() ([]byte, []int)deprecated
- func (x *Error_DebugInfo) GetApplicationTrace() []string
- func (x *Error_DebugInfo) GetException() string
- func (x *Error_DebugInfo) GetFrameworkTrace() []string
- func (x *Error_DebugInfo) GetTrace() []string
- func (*Error_DebugInfo) ProtoMessage()
- func (x *Error_DebugInfo) ProtoReflect() protoreflect.Message
- func (x *Error_DebugInfo) Reset()
- func (x *Error_DebugInfo) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_isuxportal_error_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error struct { Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` HumanMessage string `protobuf:"bytes,3,opt,name=human_message,json=humanMessage,proto3" json:"human_message,omitempty"` HumanDescriptions []string `protobuf:"bytes,4,rep,name=human_descriptions,json=humanDescriptions,proto3" json:"human_descriptions,omitempty"` DebugInfo *Error_DebugInfo `protobuf:"bytes,16,opt,name=debug_info,json=debugInfo,proto3" json:"debug_info,omitempty"` // contains filtered or unexported fields }
func (*Error) Descriptor
deprecated
func (*Error) GetDebugInfo ¶
func (x *Error) GetDebugInfo() *Error_DebugInfo
func (*Error) GetHumanDescriptions ¶
func (*Error) GetHumanMessage ¶
func (*Error) ProtoMessage ¶
func (*Error) ProtoMessage()
func (*Error) ProtoReflect ¶
func (x *Error) ProtoReflect() protoreflect.Message
type Error_DebugInfo ¶
type Error_DebugInfo struct { Exception string `protobuf:"bytes,1,opt,name=exception,proto3" json:"exception,omitempty"` Trace []string `protobuf:"bytes,2,rep,name=trace,proto3" json:"trace,omitempty"` ApplicationTrace []string `protobuf:"bytes,3,rep,name=application_trace,json=applicationTrace,proto3" json:"application_trace,omitempty"` FrameworkTrace []string `protobuf:"bytes,4,rep,name=framework_trace,json=frameworkTrace,proto3" json:"framework_trace,omitempty"` // contains filtered or unexported fields }
func (*Error_DebugInfo) Descriptor
deprecated
func (*Error_DebugInfo) Descriptor() ([]byte, []int)
Deprecated: Use Error_DebugInfo.ProtoReflect.Descriptor instead.
func (*Error_DebugInfo) GetApplicationTrace ¶
func (x *Error_DebugInfo) GetApplicationTrace() []string
func (*Error_DebugInfo) GetException ¶
func (x *Error_DebugInfo) GetException() string
func (*Error_DebugInfo) GetFrameworkTrace ¶
func (x *Error_DebugInfo) GetFrameworkTrace() []string
func (*Error_DebugInfo) GetTrace ¶
func (x *Error_DebugInfo) GetTrace() []string
func (*Error_DebugInfo) ProtoMessage ¶
func (*Error_DebugInfo) ProtoMessage()
func (*Error_DebugInfo) ProtoReflect ¶
func (x *Error_DebugInfo) ProtoReflect() protoreflect.Message
func (*Error_DebugInfo) Reset ¶
func (x *Error_DebugInfo) Reset()
func (*Error_DebugInfo) String ¶
func (x *Error_DebugInfo) String() string
Click to show internal directories.
Click to hide internal directories.