https://api.datagrid.com/errors/no_authentication | Endpoint response | Missing, expired, or revoked API key. |
https://api.datagrid.com/errors/credit_exceeded | Endpoint response | The teamspace does not have enough credits to enqueue or continue batch work. |
https://api.datagrid.com/errors/resource_not_found | Endpoint response | The batch does not exist in the authenticated teamspace. |
https://api.datagrid.com/errors/conflict | Endpoint response | The request conflicts with current state, such as reusing an idempotency key with a different request body or cancelling a batch that is already completed, failed, or expired. |
https://api.datagrid.com/errors/results_gone | Endpoint response | Batch metadata still exists, but retained result lines have already been cleaned up. |
https://api.datagrid.com/errors/validation_failed | Endpoint response or batch object | Synchronous request validation failed before the batch was accepted, or asynchronous batch validation failed after creation. |
https://api.datagrid.com/errors/batch_validation_failed | Result line | Another item failed async validation, so this item was never processed. |
https://api.datagrid.com/errors/file_not_found | Result line | The referenced file does not exist or is not accessible from the batch teamspace. |
https://api.datagrid.com/errors/unsupported_file_format | Result line | The referenced file type cannot be processed by batch predictions, or a page reference was supplied for a non-paged file type. |
https://api.datagrid.com/errors/prediction_failed | Result line | Model execution completed, but the item could not be returned as a valid prediction. |
https://api.datagrid.com/errors/batch_cancelled | Result line | The item did not run because the batch was cancelled. |
https://api.datagrid.com/errors/batch_expired | Result line | The item did not run before the batch completion window expired. |
https://api.datagrid.com/errors/batch_item_processing_failed | Result line | Item processing failed due to an internal execution error. |
https://api.datagrid.com/errors/rate_limit_exceeded | Endpoint response | The request was throttled or admission control rejected the create request. |
https://api.datagrid.com/errors/internal_server_error | Endpoint response or result line | An unexpected server-side error occurred. |