Exception: Cerbos::Error::Cancelled
- Inherits:
-
NotOK
- Object
- StandardError
- Cerbos::Error
- NotOK
- Cerbos::Error::Cancelled
- Defined in:
- lib/cerbos/error.rb
Overview
The 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.
75 76 77 |
# File 'lib/cerbos/error.rb', line 75 def initialize(code: GRPC::Core::StatusCodes::CANCELLED, **args) super end |