All error codes
conflictHTTP 409Not retryable

conflict

The request conflicts with the current resource state.

Stable URL: https://docs.statxe.com/api/errors/conflict

How to resolve

  • The resource state rejects this write — refresh the resource and retry with current values.

Example response

{
  "ok": false,
  "error": {
    "code": "conflict",
    "message": "The request conflicts with the current resource state.",
    "docs_url": "https://docs.statxe.com/api/errors/conflict"
  },
  "meta": {
    "request_id": "req_example123"
  }
}

See also Errors & rate limits guide.