Exception: Cerbos::Error::InvalidArgument
- Inherits:
-
NotOK
- Object
- StandardError
- Cerbos::Error
- NotOK
- Cerbos::Error::InvalidArgument
- Defined in:
- lib/cerbos/error.rb
Overview
The gRPC operation was rejected because an argument was invalid.
Instance Attribute Summary
Attributes inherited from NotOK
Instance Method Summary collapse
-
#initialize(code: GRPC::Core::StatusCodes::INVALID_ARGUMENT, **args) ⇒ InvalidArgument
constructor
A new instance of InvalidArgument.
Constructor Details
#initialize(code: GRPC::Core::StatusCodes::INVALID_ARGUMENT, **args) ⇒ InvalidArgument
Returns a new instance of InvalidArgument.
82 83 84 |
# File 'lib/cerbos/error.rb', line 82 def initialize(code: GRPC::Core::StatusCodes::INVALID_ARGUMENT, **args) super end |