Exception: Cerbos::Error::InternalError
- Inherits:
-
NotOK
- Object
- StandardError
- Cerbos::Error
- NotOK
- Cerbos::Error::InternalError
- Defined in:
- lib/cerbos/error.rb
Overview
The gRPC operation failed due to an internal error.
Instance Attribute Summary
Attributes inherited from NotOK
Instance Method Summary collapse
-
#initialize(code: GRPC::Core::StatusCodes::INTERNAL, **args) ⇒ InternalError
constructor
A new instance of InternalError.
Constructor Details
#initialize(code: GRPC::Core::StatusCodes::INTERNAL, **args) ⇒ InternalError
Returns a new instance of InternalError.
75 76 77 |
# File 'lib/cerbos/error.rb', line 75 def initialize(code: GRPC::Core::StatusCodes::INTERNAL, **args) super end |