Exception: Cerbos::Error::Unimplemented
- Inherits:
-
NotOK
- Object
- StandardError
- Cerbos::Error
- NotOK
- Cerbos::Error::Unimplemented
- Defined in:
- lib/cerbos/error.rb
Overview
The gRPC operation is not supported.
Instance Attribute Summary
Attributes inherited from NotOK
Instance Method Summary collapse
-
#initialize(code: GRPC::Core::StatusCodes::UNIMPLEMENTED, **args) ⇒ Unimplemented
constructor
A new instance of Unimplemented.
Constructor Details
#initialize(code: GRPC::Core::StatusCodes::UNIMPLEMENTED, **args) ⇒ Unimplemented
Returns a new instance of Unimplemented.
110 111 112 |
# File 'lib/cerbos/error.rb', line 110 def initialize(code: GRPC::Core::StatusCodes::UNIMPLEMENTED, **args) super end |