Documentation
¶
Index ¶
- Variables
- type CustomErrorDetail
- func (*CustomErrorDetail) Descriptor() ([]byte, []int)deprecated
- func (x *CustomErrorDetail) GetAttributes() *_struct.Struct
- func (x *CustomErrorDetail) GetMessage() string
- func (*CustomErrorDetail) ProtoMessage()
- func (x *CustomErrorDetail) ProtoReflect() protoreflect.Message
- func (x *CustomErrorDetail) Reset()
- func (x *CustomErrorDetail) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_proto_common_error_details_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type CustomErrorDetail ¶
type CustomErrorDetail struct {
Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
Attributes *_struct.Struct `protobuf:"bytes,2,opt,name=attributes,proto3" json:"attributes,omitempty"`
// contains filtered or unexported fields
}
func (*CustomErrorDetail) Descriptor
deprecated
func (*CustomErrorDetail) Descriptor() ([]byte, []int)
Deprecated: Use CustomErrorDetail.ProtoReflect.Descriptor instead.
func (*CustomErrorDetail) GetAttributes ¶
func (x *CustomErrorDetail) GetAttributes() *_struct.Struct
func (*CustomErrorDetail) GetMessage ¶
func (x *CustomErrorDetail) GetMessage() string
func (*CustomErrorDetail) ProtoMessage ¶
func (*CustomErrorDetail) ProtoMessage()
func (*CustomErrorDetail) ProtoReflect ¶
func (x *CustomErrorDetail) ProtoReflect() protoreflect.Message
func (*CustomErrorDetail) Reset ¶
func (x *CustomErrorDetail) Reset()
func (*CustomErrorDetail) String ¶
func (x *CustomErrorDetail) String() string
Click to show internal directories.
Click to hide internal directories.