errordetailsv1

package
v1.33.0-20230419173345... Latest Latest
Warning

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

Go to latest
Published: unknown License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_temporal_api_errordetails_v1_message_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type CancellationAlreadyRequestedFailure

type CancellationAlreadyRequestedFailure struct {
	// contains filtered or unexported fields
}

func (*CancellationAlreadyRequestedFailure) Descriptor deprecated

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

Deprecated: Use CancellationAlreadyRequestedFailure.ProtoReflect.Descriptor instead.

func (*CancellationAlreadyRequestedFailure) ProtoMessage

func (*CancellationAlreadyRequestedFailure) ProtoMessage()

func (*CancellationAlreadyRequestedFailure) ProtoReflect

func (*CancellationAlreadyRequestedFailure) Reset

func (*CancellationAlreadyRequestedFailure) String

type ClientVersionNotSupportedFailure

type ClientVersionNotSupportedFailure struct {
	ClientVersion     string `protobuf:"bytes,1,opt,name=client_version,json=clientVersion,proto3" json:"client_version,omitempty"`
	ClientName        string `protobuf:"bytes,2,opt,name=client_name,json=clientName,proto3" json:"client_name,omitempty"`
	SupportedVersions string `protobuf:"bytes,3,opt,name=supported_versions,json=supportedVersions,proto3" json:"supported_versions,omitempty"`
	// contains filtered or unexported fields
}

func (*ClientVersionNotSupportedFailure) Descriptor deprecated

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

Deprecated: Use ClientVersionNotSupportedFailure.ProtoReflect.Descriptor instead.

func (*ClientVersionNotSupportedFailure) GetClientName

func (x *ClientVersionNotSupportedFailure) GetClientName() string

func (*ClientVersionNotSupportedFailure) GetClientVersion

func (x *ClientVersionNotSupportedFailure) GetClientVersion() string

func (*ClientVersionNotSupportedFailure) GetSupportedVersions

func (x *ClientVersionNotSupportedFailure) GetSupportedVersions() string

func (*ClientVersionNotSupportedFailure) ProtoMessage

func (*ClientVersionNotSupportedFailure) ProtoMessage()

func (*ClientVersionNotSupportedFailure) ProtoReflect

func (*ClientVersionNotSupportedFailure) Reset

func (*ClientVersionNotSupportedFailure) String

type NamespaceAlreadyExistsFailure

type NamespaceAlreadyExistsFailure struct {
	// contains filtered or unexported fields
}

func (*NamespaceAlreadyExistsFailure) Descriptor deprecated

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

Deprecated: Use NamespaceAlreadyExistsFailure.ProtoReflect.Descriptor instead.

func (*NamespaceAlreadyExistsFailure) ProtoMessage

func (*NamespaceAlreadyExistsFailure) ProtoMessage()

func (*NamespaceAlreadyExistsFailure) ProtoReflect

func (*NamespaceAlreadyExistsFailure) Reset

func (x *NamespaceAlreadyExistsFailure) Reset()

func (*NamespaceAlreadyExistsFailure) String

type NamespaceInvalidStateFailure

type NamespaceInvalidStateFailure struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// Current state of the requested namespace.
	State v1.NamespaceState `protobuf:"varint,2,opt,name=state,proto3,enum=temporal.api.enums.v1.NamespaceState" json:"state,omitempty"`
	// Allowed namespace states for requested operation.
	// For example NAMESPACE_STATE_DELETED is forbidden for most operations but allowed for DescribeNamespace.
	AllowedStates []v1.NamespaceState `` /* 150-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*NamespaceInvalidStateFailure) Descriptor deprecated

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

Deprecated: Use NamespaceInvalidStateFailure.ProtoReflect.Descriptor instead.

func (*NamespaceInvalidStateFailure) GetAllowedStates

func (x *NamespaceInvalidStateFailure) GetAllowedStates() []v1.NamespaceState

func (*NamespaceInvalidStateFailure) GetNamespace

func (x *NamespaceInvalidStateFailure) GetNamespace() string

func (*NamespaceInvalidStateFailure) GetState

func (*NamespaceInvalidStateFailure) ProtoMessage

func (*NamespaceInvalidStateFailure) ProtoMessage()

func (*NamespaceInvalidStateFailure) ProtoReflect

func (*NamespaceInvalidStateFailure) Reset

func (x *NamespaceInvalidStateFailure) Reset()

func (*NamespaceInvalidStateFailure) String

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"`
	// contains filtered or unexported fields
}

func (*NamespaceNotActiveFailure) Descriptor deprecated

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

Deprecated: Use NamespaceNotActiveFailure.ProtoReflect.Descriptor instead.

func (*NamespaceNotActiveFailure) GetActiveCluster

func (x *NamespaceNotActiveFailure) GetActiveCluster() string

func (*NamespaceNotActiveFailure) GetCurrentCluster

func (x *NamespaceNotActiveFailure) GetCurrentCluster() string

func (*NamespaceNotActiveFailure) GetNamespace

func (x *NamespaceNotActiveFailure) GetNamespace() string

func (*NamespaceNotActiveFailure) ProtoMessage

func (*NamespaceNotActiveFailure) ProtoMessage()

func (*NamespaceNotActiveFailure) ProtoReflect

func (*NamespaceNotActiveFailure) Reset

func (x *NamespaceNotActiveFailure) Reset()

func (*NamespaceNotActiveFailure) String

func (x *NamespaceNotActiveFailure) String() string

type NamespaceNotFoundFailure

type NamespaceNotFoundFailure struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*NamespaceNotFoundFailure) Descriptor deprecated

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

Deprecated: Use NamespaceNotFoundFailure.ProtoReflect.Descriptor instead.

func (*NamespaceNotFoundFailure) GetNamespace

func (x *NamespaceNotFoundFailure) GetNamespace() string

func (*NamespaceNotFoundFailure) ProtoMessage

func (*NamespaceNotFoundFailure) ProtoMessage()

func (*NamespaceNotFoundFailure) ProtoReflect

func (x *NamespaceNotFoundFailure) ProtoReflect() protoreflect.Message

func (*NamespaceNotFoundFailure) Reset

func (x *NamespaceNotFoundFailure) Reset()

func (*NamespaceNotFoundFailure) String

func (x *NamespaceNotFoundFailure) String() string

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"`
	// contains filtered or unexported fields
}

func (*NotFoundFailure) Descriptor deprecated

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

Deprecated: Use NotFoundFailure.ProtoReflect.Descriptor instead.

func (*NotFoundFailure) GetActiveCluster

func (x *NotFoundFailure) GetActiveCluster() string

func (*NotFoundFailure) GetCurrentCluster

func (x *NotFoundFailure) GetCurrentCluster() string

func (*NotFoundFailure) ProtoMessage

func (*NotFoundFailure) ProtoMessage()

func (*NotFoundFailure) ProtoReflect

func (x *NotFoundFailure) ProtoReflect() protoreflect.Message

func (*NotFoundFailure) Reset

func (x *NotFoundFailure) Reset()

func (*NotFoundFailure) String

func (x *NotFoundFailure) String() string

type PermissionDeniedFailure

type PermissionDeniedFailure struct {
	Reason string `protobuf:"bytes,1,opt,name=reason,proto3" json:"reason,omitempty"`
	// contains filtered or unexported fields
}

func (*PermissionDeniedFailure) Descriptor deprecated

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

Deprecated: Use PermissionDeniedFailure.ProtoReflect.Descriptor instead.

func (*PermissionDeniedFailure) GetReason

func (x *PermissionDeniedFailure) GetReason() string

func (*PermissionDeniedFailure) ProtoMessage

func (*PermissionDeniedFailure) ProtoMessage()

func (*PermissionDeniedFailure) ProtoReflect

func (x *PermissionDeniedFailure) ProtoReflect() protoreflect.Message

func (*PermissionDeniedFailure) Reset

func (x *PermissionDeniedFailure) Reset()

func (*PermissionDeniedFailure) String

func (x *PermissionDeniedFailure) String() string

type QueryFailedFailure

type QueryFailedFailure struct {
	// contains filtered or unexported fields
}

func (*QueryFailedFailure) Descriptor deprecated

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

Deprecated: Use QueryFailedFailure.ProtoReflect.Descriptor instead.

func (*QueryFailedFailure) ProtoMessage

func (*QueryFailedFailure) ProtoMessage()

func (*QueryFailedFailure) ProtoReflect

func (x *QueryFailedFailure) ProtoReflect() protoreflect.Message

func (*QueryFailedFailure) Reset

func (x *QueryFailedFailure) Reset()

func (*QueryFailedFailure) String

func (x *QueryFailedFailure) String() string

type ResourceExhaustedFailure

type ResourceExhaustedFailure struct {
	Cause v1.ResourceExhaustedCause `protobuf:"varint,1,opt,name=cause,proto3,enum=temporal.api.enums.v1.ResourceExhaustedCause" json:"cause,omitempty"`
	// contains filtered or unexported fields
}

func (*ResourceExhaustedFailure) Descriptor deprecated

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

Deprecated: Use ResourceExhaustedFailure.ProtoReflect.Descriptor instead.

func (*ResourceExhaustedFailure) GetCause

func (*ResourceExhaustedFailure) ProtoMessage

func (*ResourceExhaustedFailure) ProtoMessage()

func (*ResourceExhaustedFailure) ProtoReflect

func (x *ResourceExhaustedFailure) ProtoReflect() protoreflect.Message

func (*ResourceExhaustedFailure) Reset

func (x *ResourceExhaustedFailure) Reset()

func (*ResourceExhaustedFailure) String

func (x *ResourceExhaustedFailure) String() string

type ServerVersionNotSupportedFailure

type ServerVersionNotSupportedFailure struct {
	ServerVersion                 string `protobuf:"bytes,1,opt,name=server_version,json=serverVersion,proto3" json:"server_version,omitempty"`
	ClientSupportedServerVersions string `` /* 152-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ServerVersionNotSupportedFailure) Descriptor deprecated

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

Deprecated: Use ServerVersionNotSupportedFailure.ProtoReflect.Descriptor instead.

func (*ServerVersionNotSupportedFailure) GetClientSupportedServerVersions

func (x *ServerVersionNotSupportedFailure) GetClientSupportedServerVersions() string

func (*ServerVersionNotSupportedFailure) GetServerVersion

func (x *ServerVersionNotSupportedFailure) GetServerVersion() string

func (*ServerVersionNotSupportedFailure) ProtoMessage

func (*ServerVersionNotSupportedFailure) ProtoMessage()

func (*ServerVersionNotSupportedFailure) ProtoReflect

func (*ServerVersionNotSupportedFailure) Reset

func (*ServerVersionNotSupportedFailure) String

type SystemWorkflowFailure

type SystemWorkflowFailure struct {

	// WorkflowId and RunId of the Temporal system workflow performing the underlying operation.
	// Looking up the info of the system workflow run may help identify the issue causing the failure.
	WorkflowExecution *v11.WorkflowExecution `protobuf:"bytes,1,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	// Serialized error returned by the system workflow performing the underlying operation.
	WorkflowError string `protobuf:"bytes,2,opt,name=workflow_error,json=workflowError,proto3" json:"workflow_error,omitempty"`
	// contains filtered or unexported fields
}

func (*SystemWorkflowFailure) Descriptor deprecated

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

Deprecated: Use SystemWorkflowFailure.ProtoReflect.Descriptor instead.

func (*SystemWorkflowFailure) GetWorkflowError

func (x *SystemWorkflowFailure) GetWorkflowError() string

func (*SystemWorkflowFailure) GetWorkflowExecution

func (x *SystemWorkflowFailure) GetWorkflowExecution() *v11.WorkflowExecution

func (*SystemWorkflowFailure) ProtoMessage

func (*SystemWorkflowFailure) ProtoMessage()

func (*SystemWorkflowFailure) ProtoReflect

func (x *SystemWorkflowFailure) ProtoReflect() protoreflect.Message

func (*SystemWorkflowFailure) Reset

func (x *SystemWorkflowFailure) Reset()

func (*SystemWorkflowFailure) String

func (x *SystemWorkflowFailure) String() string

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"`
	// contains filtered or unexported fields
}

func (*WorkflowExecutionAlreadyStartedFailure) Descriptor deprecated

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

Deprecated: Use WorkflowExecutionAlreadyStartedFailure.ProtoReflect.Descriptor instead.

func (*WorkflowExecutionAlreadyStartedFailure) GetRunId

func (*WorkflowExecutionAlreadyStartedFailure) GetStartRequestId

func (x *WorkflowExecutionAlreadyStartedFailure) GetStartRequestId() string

func (*WorkflowExecutionAlreadyStartedFailure) ProtoMessage

func (*WorkflowExecutionAlreadyStartedFailure) ProtoReflect

func (*WorkflowExecutionAlreadyStartedFailure) Reset

func (*WorkflowExecutionAlreadyStartedFailure) String

type WorkflowNotReadyFailure

type WorkflowNotReadyFailure struct {
	// contains filtered or unexported fields
}

func (*WorkflowNotReadyFailure) Descriptor deprecated

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

Deprecated: Use WorkflowNotReadyFailure.ProtoReflect.Descriptor instead.

func (*WorkflowNotReadyFailure) ProtoMessage

func (*WorkflowNotReadyFailure) ProtoMessage()

func (*WorkflowNotReadyFailure) ProtoReflect

func (x *WorkflowNotReadyFailure) ProtoReflect() protoreflect.Message

func (*WorkflowNotReadyFailure) Reset

func (x *WorkflowNotReadyFailure) Reset()

func (*WorkflowNotReadyFailure) String

func (x *WorkflowNotReadyFailure) String() string

Jump to

Keyboard shortcuts

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