Exception: Cerbos::Error::Unimplemented

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

Overview

The gRPC operation is not supported.

Instance Attribute Summary

Attributes inherited from NotOK

#code, #details, #metadata

Instance Method Summary collapse

Constructor Details

#initialize(code: GRPC::Core::StatusCodes::UNIMPLEMENTED, **args) ⇒ Unimplemented

Returns a new instance of Unimplemented.



110
111
112
# File 'lib/cerbos/error.rb', line 110

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