Exception: Cerbos::Error::ResourceExhausted

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

Overview

The gRPC operation failed because a resource has been exhausted.

Instance Attribute Summary

Attributes inherited from NotOK

#code, #details, #metadata

Instance Method Summary collapse

Constructor Details

#initialize(code: GRPC::Core::StatusCodes::RESOURCE_EXHAUSTED, **args) ⇒ ResourceExhausted

Returns a new instance of ResourceExhausted.



89
90
91
# File 'lib/cerbos/error.rb', line 89

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