Exception: Cerbos::Error::AlreadyExists

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

Overview

The entity that the client attempted to create already exists.

Instance Attribute Summary

Attributes inherited from NotOK

#code, #details, #metadata

Instance Method Summary collapse

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