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.
def __init__(self, message: str, *, non_retryable: bool = False): (source)

Initialize a server error.

@property
non_retryable: bool = (source)

Whether this error is non-retryable.

_non_retryable = (source)

Undocumented