exception documentation
class ServerError(FailureError): (source)
Constructor: ServerError(message, non_retryable)
Error originating in the Temporal server.
Method | __init__ |
Initialize a server error. |
Property | non |
Whether this error is non-retryable. |
Instance Variable | _non |
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. |