Exception: Cerbos::Hub::Stores::Error::ConditionUnsatisfied
- Inherits:
-
Error::NotOK
- Object
- StandardError
- Error
- Error::NotOK
- Cerbos::Hub::Stores::Error::ConditionUnsatisfied
- 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
-
#current_store_version ⇒ Object
readonly
The current version of the store.
Attributes inherited from Error::NotOK
Instance Attribute Details
#current_store_version ⇒ Object (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 |