Exception: Cerbos::Error::Cancelled
- Inherits:
-
NotOK
- Object
- StandardError
- Cerbos::Error
- NotOK
- Cerbos::Error::Cancelled
- Defined in:
- lib/cerbos/error.rb
Overview
The gRPC operation was cancelled.
Instance Attribute Summary
Attributes inherited from NotOK
Instance Method Summary collapse
-
#initialize(code: GRPC::Core::StatusCodes::CANCELLED, **args) ⇒ Cancelled
constructor
A new instance of Cancelled.
Constructor Details
#initialize(code: GRPC::Core::StatusCodes::CANCELLED, **args) ⇒ Cancelled
Returns a new instance of Cancelled.
61 62 63 |
# File 'lib/cerbos/error.rb', line 61 def initialize(code: GRPC::Core::StatusCodes::CANCELLED, **args) super end |