Documentation
¶
Index ¶
- Variables
- type Debugging
- func (*Debugging) Descriptor() ([]byte, []int)deprecated
- func (x *Debugging) GetFile() string
- func (x *Debugging) GetFunction() string
- func (x *Debugging) GetLine() int32
- func (x *Debugging) GetNid() string
- func (x *Debugging) GetService() string
- func (*Debugging) ProtoMessage()
- func (x *Debugging) ProtoReflect() protoreflect.Message
- func (x *Debugging) Reset()
- func (x *Debugging) String() string
- type IonError
- func (*IonError) Descriptor() ([]byte, []int)deprecated
- func (x *IonError) GetDebugging() *Debugging
- func (x *IonError) GetDescription() string
- func (x *IonError) GetErrorCode() int32
- func (*IonError) ProtoMessage()
- func (x *IonError) ProtoReflect() protoreflect.Message
- func (x *IonError) Reset()
- func (x *IonError) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_proto_debug_debug_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Debugging ¶
type Debugging struct {
Nid string `protobuf:"bytes,1,opt,name=nid,proto3" json:"nid,omitempty"`
Service string `protobuf:"bytes,2,opt,name=service,proto3" json:"service,omitempty"`
File string `protobuf:"bytes,3,opt,name=file,proto3" json:"file,omitempty"`
Line int32 `protobuf:"varint,4,opt,name=line,proto3" json:"line,omitempty"`
Function string `protobuf:"bytes,5,opt,name=function,proto3" json:"function,omitempty"`
// contains filtered or unexported fields
}
func (*Debugging) Descriptor
deprecated
func (*Debugging) GetFunction ¶
func (*Debugging) GetService ¶
func (*Debugging) ProtoMessage ¶
func (*Debugging) ProtoMessage()
func (*Debugging) ProtoReflect ¶
func (x *Debugging) ProtoReflect() protoreflect.Message
type IonError ¶
type IonError struct {
ErrorCode int32 `protobuf:"varint,1,opt,name=errorCode,proto3" json:"errorCode,omitempty"`
Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
Debugging *Debugging `protobuf:"bytes,3,opt,name=debugging,proto3,oneof" json:"debugging,omitempty"`
// contains filtered or unexported fields
}
func (*IonError) Descriptor
deprecated
func (*IonError) GetDebugging ¶
func (*IonError) GetDescription ¶
func (*IonError) GetErrorCode ¶
func (*IonError) ProtoMessage ¶
func (*IonError) ProtoMessage()
func (*IonError) ProtoReflect ¶
func (x *IonError) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.