errordetails

package
v1.33.0 Latest Latest
Warning

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

Go to latest
Published: May 9, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Overview

Code generated by protoc-gen-go-helpers. DO NOT EDIT.

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) Equal

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

Equal returns whether two CancellationAlreadyRequestedFailure values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*CancellationAlreadyRequestedFailure) Marshal

func (val *CancellationAlreadyRequestedFailure) Marshal() ([]byte, error)

Marshal an object of type CancellationAlreadyRequestedFailure to the protobuf v3 wire format

func (*CancellationAlreadyRequestedFailure) ProtoMessage

func (*CancellationAlreadyRequestedFailure) ProtoMessage()

func (*CancellationAlreadyRequestedFailure) ProtoReflect added in v1.26.1

func (*CancellationAlreadyRequestedFailure) Reset

func (*CancellationAlreadyRequestedFailure) Size

Size returns the size of the object, in bytes, once serialized

func (*CancellationAlreadyRequestedFailure) String

func (*CancellationAlreadyRequestedFailure) Unmarshal

func (val *CancellationAlreadyRequestedFailure) Unmarshal(buf []byte) error

Unmarshal an object of type CancellationAlreadyRequestedFailure from the protobuf v3 wire format

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) Equal

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

Equal returns whether two ClientVersionNotSupportedFailure values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*ClientVersionNotSupportedFailure) GetClientName added in v1.0.0

func (x *ClientVersionNotSupportedFailure) GetClientName() string

func (*ClientVersionNotSupportedFailure) GetClientVersion

func (x *ClientVersionNotSupportedFailure) GetClientVersion() string

func (*ClientVersionNotSupportedFailure) GetSupportedVersions

func (x *ClientVersionNotSupportedFailure) GetSupportedVersions() string

func (*ClientVersionNotSupportedFailure) Marshal

func (val *ClientVersionNotSupportedFailure) Marshal() ([]byte, error)

Marshal an object of type ClientVersionNotSupportedFailure to the protobuf v3 wire format

func (*ClientVersionNotSupportedFailure) ProtoMessage

func (*ClientVersionNotSupportedFailure) ProtoMessage()

func (*ClientVersionNotSupportedFailure) ProtoReflect added in v1.26.1

func (*ClientVersionNotSupportedFailure) Reset

func (*ClientVersionNotSupportedFailure) Size

Size returns the size of the object, in bytes, once serialized

func (*ClientVersionNotSupportedFailure) String

func (*ClientVersionNotSupportedFailure) Unmarshal

func (val *ClientVersionNotSupportedFailure) Unmarshal(buf []byte) error

Unmarshal an object of type ClientVersionNotSupportedFailure from the protobuf v3 wire format

type MultiOperationExecutionFailure added in v1.32.1

type MultiOperationExecutionFailure struct {

	// One status for each requested operation from the failed MultiOperation. The failed
	// operation(s) have the same error details as if it was executed separately. All other operations have the
	// status code `Aborted` and `MultiOperationExecutionAborted` is added to the details field.
	Statuses []*MultiOperationExecutionFailure_OperationStatus `protobuf:"bytes,1,rep,name=statuses,proto3" json:"statuses,omitempty"`
	// contains filtered or unexported fields
}

func (*MultiOperationExecutionFailure) Descriptor deprecated added in v1.32.1

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

Deprecated: Use MultiOperationExecutionFailure.ProtoReflect.Descriptor instead.

func (*MultiOperationExecutionFailure) Equal added in v1.32.1

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

Equal returns whether two MultiOperationExecutionFailure values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*MultiOperationExecutionFailure) GetStatuses added in v1.32.1

func (*MultiOperationExecutionFailure) Marshal added in v1.32.1

func (val *MultiOperationExecutionFailure) Marshal() ([]byte, error)

Marshal an object of type MultiOperationExecutionFailure to the protobuf v3 wire format

func (*MultiOperationExecutionFailure) ProtoMessage added in v1.32.1

func (*MultiOperationExecutionFailure) ProtoMessage()

func (*MultiOperationExecutionFailure) ProtoReflect added in v1.32.1

func (*MultiOperationExecutionFailure) Reset added in v1.32.1

func (x *MultiOperationExecutionFailure) Reset()

func (*MultiOperationExecutionFailure) Size added in v1.32.1

func (val *MultiOperationExecutionFailure) Size() int

Size returns the size of the object, in bytes, once serialized

func (*MultiOperationExecutionFailure) String added in v1.32.1

func (*MultiOperationExecutionFailure) Unmarshal added in v1.32.1

func (val *MultiOperationExecutionFailure) Unmarshal(buf []byte) error

Unmarshal an object of type MultiOperationExecutionFailure from the protobuf v3 wire format

type MultiOperationExecutionFailure_OperationStatus added in v1.32.1

type MultiOperationExecutionFailure_OperationStatus struct {
	Code    int32        `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Message string       `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	Details []*anypb.Any `protobuf:"bytes,3,rep,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

NOTE: `OperationStatus` is modelled after [`google.rpc.Status`](https://github.com/googleapis/googleapis/blob/master/google/rpc/status.proto).

(-- api-linter: core::0146::any=disabled

aip.dev/not-precedent: details are meant to hold arbitrary payloads. --)

func (*MultiOperationExecutionFailure_OperationStatus) Descriptor deprecated added in v1.32.1

Deprecated: Use MultiOperationExecutionFailure_OperationStatus.ProtoReflect.Descriptor instead.

func (*MultiOperationExecutionFailure_OperationStatus) GetCode added in v1.32.1

func (*MultiOperationExecutionFailure_OperationStatus) GetDetails added in v1.32.1

func (*MultiOperationExecutionFailure_OperationStatus) GetMessage added in v1.32.1

func (*MultiOperationExecutionFailure_OperationStatus) ProtoMessage added in v1.32.1

func (*MultiOperationExecutionFailure_OperationStatus) ProtoReflect added in v1.32.1

func (*MultiOperationExecutionFailure_OperationStatus) Reset added in v1.32.1

func (*MultiOperationExecutionFailure_OperationStatus) String added in v1.32.1

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) Equal

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

Equal returns whether two NamespaceAlreadyExistsFailure values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*NamespaceAlreadyExistsFailure) Marshal

func (val *NamespaceAlreadyExistsFailure) Marshal() ([]byte, error)

Marshal an object of type NamespaceAlreadyExistsFailure to the protobuf v3 wire format

func (*NamespaceAlreadyExistsFailure) ProtoMessage

func (*NamespaceAlreadyExistsFailure) ProtoMessage()

func (*NamespaceAlreadyExistsFailure) ProtoReflect added in v1.26.1

func (*NamespaceAlreadyExistsFailure) Reset

func (x *NamespaceAlreadyExistsFailure) Reset()

func (*NamespaceAlreadyExistsFailure) Size

func (val *NamespaceAlreadyExistsFailure) Size() int

Size returns the size of the object, in bytes, once serialized

func (*NamespaceAlreadyExistsFailure) String

func (*NamespaceAlreadyExistsFailure) Unmarshal

func (val *NamespaceAlreadyExistsFailure) Unmarshal(buf []byte) error

Unmarshal an object of type NamespaceAlreadyExistsFailure from the protobuf v3 wire format

type NamespaceInvalidStateFailure added in v1.8.0

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 added in v1.8.0

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

Deprecated: Use NamespaceInvalidStateFailure.ProtoReflect.Descriptor instead.

func (*NamespaceInvalidStateFailure) Equal added in v1.8.0

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

Equal returns whether two NamespaceInvalidStateFailure values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*NamespaceInvalidStateFailure) GetAllowedStates added in v1.8.0

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

func (*NamespaceInvalidStateFailure) GetNamespace added in v1.8.0

func (x *NamespaceInvalidStateFailure) GetNamespace() string

func (*NamespaceInvalidStateFailure) GetState added in v1.8.0

func (*NamespaceInvalidStateFailure) Marshal added in v1.8.0

func (val *NamespaceInvalidStateFailure) Marshal() ([]byte, error)

Marshal an object of type NamespaceInvalidStateFailure to the protobuf v3 wire format

func (*NamespaceInvalidStateFailure) ProtoMessage added in v1.8.0

func (*NamespaceInvalidStateFailure) ProtoMessage()

func (*NamespaceInvalidStateFailure) ProtoReflect added in v1.26.1

func (*NamespaceInvalidStateFailure) Reset added in v1.8.0

func (x *NamespaceInvalidStateFailure) Reset()

func (*NamespaceInvalidStateFailure) Size added in v1.8.0

func (val *NamespaceInvalidStateFailure) Size() int

Size returns the size of the object, in bytes, once serialized

func (*NamespaceInvalidStateFailure) String added in v1.8.0

func (*NamespaceInvalidStateFailure) Unmarshal added in v1.8.0

func (val *NamespaceInvalidStateFailure) Unmarshal(buf []byte) error

Unmarshal an object of type NamespaceInvalidStateFailure from the protobuf v3 wire format

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) Equal

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

Equal returns whether two NamespaceNotActiveFailure values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

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) Marshal

func (val *NamespaceNotActiveFailure) Marshal() ([]byte, error)

Marshal an object of type NamespaceNotActiveFailure to the protobuf v3 wire format

func (*NamespaceNotActiveFailure) ProtoMessage

func (*NamespaceNotActiveFailure) ProtoMessage()

func (*NamespaceNotActiveFailure) ProtoReflect added in v1.26.1

func (*NamespaceNotActiveFailure) Reset

func (x *NamespaceNotActiveFailure) Reset()

func (*NamespaceNotActiveFailure) Size

func (val *NamespaceNotActiveFailure) Size() int

Size returns the size of the object, in bytes, once serialized

func (*NamespaceNotActiveFailure) String

func (x *NamespaceNotActiveFailure) String() string

func (*NamespaceNotActiveFailure) Unmarshal

func (val *NamespaceNotActiveFailure) Unmarshal(buf []byte) error

Unmarshal an object of type NamespaceNotActiveFailure from the protobuf v3 wire format

type NamespaceNotFoundFailure added in v1.8.0

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

func (*NamespaceNotFoundFailure) Descriptor deprecated added in v1.8.0

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

Deprecated: Use NamespaceNotFoundFailure.ProtoReflect.Descriptor instead.

func (*NamespaceNotFoundFailure) Equal added in v1.8.0

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

Equal returns whether two NamespaceNotFoundFailure values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*NamespaceNotFoundFailure) GetNamespace added in v1.8.0

func (x *NamespaceNotFoundFailure) GetNamespace() string

func (*NamespaceNotFoundFailure) Marshal added in v1.8.0

func (val *NamespaceNotFoundFailure) Marshal() ([]byte, error)

Marshal an object of type NamespaceNotFoundFailure to the protobuf v3 wire format

func (*NamespaceNotFoundFailure) ProtoMessage added in v1.8.0

func (*NamespaceNotFoundFailure) ProtoMessage()

func (*NamespaceNotFoundFailure) ProtoReflect added in v1.26.1

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

func (*NamespaceNotFoundFailure) Reset added in v1.8.0

func (x *NamespaceNotFoundFailure) Reset()

func (*NamespaceNotFoundFailure) Size added in v1.8.0

func (val *NamespaceNotFoundFailure) Size() int

Size returns the size of the object, in bytes, once serialized

func (*NamespaceNotFoundFailure) String added in v1.8.0

func (x *NamespaceNotFoundFailure) String() string

func (*NamespaceNotFoundFailure) Unmarshal added in v1.8.0

func (val *NamespaceNotFoundFailure) Unmarshal(buf []byte) error

Unmarshal an object of type NamespaceNotFoundFailure from the protobuf v3 wire format

type NewerBuildExistsFailure added in v1.21.0

type NewerBuildExistsFailure struct {

	// The current default compatible build ID which will receive tasks
	DefaultBuildId string `protobuf:"bytes,1,opt,name=default_build_id,json=defaultBuildId,proto3" json:"default_build_id,omitempty"`
	// contains filtered or unexported fields
}

func (*NewerBuildExistsFailure) Descriptor deprecated added in v1.21.0

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

Deprecated: Use NewerBuildExistsFailure.ProtoReflect.Descriptor instead.

func (*NewerBuildExistsFailure) Equal added in v1.21.0

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

Equal returns whether two NewerBuildExistsFailure values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*NewerBuildExistsFailure) GetDefaultBuildId added in v1.21.0

func (x *NewerBuildExistsFailure) GetDefaultBuildId() string

func (*NewerBuildExistsFailure) Marshal added in v1.21.0

func (val *NewerBuildExistsFailure) Marshal() ([]byte, error)

Marshal an object of type NewerBuildExistsFailure to the protobuf v3 wire format

func (*NewerBuildExistsFailure) ProtoMessage added in v1.21.0

func (*NewerBuildExistsFailure) ProtoMessage()

func (*NewerBuildExistsFailure) ProtoReflect added in v1.26.1

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

func (*NewerBuildExistsFailure) Reset added in v1.21.0

func (x *NewerBuildExistsFailure) Reset()

func (*NewerBuildExistsFailure) Size added in v1.21.0

func (val *NewerBuildExistsFailure) Size() int

Size returns the size of the object, in bytes, once serialized

func (*NewerBuildExistsFailure) String added in v1.21.0

func (x *NewerBuildExistsFailure) String() string

func (*NewerBuildExistsFailure) Unmarshal added in v1.21.0

func (val *NewerBuildExistsFailure) Unmarshal(buf []byte) error

Unmarshal an object of type NewerBuildExistsFailure from the protobuf v3 wire format

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) Equal

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

Equal returns whether two NotFoundFailure values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*NotFoundFailure) GetActiveCluster

func (x *NotFoundFailure) GetActiveCluster() string

func (*NotFoundFailure) GetCurrentCluster

func (x *NotFoundFailure) GetCurrentCluster() string

func (*NotFoundFailure) Marshal

func (val *NotFoundFailure) Marshal() ([]byte, error)

Marshal an object of type NotFoundFailure to the protobuf v3 wire format

func (*NotFoundFailure) ProtoMessage

func (*NotFoundFailure) ProtoMessage()

func (*NotFoundFailure) ProtoReflect added in v1.26.1

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

func (*NotFoundFailure) Reset

func (x *NotFoundFailure) Reset()

func (*NotFoundFailure) Size

func (val *NotFoundFailure) Size() int

Size returns the size of the object, in bytes, once serialized

func (*NotFoundFailure) String

func (x *NotFoundFailure) String() string

func (*NotFoundFailure) Unmarshal

func (val *NotFoundFailure) Unmarshal(buf []byte) error

Unmarshal an object of type NotFoundFailure from the protobuf v3 wire format

type PermissionDeniedFailure added in v1.5.0

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

func (*PermissionDeniedFailure) Descriptor deprecated added in v1.5.0

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

Deprecated: Use PermissionDeniedFailure.ProtoReflect.Descriptor instead.

func (*PermissionDeniedFailure) Equal added in v1.5.0

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

Equal returns whether two PermissionDeniedFailure values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*PermissionDeniedFailure) GetReason added in v1.5.0

func (x *PermissionDeniedFailure) GetReason() string

func (*PermissionDeniedFailure) Marshal added in v1.5.0

func (val *PermissionDeniedFailure) Marshal() ([]byte, error)

Marshal an object of type PermissionDeniedFailure to the protobuf v3 wire format

func (*PermissionDeniedFailure) ProtoMessage added in v1.5.0

func (*PermissionDeniedFailure) ProtoMessage()

func (*PermissionDeniedFailure) ProtoReflect added in v1.26.1

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

func (*PermissionDeniedFailure) Reset added in v1.5.0

func (x *PermissionDeniedFailure) Reset()

func (*PermissionDeniedFailure) Size added in v1.5.0

func (val *PermissionDeniedFailure) Size() int

Size returns the size of the object, in bytes, once serialized

func (*PermissionDeniedFailure) String added in v1.5.0

func (x *PermissionDeniedFailure) String() string

func (*PermissionDeniedFailure) Unmarshal added in v1.5.0

func (val *PermissionDeniedFailure) Unmarshal(buf []byte) error

Unmarshal an object of type PermissionDeniedFailure from the protobuf v3 wire format

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) Equal

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

Equal returns whether two QueryFailedFailure values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*QueryFailedFailure) Marshal

func (val *QueryFailedFailure) Marshal() ([]byte, error)

Marshal an object of type QueryFailedFailure to the protobuf v3 wire format

func (*QueryFailedFailure) ProtoMessage

func (*QueryFailedFailure) ProtoMessage()

func (*QueryFailedFailure) ProtoReflect added in v1.26.1

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

func (*QueryFailedFailure) Reset

func (x *QueryFailedFailure) Reset()

func (*QueryFailedFailure) Size

func (val *QueryFailedFailure) Size() int

Size returns the size of the object, in bytes, once serialized

func (*QueryFailedFailure) String

func (x *QueryFailedFailure) String() string

func (*QueryFailedFailure) Unmarshal

func (val *QueryFailedFailure) Unmarshal(buf []byte) error

Unmarshal an object of type QueryFailedFailure from the protobuf v3 wire format

type ResourceExhaustedFailure added in v1.8.0

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

func (*ResourceExhaustedFailure) Descriptor deprecated added in v1.8.0

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

Deprecated: Use ResourceExhaustedFailure.ProtoReflect.Descriptor instead.

func (*ResourceExhaustedFailure) Equal added in v1.8.0

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

Equal returns whether two ResourceExhaustedFailure values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*ResourceExhaustedFailure) GetCause added in v1.8.0

func (*ResourceExhaustedFailure) GetScope added in v1.31.0

func (*ResourceExhaustedFailure) Marshal added in v1.8.0

func (val *ResourceExhaustedFailure) Marshal() ([]byte, error)

Marshal an object of type ResourceExhaustedFailure to the protobuf v3 wire format

func (*ResourceExhaustedFailure) ProtoMessage added in v1.8.0

func (*ResourceExhaustedFailure) ProtoMessage()

func (*ResourceExhaustedFailure) ProtoReflect added in v1.26.1

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

func (*ResourceExhaustedFailure) Reset added in v1.8.0

func (x *ResourceExhaustedFailure) Reset()

func (*ResourceExhaustedFailure) Size added in v1.8.0

func (val *ResourceExhaustedFailure) Size() int

Size returns the size of the object, in bytes, once serialized

func (*ResourceExhaustedFailure) String added in v1.8.0

func (x *ResourceExhaustedFailure) String() string

func (*ResourceExhaustedFailure) Unmarshal added in v1.8.0

func (val *ResourceExhaustedFailure) Unmarshal(buf []byte) error

Unmarshal an object of type ResourceExhaustedFailure from the protobuf v3 wire format

type ServerVersionNotSupportedFailure added in v1.0.0

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 added in v1.0.0

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

Deprecated: Use ServerVersionNotSupportedFailure.ProtoReflect.Descriptor instead.

func (*ServerVersionNotSupportedFailure) Equal added in v1.0.0

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

Equal returns whether two ServerVersionNotSupportedFailure values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*ServerVersionNotSupportedFailure) GetClientSupportedServerVersions added in v1.0.0

func (x *ServerVersionNotSupportedFailure) GetClientSupportedServerVersions() string

func (*ServerVersionNotSupportedFailure) GetServerVersion added in v1.0.0

func (x *ServerVersionNotSupportedFailure) GetServerVersion() string

func (*ServerVersionNotSupportedFailure) Marshal added in v1.0.0

func (val *ServerVersionNotSupportedFailure) Marshal() ([]byte, error)

Marshal an object of type ServerVersionNotSupportedFailure to the protobuf v3 wire format

func (*ServerVersionNotSupportedFailure) ProtoMessage added in v1.0.0

func (*ServerVersionNotSupportedFailure) ProtoMessage()

func (*ServerVersionNotSupportedFailure) ProtoReflect added in v1.26.1

func (*ServerVersionNotSupportedFailure) Reset added in v1.0.0

func (*ServerVersionNotSupportedFailure) Size added in v1.0.0

Size returns the size of the object, in bytes, once serialized

func (*ServerVersionNotSupportedFailure) String added in v1.0.0

func (*ServerVersionNotSupportedFailure) Unmarshal added in v1.0.0

func (val *ServerVersionNotSupportedFailure) Unmarshal(buf []byte) error

Unmarshal an object of type ServerVersionNotSupportedFailure from the protobuf v3 wire format

type SystemWorkflowFailure added in v1.8.0

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 added in v1.8.0

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

Deprecated: Use SystemWorkflowFailure.ProtoReflect.Descriptor instead.

func (*SystemWorkflowFailure) Equal added in v1.8.0

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

Equal returns whether two SystemWorkflowFailure values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*SystemWorkflowFailure) GetWorkflowError added in v1.8.0

func (x *SystemWorkflowFailure) GetWorkflowError() string

func (*SystemWorkflowFailure) GetWorkflowExecution added in v1.8.0

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

func (*SystemWorkflowFailure) Marshal added in v1.8.0

func (val *SystemWorkflowFailure) Marshal() ([]byte, error)

Marshal an object of type SystemWorkflowFailure to the protobuf v3 wire format

func (*SystemWorkflowFailure) ProtoMessage added in v1.8.0

func (*SystemWorkflowFailure) ProtoMessage()

func (*SystemWorkflowFailure) ProtoReflect added in v1.26.1

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

func (*SystemWorkflowFailure) Reset added in v1.8.0

func (x *SystemWorkflowFailure) Reset()

func (*SystemWorkflowFailure) Size added in v1.8.0

func (val *SystemWorkflowFailure) Size() int

Size returns the size of the object, in bytes, once serialized

func (*SystemWorkflowFailure) String added in v1.8.0

func (x *SystemWorkflowFailure) String() string

func (*SystemWorkflowFailure) Unmarshal added in v1.8.0

func (val *SystemWorkflowFailure) Unmarshal(buf []byte) error

Unmarshal an object of type SystemWorkflowFailure from the protobuf v3 wire format

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) Equal

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

Equal returns whether two WorkflowExecutionAlreadyStartedFailure values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*WorkflowExecutionAlreadyStartedFailure) GetRunId

func (*WorkflowExecutionAlreadyStartedFailure) GetStartRequestId

func (x *WorkflowExecutionAlreadyStartedFailure) GetStartRequestId() string

func (*WorkflowExecutionAlreadyStartedFailure) Marshal

Marshal an object of type WorkflowExecutionAlreadyStartedFailure to the protobuf v3 wire format

func (*WorkflowExecutionAlreadyStartedFailure) ProtoMessage

func (*WorkflowExecutionAlreadyStartedFailure) ProtoReflect added in v1.26.1

func (*WorkflowExecutionAlreadyStartedFailure) Reset

func (*WorkflowExecutionAlreadyStartedFailure) Size

Size returns the size of the object, in bytes, once serialized

func (*WorkflowExecutionAlreadyStartedFailure) String

func (*WorkflowExecutionAlreadyStartedFailure) Unmarshal

func (val *WorkflowExecutionAlreadyStartedFailure) Unmarshal(buf []byte) error

Unmarshal an object of type WorkflowExecutionAlreadyStartedFailure from the protobuf v3 wire format

type WorkflowNotReadyFailure added in v1.8.0

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

func (*WorkflowNotReadyFailure) Descriptor deprecated added in v1.8.0

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

Deprecated: Use WorkflowNotReadyFailure.ProtoReflect.Descriptor instead.

func (*WorkflowNotReadyFailure) Equal added in v1.8.0

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

Equal returns whether two WorkflowNotReadyFailure values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*WorkflowNotReadyFailure) Marshal added in v1.8.0

func (val *WorkflowNotReadyFailure) Marshal() ([]byte, error)

Marshal an object of type WorkflowNotReadyFailure to the protobuf v3 wire format

func (*WorkflowNotReadyFailure) ProtoMessage added in v1.8.0

func (*WorkflowNotReadyFailure) ProtoMessage()

func (*WorkflowNotReadyFailure) ProtoReflect added in v1.26.1

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

func (*WorkflowNotReadyFailure) Reset added in v1.8.0

func (x *WorkflowNotReadyFailure) Reset()

func (*WorkflowNotReadyFailure) Size added in v1.8.0

func (val *WorkflowNotReadyFailure) Size() int

Size returns the size of the object, in bytes, once serialized

func (*WorkflowNotReadyFailure) String added in v1.8.0

func (x *WorkflowNotReadyFailure) String() string

func (*WorkflowNotReadyFailure) Unmarshal added in v1.8.0

func (val *WorkflowNotReadyFailure) Unmarshal(buf []byte) error

Unmarshal an object of type WorkflowNotReadyFailure from the protobuf v3 wire format

Jump to

Keyboard shortcuts

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