errordetails

package
v0.30.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 31, 2020 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthMessage        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowMessage          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupMessage = fmt.Errorf("proto: unexpected end of group")
)

Functions

This section is empty.

Types

type CancellationAlreadyRequestedFailure

type CancellationAlreadyRequestedFailure struct {
}

func (*CancellationAlreadyRequestedFailure) Descriptor

func (*CancellationAlreadyRequestedFailure) Descriptor() ([]byte, []int)

func (*CancellationAlreadyRequestedFailure) Equal

func (this *CancellationAlreadyRequestedFailure) Equal(that interface{}) bool

func (*CancellationAlreadyRequestedFailure) GoString

func (*CancellationAlreadyRequestedFailure) Marshal

func (m *CancellationAlreadyRequestedFailure) Marshal() (dAtA []byte, err error)

func (*CancellationAlreadyRequestedFailure) MarshalTo

func (m *CancellationAlreadyRequestedFailure) MarshalTo(dAtA []byte) (int, error)

func (*CancellationAlreadyRequestedFailure) MarshalToSizedBuffer

func (m *CancellationAlreadyRequestedFailure) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CancellationAlreadyRequestedFailure) ProtoMessage

func (*CancellationAlreadyRequestedFailure) ProtoMessage()

func (*CancellationAlreadyRequestedFailure) Reset

func (*CancellationAlreadyRequestedFailure) Size

func (*CancellationAlreadyRequestedFailure) String

func (*CancellationAlreadyRequestedFailure) Unmarshal

func (m *CancellationAlreadyRequestedFailure) Unmarshal(dAtA []byte) error

func (*CancellationAlreadyRequestedFailure) XXX_DiscardUnknown

func (m *CancellationAlreadyRequestedFailure) XXX_DiscardUnknown()

func (*CancellationAlreadyRequestedFailure) XXX_Marshal

func (m *CancellationAlreadyRequestedFailure) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CancellationAlreadyRequestedFailure) XXX_Merge

func (*CancellationAlreadyRequestedFailure) XXX_Size

func (*CancellationAlreadyRequestedFailure) XXX_Unmarshal

func (m *CancellationAlreadyRequestedFailure) XXX_Unmarshal(b []byte) error

type ClientVersionNotSupportedFailure

type ClientVersionNotSupportedFailure struct {
	ClientVersion     string `protobuf:"bytes,1,opt,name=client_version,json=clientVersion,proto3" json:"client_version,omitempty"`
	ClientImpl        string `protobuf:"bytes,2,opt,name=client_impl,json=clientImpl,proto3" json:"client_impl,omitempty"`
	SupportedVersions string `protobuf:"bytes,3,opt,name=supported_versions,json=supportedVersions,proto3" json:"supported_versions,omitempty"`
}

func (*ClientVersionNotSupportedFailure) Descriptor

func (*ClientVersionNotSupportedFailure) Descriptor() ([]byte, []int)

func (*ClientVersionNotSupportedFailure) Equal

func (this *ClientVersionNotSupportedFailure) Equal(that interface{}) bool

func (*ClientVersionNotSupportedFailure) GetClientImpl

func (m *ClientVersionNotSupportedFailure) GetClientImpl() string

func (*ClientVersionNotSupportedFailure) GetClientVersion

func (m *ClientVersionNotSupportedFailure) GetClientVersion() string

func (*ClientVersionNotSupportedFailure) GetSupportedVersions

func (m *ClientVersionNotSupportedFailure) GetSupportedVersions() string

func (*ClientVersionNotSupportedFailure) GoString

func (this *ClientVersionNotSupportedFailure) GoString() string

func (*ClientVersionNotSupportedFailure) Marshal

func (m *ClientVersionNotSupportedFailure) Marshal() (dAtA []byte, err error)

func (*ClientVersionNotSupportedFailure) MarshalTo

func (m *ClientVersionNotSupportedFailure) MarshalTo(dAtA []byte) (int, error)

func (*ClientVersionNotSupportedFailure) MarshalToSizedBuffer

func (m *ClientVersionNotSupportedFailure) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ClientVersionNotSupportedFailure) ProtoMessage

func (*ClientVersionNotSupportedFailure) ProtoMessage()

func (*ClientVersionNotSupportedFailure) Reset

func (*ClientVersionNotSupportedFailure) Size

func (m *ClientVersionNotSupportedFailure) Size() (n int)

func (*ClientVersionNotSupportedFailure) String

func (*ClientVersionNotSupportedFailure) Unmarshal

func (m *ClientVersionNotSupportedFailure) Unmarshal(dAtA []byte) error

func (*ClientVersionNotSupportedFailure) XXX_DiscardUnknown

func (m *ClientVersionNotSupportedFailure) XXX_DiscardUnknown()

func (*ClientVersionNotSupportedFailure) XXX_Marshal

func (m *ClientVersionNotSupportedFailure) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ClientVersionNotSupportedFailure) XXX_Merge

func (*ClientVersionNotSupportedFailure) XXX_Size

func (m *ClientVersionNotSupportedFailure) XXX_Size() int

func (*ClientVersionNotSupportedFailure) XXX_Unmarshal

func (m *ClientVersionNotSupportedFailure) XXX_Unmarshal(b []byte) error

type FeatureVersionNotSupportedFailure

type FeatureVersionNotSupportedFailure struct {
	Feature           string `protobuf:"bytes,1,opt,name=feature,proto3" json:"feature,omitempty"`
	FeatureVersion    string `protobuf:"bytes,2,opt,name=feature_version,json=featureVersion,proto3" json:"feature_version,omitempty"`
	SupportedVersions string `protobuf:"bytes,3,opt,name=supported_versions,json=supportedVersions,proto3" json:"supported_versions,omitempty"`
}

func (*FeatureVersionNotSupportedFailure) Descriptor

func (*FeatureVersionNotSupportedFailure) Descriptor() ([]byte, []int)

func (*FeatureVersionNotSupportedFailure) Equal

func (this *FeatureVersionNotSupportedFailure) Equal(that interface{}) bool

func (*FeatureVersionNotSupportedFailure) GetFeature

func (m *FeatureVersionNotSupportedFailure) GetFeature() string

func (*FeatureVersionNotSupportedFailure) GetFeatureVersion

func (m *FeatureVersionNotSupportedFailure) GetFeatureVersion() string

func (*FeatureVersionNotSupportedFailure) GetSupportedVersions

func (m *FeatureVersionNotSupportedFailure) GetSupportedVersions() string

func (*FeatureVersionNotSupportedFailure) GoString

func (this *FeatureVersionNotSupportedFailure) GoString() string

func (*FeatureVersionNotSupportedFailure) Marshal

func (m *FeatureVersionNotSupportedFailure) Marshal() (dAtA []byte, err error)

func (*FeatureVersionNotSupportedFailure) MarshalTo

func (m *FeatureVersionNotSupportedFailure) MarshalTo(dAtA []byte) (int, error)

func (*FeatureVersionNotSupportedFailure) MarshalToSizedBuffer

func (m *FeatureVersionNotSupportedFailure) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*FeatureVersionNotSupportedFailure) ProtoMessage

func (*FeatureVersionNotSupportedFailure) ProtoMessage()

func (*FeatureVersionNotSupportedFailure) Reset

func (*FeatureVersionNotSupportedFailure) Size

func (m *FeatureVersionNotSupportedFailure) Size() (n int)

func (*FeatureVersionNotSupportedFailure) String

func (*FeatureVersionNotSupportedFailure) Unmarshal

func (m *FeatureVersionNotSupportedFailure) Unmarshal(dAtA []byte) error

func (*FeatureVersionNotSupportedFailure) XXX_DiscardUnknown

func (m *FeatureVersionNotSupportedFailure) XXX_DiscardUnknown()

func (*FeatureVersionNotSupportedFailure) XXX_Marshal

func (m *FeatureVersionNotSupportedFailure) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FeatureVersionNotSupportedFailure) XXX_Merge

func (*FeatureVersionNotSupportedFailure) XXX_Size

func (m *FeatureVersionNotSupportedFailure) XXX_Size() int

func (*FeatureVersionNotSupportedFailure) XXX_Unmarshal

func (m *FeatureVersionNotSupportedFailure) XXX_Unmarshal(b []byte) error

type NamespaceAlreadyExistsFailure

type NamespaceAlreadyExistsFailure struct {
}

func (*NamespaceAlreadyExistsFailure) Descriptor

func (*NamespaceAlreadyExistsFailure) Descriptor() ([]byte, []int)

func (*NamespaceAlreadyExistsFailure) Equal

func (this *NamespaceAlreadyExistsFailure) Equal(that interface{}) bool

func (*NamespaceAlreadyExistsFailure) GoString

func (this *NamespaceAlreadyExistsFailure) GoString() string

func (*NamespaceAlreadyExistsFailure) Marshal

func (m *NamespaceAlreadyExistsFailure) Marshal() (dAtA []byte, err error)

func (*NamespaceAlreadyExistsFailure) MarshalTo

func (m *NamespaceAlreadyExistsFailure) MarshalTo(dAtA []byte) (int, error)

func (*NamespaceAlreadyExistsFailure) MarshalToSizedBuffer

func (m *NamespaceAlreadyExistsFailure) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NamespaceAlreadyExistsFailure) ProtoMessage

func (*NamespaceAlreadyExistsFailure) ProtoMessage()

func (*NamespaceAlreadyExistsFailure) Reset

func (m *NamespaceAlreadyExistsFailure) Reset()

func (*NamespaceAlreadyExistsFailure) Size

func (m *NamespaceAlreadyExistsFailure) Size() (n int)

func (*NamespaceAlreadyExistsFailure) String

func (this *NamespaceAlreadyExistsFailure) String() string

func (*NamespaceAlreadyExistsFailure) Unmarshal

func (m *NamespaceAlreadyExistsFailure) Unmarshal(dAtA []byte) error

func (*NamespaceAlreadyExistsFailure) XXX_DiscardUnknown

func (m *NamespaceAlreadyExistsFailure) XXX_DiscardUnknown()

func (*NamespaceAlreadyExistsFailure) XXX_Marshal

func (m *NamespaceAlreadyExistsFailure) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NamespaceAlreadyExistsFailure) XXX_Merge

func (m *NamespaceAlreadyExistsFailure) XXX_Merge(src proto.Message)

func (*NamespaceAlreadyExistsFailure) XXX_Size

func (m *NamespaceAlreadyExistsFailure) XXX_Size() int

func (*NamespaceAlreadyExistsFailure) XXX_Unmarshal

func (m *NamespaceAlreadyExistsFailure) XXX_Unmarshal(b []byte) error

type NamespaceNotActiveFailure

type NamespaceNotActiveFailure struct {
	Namespace      string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	CurrentCluster string `protobuf:"bytes,2,opt,name=current_cluster,json=currentCluster,proto3" json:"current_cluster,omitempty"`
	ActiveCluster  string `protobuf:"bytes,3,opt,name=active_cluster,json=activeCluster,proto3" json:"active_cluster,omitempty"`
}

func (*NamespaceNotActiveFailure) Descriptor

func (*NamespaceNotActiveFailure) Descriptor() ([]byte, []int)

func (*NamespaceNotActiveFailure) Equal

func (this *NamespaceNotActiveFailure) Equal(that interface{}) bool

func (*NamespaceNotActiveFailure) GetActiveCluster

func (m *NamespaceNotActiveFailure) GetActiveCluster() string

func (*NamespaceNotActiveFailure) GetCurrentCluster

func (m *NamespaceNotActiveFailure) GetCurrentCluster() string

func (*NamespaceNotActiveFailure) GetNamespace

func (m *NamespaceNotActiveFailure) GetNamespace() string

func (*NamespaceNotActiveFailure) GoString

func (this *NamespaceNotActiveFailure) GoString() string

func (*NamespaceNotActiveFailure) Marshal

func (m *NamespaceNotActiveFailure) Marshal() (dAtA []byte, err error)

func (*NamespaceNotActiveFailure) MarshalTo

func (m *NamespaceNotActiveFailure) MarshalTo(dAtA []byte) (int, error)

func (*NamespaceNotActiveFailure) MarshalToSizedBuffer

func (m *NamespaceNotActiveFailure) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NamespaceNotActiveFailure) ProtoMessage

func (*NamespaceNotActiveFailure) ProtoMessage()

func (*NamespaceNotActiveFailure) Reset

func (m *NamespaceNotActiveFailure) Reset()

func (*NamespaceNotActiveFailure) Size

func (m *NamespaceNotActiveFailure) Size() (n int)

func (*NamespaceNotActiveFailure) String

func (this *NamespaceNotActiveFailure) String() string

func (*NamespaceNotActiveFailure) Unmarshal

func (m *NamespaceNotActiveFailure) Unmarshal(dAtA []byte) error

func (*NamespaceNotActiveFailure) XXX_DiscardUnknown

func (m *NamespaceNotActiveFailure) XXX_DiscardUnknown()

func (*NamespaceNotActiveFailure) XXX_Marshal

func (m *NamespaceNotActiveFailure) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NamespaceNotActiveFailure) XXX_Merge

func (m *NamespaceNotActiveFailure) XXX_Merge(src proto.Message)

func (*NamespaceNotActiveFailure) XXX_Size

func (m *NamespaceNotActiveFailure) XXX_Size() int

func (*NamespaceNotActiveFailure) XXX_Unmarshal

func (m *NamespaceNotActiveFailure) XXX_Unmarshal(b []byte) error

type NotFoundFailure

type NotFoundFailure struct {
	CurrentCluster string `protobuf:"bytes,1,opt,name=current_cluster,json=currentCluster,proto3" json:"current_cluster,omitempty"`
	ActiveCluster  string `protobuf:"bytes,2,opt,name=active_cluster,json=activeCluster,proto3" json:"active_cluster,omitempty"`
}

func (*NotFoundFailure) Descriptor

func (*NotFoundFailure) Descriptor() ([]byte, []int)

func (*NotFoundFailure) Equal

func (this *NotFoundFailure) Equal(that interface{}) bool

func (*NotFoundFailure) GetActiveCluster

func (m *NotFoundFailure) GetActiveCluster() string

func (*NotFoundFailure) GetCurrentCluster

func (m *NotFoundFailure) GetCurrentCluster() string

func (*NotFoundFailure) GoString

func (this *NotFoundFailure) GoString() string

func (*NotFoundFailure) Marshal

func (m *NotFoundFailure) Marshal() (dAtA []byte, err error)

func (*NotFoundFailure) MarshalTo

func (m *NotFoundFailure) MarshalTo(dAtA []byte) (int, error)

func (*NotFoundFailure) MarshalToSizedBuffer

func (m *NotFoundFailure) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotFoundFailure) ProtoMessage

func (*NotFoundFailure) ProtoMessage()

func (*NotFoundFailure) Reset

func (m *NotFoundFailure) Reset()

func (*NotFoundFailure) Size

func (m *NotFoundFailure) Size() (n int)

func (*NotFoundFailure) String

func (this *NotFoundFailure) String() string

func (*NotFoundFailure) Unmarshal

func (m *NotFoundFailure) Unmarshal(dAtA []byte) error

func (*NotFoundFailure) XXX_DiscardUnknown

func (m *NotFoundFailure) XXX_DiscardUnknown()

func (*NotFoundFailure) XXX_Marshal

func (m *NotFoundFailure) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotFoundFailure) XXX_Merge

func (m *NotFoundFailure) XXX_Merge(src proto.Message)

func (*NotFoundFailure) XXX_Size

func (m *NotFoundFailure) XXX_Size() int

func (*NotFoundFailure) XXX_Unmarshal

func (m *NotFoundFailure) XXX_Unmarshal(b []byte) error

type QueryFailedFailure

type QueryFailedFailure struct {
}

func (*QueryFailedFailure) Descriptor

func (*QueryFailedFailure) Descriptor() ([]byte, []int)

func (*QueryFailedFailure) Equal

func (this *QueryFailedFailure) Equal(that interface{}) bool

func (*QueryFailedFailure) GoString

func (this *QueryFailedFailure) GoString() string

func (*QueryFailedFailure) Marshal

func (m *QueryFailedFailure) Marshal() (dAtA []byte, err error)

func (*QueryFailedFailure) MarshalTo

func (m *QueryFailedFailure) MarshalTo(dAtA []byte) (int, error)

func (*QueryFailedFailure) MarshalToSizedBuffer

func (m *QueryFailedFailure) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryFailedFailure) ProtoMessage

func (*QueryFailedFailure) ProtoMessage()

func (*QueryFailedFailure) Reset

func (m *QueryFailedFailure) Reset()

func (*QueryFailedFailure) Size

func (m *QueryFailedFailure) Size() (n int)

func (*QueryFailedFailure) String

func (this *QueryFailedFailure) String() string

func (*QueryFailedFailure) Unmarshal

func (m *QueryFailedFailure) Unmarshal(dAtA []byte) error

func (*QueryFailedFailure) XXX_DiscardUnknown

func (m *QueryFailedFailure) XXX_DiscardUnknown()

func (*QueryFailedFailure) XXX_Marshal

func (m *QueryFailedFailure) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryFailedFailure) XXX_Merge

func (m *QueryFailedFailure) XXX_Merge(src proto.Message)

func (*QueryFailedFailure) XXX_Size

func (m *QueryFailedFailure) XXX_Size() int

func (*QueryFailedFailure) XXX_Unmarshal

func (m *QueryFailedFailure) XXX_Unmarshal(b []byte) error

type WorkflowExecutionAlreadyStartedFailure

type WorkflowExecutionAlreadyStartedFailure struct {
	StartRequestId string `protobuf:"bytes,1,opt,name=start_request_id,json=startRequestId,proto3" json:"start_request_id,omitempty"`
	RunId          string `protobuf:"bytes,2,opt,name=run_id,json=runId,proto3" json:"run_id,omitempty"`
}

func (*WorkflowExecutionAlreadyStartedFailure) Descriptor

func (*WorkflowExecutionAlreadyStartedFailure) Descriptor() ([]byte, []int)

func (*WorkflowExecutionAlreadyStartedFailure) Equal

func (this *WorkflowExecutionAlreadyStartedFailure) Equal(that interface{}) bool

func (*WorkflowExecutionAlreadyStartedFailure) GetRunId

func (*WorkflowExecutionAlreadyStartedFailure) GetStartRequestId

func (m *WorkflowExecutionAlreadyStartedFailure) GetStartRequestId() string

func (*WorkflowExecutionAlreadyStartedFailure) GoString

func (*WorkflowExecutionAlreadyStartedFailure) Marshal

func (m *WorkflowExecutionAlreadyStartedFailure) Marshal() (dAtA []byte, err error)

func (*WorkflowExecutionAlreadyStartedFailure) MarshalTo

func (m *WorkflowExecutionAlreadyStartedFailure) MarshalTo(dAtA []byte) (int, error)

func (*WorkflowExecutionAlreadyStartedFailure) MarshalToSizedBuffer

func (m *WorkflowExecutionAlreadyStartedFailure) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WorkflowExecutionAlreadyStartedFailure) ProtoMessage

func (*WorkflowExecutionAlreadyStartedFailure) Reset

func (*WorkflowExecutionAlreadyStartedFailure) Size

func (*WorkflowExecutionAlreadyStartedFailure) String

func (*WorkflowExecutionAlreadyStartedFailure) Unmarshal

func (m *WorkflowExecutionAlreadyStartedFailure) Unmarshal(dAtA []byte) error

func (*WorkflowExecutionAlreadyStartedFailure) XXX_DiscardUnknown

func (m *WorkflowExecutionAlreadyStartedFailure) XXX_DiscardUnknown()

func (*WorkflowExecutionAlreadyStartedFailure) XXX_Marshal

func (m *WorkflowExecutionAlreadyStartedFailure) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WorkflowExecutionAlreadyStartedFailure) XXX_Merge

func (*WorkflowExecutionAlreadyStartedFailure) XXX_Size

func (*WorkflowExecutionAlreadyStartedFailure) XXX_Unmarshal

func (m *WorkflowExecutionAlreadyStartedFailure) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL