Ironfang Finance API problem type
internal_error
Internal error. HTTP 500.
What it means
Ironfang Finance failed in a way that is not the caller's doing. On an operation that processes a document the outcome is indeterminate and no usage was charged; on a read it says nothing about any document.
What to do
Retry. If it persists, contact support with the request_id.
What the response carries
typehttps://ironfang.uk/problems/internal_error, this page.status- Always 500 for this code.
codeinternal_error. Stable: branch on this, not on the wording oftitleordetail.detail- What happened this time, safe to show to a person. It never carries invoice content.
request_id- The same value as the
X-Ironfang-Request-IDheader. Quote it to support. retry_after_seconds- Never present for this code.
outcome- Indeterminate, with usage_charged false, when the operation was processing a document; absent on a read.
Problems follow RFC 9457 and are served as application/problem+json. A validation finding is never a Problem: an invalid invoice is a successful response that lists its findings. See every problem type, the Finance guide and the OpenAPI contract.
