Exception: Cerbos::Error::NotFound
- Inherits:
-
NotOK
- Object
- StandardError
- Cerbos::Error
- NotOK
- Cerbos::Error::NotFound
- Defined in:
- lib/cerbos/error.rb
Overview
The requested entity was not found.
Instance Attribute Summary
Attributes inherited from NotOK
Instance Method Summary collapse
-
#initialize(code: GRPC::Core::StatusCodes::NOT_FOUND, **args) ⇒ NotFound
constructor
A new instance of NotFound.
Constructor Details
#initialize(code: GRPC::Core::StatusCodes::NOT_FOUND, **args) ⇒ NotFound
Returns a new instance of NotFound.
117 118 119 |
# File 'lib/cerbos/error.rb', line 117 def initialize(code: GRPC::Core::StatusCodes::NOT_FOUND, **args) super end |