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