View Source CoseDellaVitaEx.Errors.OptimisticLockingError (CoseDellaVitaEx v0.2.0)

The entity is stale, reload the entity and retry the update. This error should only occur when clients opt-in to optimistic locking by specifying a value for lockVersion in a mutation's input object.

Absinthe type is :optimistic_locking_error.

Link to this section Summary

Link to this section Types

@type t() :: %CoseDellaVitaEx.Errors.OptimisticLockingError{
  error_type: term(),
  message: term(),
  path: term()
}