Skip to main content
Code: resource.conflict
HTTP: 409 Conflict

What happened

The API could not find or reconcile the resource referenced in your request.

Safe message

This action conflicts with an existing record. Please refresh and try again.
Use err.safeMessage or err.displayMessage in customer UI, not err.message.

Why this happened

The resource already exists or changed since you last read it.

How to fix it

Fetch the latest state and retry with an updated payload or a new idempotency key.

UI hint

Programmatic handling