Exception: Cerbos::Hub::Stores::Error::ConditionUnsatisfied

Inherits:
Error::NotOK
  • Object
show all
Defined in:
lib/cerbos/hub/stores/error.rb

Overview

Error thrown when a store modification is rejected because the condition specified in the request wasn't met.

Instance Attribute Summary collapse

Attributes inherited from Error::NotOK

#code, #details, #metadata

Instance Attribute Details

#current_store_versionObject (readonly)

The current version of the store.



19
20
21
# File 'lib/cerbos/hub/stores/error.rb', line 19

def current_store_version
  @current_store_version
end