Namespace Temporalio.Api.ErrorDetails.V1
Classes
- ActivityExecutionAlreadyStartedFailure
An error indicating that an activity execution failed to start. Returned when there is an existing activity with the given activity ID, and the given ID reuse and conflict policies do not permit starting a new one or attaching to an existing one.
- MessageReflection
Holder for reflection information generated from temporal/api/errordetails/v1/message.proto
- MultiOperationExecutionFailure.Types
Container for nested types declared in the MultiOperationExecutionFailure message type.
- MultiOperationExecutionFailure.Types.OperationStatus
NOTE:
OperationStatusis modelled aftergoogle.rpc.Status.(-- api-linter: core::0146::any=disabled aip.dev/not-precedent: details are meant to hold arbitrary payloads. --)
- NamespaceUnavailableFailure
NamespaceUnavailableFailure is returned by the service when a request addresses a namespace that is unavailable. For example, when a namespace is in the process of failing over between clusters. This is a transient error that should be automatically retried by clients.
- NexusOperationExecutionAlreadyStartedFailure
An error indicating that a Nexus operation failed to start. Returned when there is an existing operation with the given operation ID, and the given ID reuse and conflict policies do not permit starting a new one or attaching to an existing one.
- WorkflowTaskCompletionBufferLostFailure
An error indicating that the server lost the buffered pages of a paginated workflow task completion. This is a transient error: the workflow task is still valid, and the client should resend all pages from page 0 using the same task token.