Exception: Cerbos::Error::Unavailable
- Inherits:
-
NotOK
- Object
- StandardError
- Cerbos::Error
- NotOK
- Cerbos::Error::Unavailable
- Defined in:
- lib/cerbos/error.rb
Overview
The gRPC operation failed because the service is unavailable.
Instance Attribute Summary
Attributes inherited from NotOK
Instance Method Summary collapse
-
#initialize(code: GRPC::Core::StatusCodes::UNAVAILABLE, **args) ⇒ Unavailable
constructor
A new instance of Unavailable.
Constructor Details
#initialize(code: GRPC::Core::StatusCodes::UNAVAILABLE, **args) ⇒ Unavailable
Returns a new instance of Unavailable.
103 104 105 |
# File 'lib/cerbos/error.rb', line 103 def initialize(code: GRPC::Core::StatusCodes::UNAVAILABLE, **args) super end |