Factuarea APIDevelopers

Exports error codes

Every public API error code emitted by Exports, with its HTTP status, its type and a page per code.

Error codes emitted by Exports. Each code links to its own page with the cause and the action to take.

CodeTypeHTTPDescription
export_budget_exceededrate_limit_error429The hourly budget of PACKAGING WORK for the company is exhausted. This is not a request limit: it counts packaged documents and generated artifacts against the disk and render pool shared by every tenant, so neither spreading the calls nor using another credential changes anything. The subcode says which of the two axes ran out — export_documents_budget (packaged content) or export_artifacts_budget (number of generated files).
export_byte_cap_exceededinvalid_request_error413The packaged download exceeds the BYTE cap of that artifact type. It counts weight, not documents, so a small batch of very heavy documents —illustrated template, attachments— reaches it too. The subcode says when it was rejected: before_writing, when the estimated weight already exceeded it and NOTHING was written, or while_writing, when the real weight exceeded it mid-packaging and the partial file was discarded.
export_document_cap_exceededinvalid_request_error413The packaged download asks for MORE DOCUMENTS than that artifact type allows. It is not a request limit nor a permissions problem: it is the size of what a single call asks for, and the very same cap rules the web application and the API, so splitting the work across surfaces does not dodge it.

On this page

Need a hand?Contact support