Documentation ¶
Index ¶
- Variables
- type KeyValue
- type WrappedError
- func (*WrappedError) Descriptor() ([]byte, []int)deprecated
- func (x *WrappedError) GetBinary() string
- func (x *WrappedError) GetCode() string
- func (x *WrappedError) GetJoinedErrors() []*WrappedError
- func (x *WrappedError) GetKeyValues() []*KeyValue
- func (x *WrappedError) GetMessage() string
- func (x *WrappedError) GetSource() string
- func (x *WrappedError) GetStackTrace() []string
- func (x *WrappedError) GetWrappedError() *WrappedError
- func (*WrappedError) ProtoMessage()
- func (x *WrappedError) ProtoReflect() protoreflect.Message
- func (x *WrappedError) Reset()
- func (x *WrappedError) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_jettison_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type KeyValue ¶
type KeyValue struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*KeyValue) Descriptor
deprecated
func (*KeyValue) ProtoMessage ¶
func (*KeyValue) ProtoMessage()
func (*KeyValue) ProtoReflect ¶
func (x *KeyValue) ProtoReflect() protoreflect.Message
type WrappedError ¶
type WrappedError struct { Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` Binary string `protobuf:"bytes,5,opt,name=binary,proto3" json:"binary,omitempty"` StackTrace []string `protobuf:"bytes,6,rep,name=stack_trace,json=stackTrace,proto3" json:"stack_trace,omitempty"` Code string `protobuf:"bytes,7,opt,name=code,proto3" json:"code,omitempty"` Source string `protobuf:"bytes,9,opt,name=source,proto3" json:"source,omitempty"` KeyValues []*KeyValue `protobuf:"bytes,8,rep,name=key_values,json=keyValues,proto3" json:"key_values,omitempty"` JoinedErrors []*WrappedError `protobuf:"bytes,3,rep,name=joined_errors,json=joinedErrors,proto3" json:"joined_errors,omitempty"` WrappedError *WrappedError `protobuf:"bytes,4,opt,name=wrapped_error,json=wrappedError,proto3" json:"wrapped_error,omitempty"` // contains filtered or unexported fields }
func (*WrappedError) Descriptor
deprecated
func (*WrappedError) Descriptor() ([]byte, []int)
Deprecated: Use WrappedError.ProtoReflect.Descriptor instead.
func (*WrappedError) GetBinary ¶
func (x *WrappedError) GetBinary() string
func (*WrappedError) GetCode ¶
func (x *WrappedError) GetCode() string
func (*WrappedError) GetJoinedErrors ¶
func (x *WrappedError) GetJoinedErrors() []*WrappedError
func (*WrappedError) GetKeyValues ¶
func (x *WrappedError) GetKeyValues() []*KeyValue
func (*WrappedError) GetMessage ¶
func (x *WrappedError) GetMessage() string
func (*WrappedError) GetSource ¶
func (x *WrappedError) GetSource() string
func (*WrappedError) GetStackTrace ¶
func (x *WrappedError) GetStackTrace() []string
func (*WrappedError) GetWrappedError ¶
func (x *WrappedError) GetWrappedError() *WrappedError
func (*WrappedError) ProtoMessage ¶
func (*WrappedError) ProtoMessage()
func (*WrappedError) ProtoReflect ¶
func (x *WrappedError) ProtoReflect() protoreflect.Message
func (*WrappedError) Reset ¶
func (x *WrappedError) Reset()
func (*WrappedError) String ¶
func (x *WrappedError) String() string
Click to show internal directories.
Click to hide internal directories.