Conflict
This page documents the stable RFC 7807 Problem type URI https://platform3-andymontgomery-9773s-projects.vercel.app/problems/conflict.
- Code
conflict- Status
409- Meaning
- The request conflicts with current platform state, usually because an Idempotency-Key was reused with different content.
- Resolution
- Replay the original request body with the same Idempotency-Key or use a new key for a different operation.
Every TimeBack surface emits Problem type URIs on https://platform3-andymontgomery-9773s-projects.vercel.app/problems/... so clients can branch on one documented host across modules.