Exception: Cerbos::Error::DataLoss

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

Overview

The operation resulted in unrecoverable data loss or corruption.

Instance Attribute Summary

Attributes inherited from NotOK

#code, #details, #metadata

Instance Method Summary collapse

Constructor Details

#initialize(code: GRPC::Core::StatusCodes::DATA_LOSS, **args) ⇒ DataLoss

Returns a new instance of DataLoss.



82
83
84
# File 'lib/cerbos/error.rb', line 82

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