Exception: Cerbos::Error::AlreadyExists
- Inherits:
-
NotOK
- Object
- StandardError
- Cerbos::Error
- NotOK
- Cerbos::Error::AlreadyExists
- Defined in:
- lib/cerbos/error.rb
Overview
The entity that the client attempted to create already exists.
Instance Attribute Summary
Attributes inherited from NotOK
Instance Method Summary collapse
-
#initialize(code: GRPC::Core::StatusCodes::ALREADY_EXISTS, **args) ⇒ AlreadyExists
constructor
A new instance of AlreadyExists.
Constructor Details
#initialize(code: GRPC::Core::StatusCodes::ALREADY_EXISTS, **args) ⇒ AlreadyExists
Returns a new instance of AlreadyExists.
68 69 70 |
# File 'lib/cerbos/error.rb', line 68 def initialize(code: GRPC::Core::StatusCodes::ALREADY_EXISTS, **args) super end |