Exception: Cerbos::Error::FailedPrecondition

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

Overview

The operation was rejected because the system is not in a state required for the operation's execution.

Instance Attribute Summary

Attributes inherited from NotOK

#code, #details, #metadata

Instance Method Summary collapse

Constructor Details

#initialize(code: GRPC::Core::StatusCodes::FAILED_PRECONDITION, **args) ⇒ FailedPrecondition

Returns a new instance of FailedPrecondition.



96
97
98
# File 'lib/cerbos/error.rb', line 96

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