Exception: Cerbos::Error::Aborted

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

Overview

The operation was aborted.

Instance Attribute Summary

Attributes inherited from NotOK

#code, #details, #metadata

Instance Method Summary collapse

Constructor Details

#initialize(code: GRPC::Core::StatusCodes::ABORTED, **args) ⇒ Aborted

Returns a new instance of Aborted.



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

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