Exception: GrpcKit::Errors::Cancelled
- Defined in:
- lib/grpc_kit/errors.rb
Instance Attribute Summary
Attributes inherited from BadStatus
Instance Method Summary collapse
-
#initialize(message) ⇒ Cancelled
constructor
A new instance of Cancelled.
Constructor Details
#initialize(message) ⇒ Cancelled
Returns a new instance of Cancelled.
43 44 45 |
# File 'lib/grpc_kit/errors.rb', line 43 def initialize() super(GrpcKit::StatusCodes::CANCELLED, ) end |