Exception: Cerbos::Error::OutOfRange

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

Overview

The operation was attempted past the valid range.

Instance Attribute Summary

Attributes inherited from NotOK

#code, #details, #metadata

Instance Method Summary collapse

Constructor Details

#initialize(code: GRPC::Core::StatusCodes::OUT_OF_RANGE, **args) ⇒ OutOfRange

Returns a new instance of OutOfRange.



124
125
126
# File 'lib/cerbos/error.rb', line 124

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