Exception: Cerbos::Error::InvalidArgument

Inherits:
NotOK show all
Defined in:
lib/cerbos/error.rb

Overview

The gRPC operation was rejected because an argument was invalid.

Instance Attribute Summary

Attributes inherited from NotOK

#code, #details, #metadata

Instance Method Summary collapse

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