Exception: Cerbos::Error::NotFound

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

Overview

The requested entity was not found.

Instance Attribute Summary

Attributes inherited from NotOK

#code, #details, #metadata

Instance Method Summary collapse

Constructor Details

#initialize(code: GRPC::Core::StatusCodes::NOT_FOUND, **args) ⇒ NotFound

Returns a new instance of NotFound.



117
118
119
# File 'lib/cerbos/error.rb', line 117

def initialize(code: GRPC::Core::StatusCodes::NOT_FOUND, **args)
  super
end