exception documentation
class RPCError(temporalio.exceptions.TemporalError): (source)
Constructor: RPCError(message, status, raw_grpc_status)
Error during RPC call.
Method | __init__ |
Initialize RPC error. |
Property | grpc |
Status of the gRPC call with details. |
Property | message |
Message for the error. |
Property | raw |
Raw gRPC status bytes. |
Property | status |
Status code for the error. |
Instance Variable | _grpc |
Undocumented |
Instance Variable | _message |
Undocumented |
Instance Variable | _raw |
Undocumented |
Instance Variable | _status |
Undocumented |
Inherited from TemporalError
:
Property | cause |
Cause of the exception. |