Exception: Cerbos::Error::InternalError

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

Overview

The gRPC operation failed due to an internal error.

Instance Attribute Summary

Attributes inherited from NotOK

#code, #details, #metadata

Instance Method Summary collapse

Constructor Details

#initialize(code: GRPC::Core::StatusCodes::INTERNAL, **args) ⇒ InternalError

Returns a new instance of InternalError.



75
76
77
# File 'lib/cerbos/error.rb', line 75

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