Exception: Cerbos::Error::DeadlineExceeded

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

Overview

The gRPC operation timed out.

Instance Attribute Summary

Attributes inherited from NotOK

#code, #details, #metadata

Instance Method Summary collapse

Constructor Details

#initialize(code: GRPC::Core::StatusCodes::DEADLINE_EXCEEDED, **args) ⇒ DeadlineExceeded

Returns a new instance of DeadlineExceeded.



68
69
70
# File 'lib/cerbos/error.rb', line 68

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