version-mismatch

This error occurs when the actual version of a resource is different from the one supplied due to concurrent modification.

Status

409

Title

Version mismatch caused by a concurrent modification

What Went Wrong?

This error indicates a concurrent modification on a versioned resource, it occurs when the actual version of the resource is different from the one supplied.

Attributes

- currentVersion

How to Resolve the Error?

Request the newest version of the resource and apply the necessary changes to it.

Examples

{
  - type: https://developer.cisco.com/docs/appdynamics/errors/#!version-mismatch
    title: Version mismatch caused by a concurrent modification
    detail: 'Foobar' version is different from the one provided
    currentVersion: 2
    traceId: 34f067aa0ba902b7
}