temporalio.exceptions.ServerError

exception documentation

Error originating in the Temporal server.

Method __init__ Initialize a server error.
Property non_retryable Whether this error is non-retryable.
Instance Variable _non_retryable Undocumented

Inherited from FailureError:

Property failure Underlying protobuf failure object.
Property message Message.
Instance Variable _failure Undocumented
Instance Variable _message Undocumented

Inherited from TemporalError (via FailureError):

Property cause Cause of the exception.

Initialize a server error.

Whether this error is non-retryable.