exception documentation

Error during RPC call.

Method __init__ Initialize RPC error.
Property grpc_status Status of the gRPC call with details.
Property message Message for the error.
Property raw_grpc_status Raw gRPC status bytes.
Property status Status code for the error.
Instance Variable _grpc_status Undocumented
Instance Variable _message Undocumented
Instance Variable _raw_grpc_status Undocumented
Instance Variable _status Undocumented

Inherited from TemporalError:

Property cause Cause of the exception.
def __init__(self, message: str, status: RPCStatusCode, raw_grpc_status: bytes): (source)

Initialize RPC error.

Status of the gRPC call with details.

Message for the error.

@property
raw_grpc_status: bytes = (source)

Raw gRPC status bytes.

Status code for the error.

_message = (source)

Undocumented

_raw_grpc_status = (source)

Undocumented

Undocumented