Exception: Cerbos::Error::Unauthenticated
- Inherits:
-
NotOK
- Object
- StandardError
- Cerbos::Error
- NotOK
- Cerbos::Error::Unauthenticated
- Defined in:
- lib/cerbos/error.rb
Overview
The gRPC operation was rejected because it did not have valid authentication credentials.
Instance Attribute Summary
Attributes inherited from NotOK
Instance Method Summary collapse
-
#initialize(code: GRPC::Core::StatusCodes::UNAUTHENTICATED, **args) ⇒ Unauthenticated
constructor
A new instance of Unauthenticated.
Constructor Details
#initialize(code: GRPC::Core::StatusCodes::UNAUTHENTICATED, **args) ⇒ Unauthenticated
Returns a new instance of Unauthenticated.
96 97 98 |
# File 'lib/cerbos/error.rb', line 96 def initialize(code: GRPC::Core::StatusCodes::UNAUTHENTICATED, **args) super end |