Exception: Cerbos::Error::OutOfRange
- Inherits:
-
NotOK
- Object
- StandardError
- Cerbos::Error
- NotOK
- Cerbos::Error::OutOfRange
- Defined in:
- lib/cerbos/error.rb
Overview
The operation was attempted past the valid range.
Instance Attribute Summary
Attributes inherited from NotOK
Instance Method Summary collapse
-
#initialize(code: GRPC::Core::StatusCodes::OUT_OF_RANGE, **args) ⇒ OutOfRange
constructor
A new instance of OutOfRange.
Constructor Details
#initialize(code: GRPC::Core::StatusCodes::OUT_OF_RANGE, **args) ⇒ OutOfRange
Returns a new instance of OutOfRange.
124 125 126 |
# File 'lib/cerbos/error.rb', line 124 def initialize(code: GRPC::Core::StatusCodes::OUT_OF_RANGE, **args) super end |