Exception: Cerbos::Error::Unauthenticated

Inherits:
NotOK show all
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

#code, #details, #metadata

Instance Method Summary collapse

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