Exception: Cerbos::Error::ResourceExhausted
- Inherits:
-
NotOK
- Object
- StandardError
- Cerbos::Error
- NotOK
- Cerbos::Error::ResourceExhausted
- Defined in:
- lib/cerbos/error.rb
Overview
The gRPC operation failed because a resource has been exhausted.
Instance Attribute Summary
Attributes inherited from NotOK
Instance Method Summary collapse
-
#initialize(code: GRPC::Core::StatusCodes::RESOURCE_EXHAUSTED, **args) ⇒ ResourceExhausted
constructor
A new instance of ResourceExhausted.
Constructor Details
#initialize(code: GRPC::Core::StatusCodes::RESOURCE_EXHAUSTED, **args) ⇒ ResourceExhausted
Returns a new instance of ResourceExhausted.
89 90 91 |
# File 'lib/cerbos/error.rb', line 89 def initialize(code: GRPC::Core::StatusCodes::RESOURCE_EXHAUSTED, **args) super end |