Exception: Cerbos::Error::Cancelled

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

Overview

The gRPC operation was cancelled.

Instance Attribute Summary

Attributes inherited from NotOK

#code, #details, #metadata

Instance Method Summary collapse

Constructor Details

#initialize(code: GRPC::Core::StatusCodes::CANCELLED, **args) ⇒ Cancelled

Returns a new instance of Cancelled.



61
62
63
# File 'lib/cerbos/error.rb', line 61

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