Exception: Protocol::GRPC::Cancelled
- Defined in:
- lib/protocol/grpc/error.rb
Overview
Represents a cancelled gRPC operation.
Instance Attribute Summary
Attributes inherited from Error
#details, #metadata, #status_code
Instance Method Summary collapse
-
#initialize(message = nil, **options) ⇒ Cancelled
constructor
Initialize a cancelled error.