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.