sync_failed

Re-syncing the invoice to the accounting provider failed again.

HTTP status400
Error typeapi_error
RetryYes, with backoff.

Response shape

{
  "error": {
    "type": "api_error",
    "code": "sync_failed",
    "message": "…",
    "doc_url": "https://docs.borga.is/errors/sync_failed",
    "request_id": "req_…"
  }
}

See all error codes and how to handle them.