ErrorsAll codes

LINE_TOTAL_INCONSISTENT

Line totals do not reconcile: expected {0}€ (base + VAT + surcharge - IRPF), declared {1}€. Difference exceeds 0.01€


Category: Invoices

Example response

When this error occurs, the API returns a JSON response with the following shape:

{
  "type": "https://docs.beel.es/errors/LINE_TOTAL_INCONSISTENT",
  "title": "LINE_TOTAL_INCONSISTENT",
  "detail": "Line totals do not reconcile: expected {0}€ (base + VAT + surcharge - IRPF), declared {1}€. Difference exceeds 0.01€",
  "instance": "/v1/<resource>",
  "errors": [],
  "success": false,
  "error": {
    "code": "LINE_TOTAL_INCONSISTENT",
    "message": "Line totals do not reconcile: expected {0}€ (base + VAT + surcharge - IRPF), declared {1}€. Difference exceeds 0.01€",
    "details": {}
  },
  "meta": {
    "timestamp": "2026-05-21T10:00:00Z",
    "request_id": "4bf92f3577b34da6a3ce929d0e0e4736"
  }
}

The type URI is stable and always resolves to this page.

Message

Line totals do not reconcile: expected {0}€ (base + VAT + surcharge - IRPF), declared {1}€. Difference exceeds 0.01€
La línea no cuadra: total esperado {0}€ (base + IVA + recargo - IRPF), total declarado {1}€. Diferencia mayor a 0,01€
La línia no quadra: total esperat {0}€ (base + IVA + recàrrec - IRPF), total declarat {1}€. Diferència major a 0,01€

Send the request with Accept-Language: <es|en|ca> to receive the message in your preferred language.

Tokens like {0} are runtime arguments — the backend fills them with actual values before responding.

Other errors in this category

Keep exploring