Versions in this module Expand all Collapse all v1 v1.11.3 Apr 22, 2024 Changes in this version + var ErrIntOverflowErrors = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowHintdetail = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowMarkers = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowTags = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowTesting = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthErrors = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthHintdetail = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthMarkers = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthTags = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthTesting = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupErrors = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupHintdetail = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupMarkers = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupTags = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupTesting = fmt.Errorf("proto: unexpected end of group") + var MessageType_name = map[int32]string + var MessageType_value = map[string]int32 + type EncodedError struct + Error isEncodedError_Error + func (*EncodedError) Descriptor() ([]byte, []int) + func (*EncodedError) ProtoMessage() + func (*EncodedError) XXX_OneofWrappers() []interface{} + func (m *EncodedError) GetError() isEncodedError_Error + func (m *EncodedError) GetLeaf() *EncodedErrorLeaf + func (m *EncodedError) GetWrapper() *EncodedWrapper + func (m *EncodedError) IsSet() bool + func (m *EncodedError) Marshal() (dAtA []byte, err error) + func (m *EncodedError) MarshalTo(dAtA []byte) (int, error) + func (m *EncodedError) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EncodedError) Reset() + func (m *EncodedError) Size() (n int) + func (m *EncodedError) String() string + func (m *EncodedError) Unmarshal(dAtA []byte) error + func (m *EncodedError) XXX_DiscardUnknown() + func (m *EncodedError) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EncodedError) XXX_Merge(src proto.Message) + func (m *EncodedError) XXX_Size() int + func (m *EncodedError) XXX_Unmarshal(b []byte) error + type EncodedErrorDetails struct + ErrorTypeMark ErrorTypeMark + FullDetails *types.Any + OriginalTypeName string + ReportablePayload []string + func (*EncodedErrorDetails) Descriptor() ([]byte, []int) + func (*EncodedErrorDetails) ProtoMessage() + func (m *EncodedErrorDetails) Marshal() (dAtA []byte, err error) + func (m *EncodedErrorDetails) MarshalTo(dAtA []byte) (int, error) + func (m *EncodedErrorDetails) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EncodedErrorDetails) Reset() + func (m *EncodedErrorDetails) Size() (n int) + func (m *EncodedErrorDetails) String() string + func (m *EncodedErrorDetails) Unmarshal(dAtA []byte) error + func (m *EncodedErrorDetails) XXX_DiscardUnknown() + func (m *EncodedErrorDetails) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EncodedErrorDetails) XXX_Merge(src proto.Message) + func (m *EncodedErrorDetails) XXX_Size() int + func (m *EncodedErrorDetails) XXX_Unmarshal(b []byte) error + type EncodedErrorLeaf struct + Details EncodedErrorDetails + Message string + MultierrorCauses []*EncodedError + func (*EncodedErrorLeaf) Descriptor() ([]byte, []int) + func (*EncodedErrorLeaf) ProtoMessage() + func (m *EncodedErrorLeaf) Marshal() (dAtA []byte, err error) + func (m *EncodedErrorLeaf) MarshalTo(dAtA []byte) (int, error) + func (m *EncodedErrorLeaf) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EncodedErrorLeaf) Reset() + func (m *EncodedErrorLeaf) Size() (n int) + func (m *EncodedErrorLeaf) String() string + func (m *EncodedErrorLeaf) Unmarshal(dAtA []byte) error + func (m *EncodedErrorLeaf) XXX_DiscardUnknown() + func (m *EncodedErrorLeaf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EncodedErrorLeaf) XXX_Merge(src proto.Message) + func (m *EncodedErrorLeaf) XXX_Size() int + func (m *EncodedErrorLeaf) XXX_Unmarshal(b []byte) error + type EncodedError_Leaf struct + Leaf *EncodedErrorLeaf + func (m *EncodedError_Leaf) MarshalTo(dAtA []byte) (int, error) + func (m *EncodedError_Leaf) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EncodedError_Leaf) Size() (n int) + type EncodedError_Wrapper struct + Wrapper *EncodedWrapper + func (m *EncodedError_Wrapper) MarshalTo(dAtA []byte) (int, error) + func (m *EncodedError_Wrapper) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EncodedError_Wrapper) Size() (n int) + type EncodedWrapper struct + Cause EncodedError + Details EncodedErrorDetails + Message string + MessageType MessageType + func (*EncodedWrapper) Descriptor() ([]byte, []int) + func (*EncodedWrapper) ProtoMessage() + func (m *EncodedWrapper) Marshal() (dAtA []byte, err error) + func (m *EncodedWrapper) MarshalTo(dAtA []byte) (int, error) + func (m *EncodedWrapper) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EncodedWrapper) Reset() + func (m *EncodedWrapper) Size() (n int) + func (m *EncodedWrapper) String() string + func (m *EncodedWrapper) Unmarshal(dAtA []byte) error + func (m *EncodedWrapper) XXX_DiscardUnknown() + func (m *EncodedWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EncodedWrapper) XXX_Merge(src proto.Message) + func (m *EncodedWrapper) XXX_Size() int + func (m *EncodedWrapper) XXX_Unmarshal(b []byte) error + type ErrnoPayload struct + Arch string + IsExist bool + IsNotExist bool + IsPermission bool + IsTemporary bool + IsTimeout bool + OrigErrno int64 + func (*ErrnoPayload) Descriptor() ([]byte, []int) + func (*ErrnoPayload) ProtoMessage() + func (m *ErrnoPayload) Marshal() (dAtA []byte, err error) + func (m *ErrnoPayload) MarshalTo(dAtA []byte) (int, error) + func (m *ErrnoPayload) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ErrnoPayload) Reset() + func (m *ErrnoPayload) Size() (n int) + func (m *ErrnoPayload) String() string + func (m *ErrnoPayload) Unmarshal(dAtA []byte) error + func (m *ErrnoPayload) XXX_DiscardUnknown() + func (m *ErrnoPayload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ErrnoPayload) XXX_Merge(src proto.Message) + func (m *ErrnoPayload) XXX_Size() int + func (m *ErrnoPayload) XXX_Unmarshal(b []byte) error + type ErrorTypeMark struct + Extension string + FamilyName string + func (*ErrorTypeMark) Descriptor() ([]byte, []int) + func (*ErrorTypeMark) ProtoMessage() + func (m *ErrorTypeMark) Marshal() (dAtA []byte, err error) + func (m *ErrorTypeMark) MarshalTo(dAtA []byte) (int, error) + func (m *ErrorTypeMark) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ErrorTypeMark) Reset() + func (m *ErrorTypeMark) Size() (n int) + func (m *ErrorTypeMark) String() string + func (m *ErrorTypeMark) Unmarshal(dAtA []byte) error + func (m *ErrorTypeMark) XXX_DiscardUnknown() + func (m *ErrorTypeMark) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ErrorTypeMark) XXX_Merge(src proto.Message) + func (m *ErrorTypeMark) XXX_Size() int + func (m *ErrorTypeMark) XXX_Unmarshal(b []byte) error + func (m ErrorTypeMark) Equals(o ErrorTypeMark) bool + type MarkPayload struct + Msg string + Types []ErrorTypeMark + func (*MarkPayload) Descriptor() ([]byte, []int) + func (*MarkPayload) ProtoMessage() + func (m *MarkPayload) Marshal() (dAtA []byte, err error) + func (m *MarkPayload) MarshalTo(dAtA []byte) (int, error) + func (m *MarkPayload) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MarkPayload) Reset() + func (m *MarkPayload) Size() (n int) + func (m *MarkPayload) String() string + func (m *MarkPayload) Unmarshal(dAtA []byte) error + func (m *MarkPayload) XXX_DiscardUnknown() + func (m *MarkPayload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MarkPayload) XXX_Merge(src proto.Message) + func (m *MarkPayload) XXX_Size() int + func (m *MarkPayload) XXX_Unmarshal(b []byte) error + type MessageType int32 + const MessageType_FULL_MESSAGE + const MessageType_PREFIX + func (MessageType) EnumDescriptor() ([]byte, []int) + func (x MessageType) String() string + type StringPayload struct + Msg string + func (*StringPayload) Descriptor() ([]byte, []int) + func (*StringPayload) ProtoMessage() + func (m *StringPayload) Marshal() (dAtA []byte, err error) + func (m *StringPayload) MarshalTo(dAtA []byte) (int, error) + func (m *StringPayload) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *StringPayload) Reset() + func (m *StringPayload) Size() (n int) + func (m *StringPayload) String() string + func (m *StringPayload) Unmarshal(dAtA []byte) error + func (m *StringPayload) XXX_DiscardUnknown() + func (m *StringPayload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *StringPayload) XXX_Merge(src proto.Message) + func (m *StringPayload) XXX_Size() int + func (m *StringPayload) XXX_Unmarshal(b []byte) error + type StringsPayload struct + Details []string + func (*StringsPayload) Descriptor() ([]byte, []int) + func (*StringsPayload) ProtoMessage() + func (m *StringsPayload) Marshal() (dAtA []byte, err error) + func (m *StringsPayload) MarshalTo(dAtA []byte) (int, error) + func (m *StringsPayload) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *StringsPayload) Reset() + func (m *StringsPayload) Size() (n int) + func (m *StringsPayload) String() string + func (m *StringsPayload) Unmarshal(dAtA []byte) error + func (m *StringsPayload) XXX_DiscardUnknown() + func (m *StringsPayload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *StringsPayload) XXX_Merge(src proto.Message) + func (m *StringsPayload) XXX_Size() int + func (m *StringsPayload) XXX_Unmarshal(b []byte) error + type TagPayload struct + Tag string + Value string + func (*TagPayload) Descriptor() ([]byte, []int) + func (*TagPayload) ProtoMessage() + func (m *TagPayload) Marshal() (dAtA []byte, err error) + func (m *TagPayload) MarshalTo(dAtA []byte) (int, error) + func (m *TagPayload) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *TagPayload) Reset() + func (m *TagPayload) Size() (n int) + func (m *TagPayload) String() string + func (m *TagPayload) Unmarshal(dAtA []byte) error + func (m *TagPayload) XXX_DiscardUnknown() + func (m *TagPayload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TagPayload) XXX_Merge(src proto.Message) + func (m *TagPayload) XXX_Size() int + func (m *TagPayload) XXX_Unmarshal(b []byte) error + type TagsPayload struct + Tags []TagPayload + func (*TagsPayload) Descriptor() ([]byte, []int) + func (*TagsPayload) ProtoMessage() + func (m *TagsPayload) Marshal() (dAtA []byte, err error) + func (m *TagsPayload) MarshalTo(dAtA []byte) (int, error) + func (m *TagsPayload) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *TagsPayload) Reset() + func (m *TagsPayload) Size() (n int) + func (m *TagsPayload) String() string + func (m *TagsPayload) Unmarshal(dAtA []byte) error + func (m *TagsPayload) XXX_DiscardUnknown() + func (m *TagsPayload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TagsPayload) XXX_Merge(src proto.Message) + func (m *TagsPayload) XXX_Size() int + func (m *TagsPayload) XXX_Unmarshal(b []byte) error + type TestError struct + func (*TestError) Descriptor() ([]byte, []int) + func (*TestError) ProtoMessage() + func (m *TestError) Marshal() (dAtA []byte, err error) + func (m *TestError) MarshalTo(dAtA []byte) (int, error) + func (m *TestError) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *TestError) Reset() + func (m *TestError) Size() (n int) + func (m *TestError) String() string + func (m *TestError) Unmarshal(dAtA []byte) error + func (m *TestError) XXX_DiscardUnknown() + func (m *TestError) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TestError) XXX_Merge(src proto.Message) + func (m *TestError) XXX_Size() int + func (m *TestError) XXX_Unmarshal(b []byte) error + func (t *TestError) Error() string