Exception: Cerbos::Error::Unavailable

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

Overview

The gRPC operation failed because the service is unavailable.

Instance Attribute Summary

Attributes inherited from NotOK

#code, #details, #metadata

Instance Method Summary collapse

Constructor Details

#initialize(code: GRPC::Core::StatusCodes::UNAVAILABLE, **args) ⇒ Unavailable

Returns a new instance of Unavailable.



103
104
105
# File 'lib/cerbos/error.rb', line 103

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