Documentation ¶
Index ¶
- Variables
- type ErrorInfo
- func (*ErrorInfo) Descriptor() ([]byte, []int)deprecated
- func (x *ErrorInfo) GetCause() string
- func (x *ErrorInfo) GetLine() uint32
- func (x *ErrorInfo) GetName() string
- func (x *ErrorInfo) GetPath() string
- func (x *ErrorInfo) GetWarp() []string
- func (*ErrorInfo) ProtoMessage()
- func (x *ErrorInfo) ProtoReflect() protoreflect.Message
- func (x *ErrorInfo) Reset()
- func (x *ErrorInfo) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_errinfo_errinfo_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ErrorInfo ¶
type ErrorInfo struct { Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path"` Line uint32 `protobuf:"varint,2,opt,name=line,proto3" json:"line"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name"` Cause string `protobuf:"bytes,4,opt,name=cause,proto3" json:"cause"` Warp []string `protobuf:"bytes,5,rep,name=warp,proto3" json:"warp"` // contains filtered or unexported fields }
func (*ErrorInfo) Descriptor
deprecated
func (*ErrorInfo) ProtoMessage ¶
func (*ErrorInfo) ProtoMessage()
func (*ErrorInfo) ProtoReflect ¶
func (x *ErrorInfo) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.