761 B
761 B
Error Taxonomy
All API errors must use a consistent shape.
{
"error": {
"code": "DATASET_UNSUPPORTED_FORMAT",
"message": "The uploaded file format is not supported for this operation.",
"details": {},
"trace_id": "optional"
}
}
Core Error Codes
VALIDATION_ERRORNOT_FOUNDCONFLICTFEATURE_DISABLEDDATASET_UPLOAD_FAILEDDATASET_UNSUPPORTED_FORMATCRS_MISSINGCRS_UNSUPPORTEDGEOMETRY_INVALIDRASTER_METADATA_FAILEDVECTOR_METADATA_FAILEDPROCESSING_JOB_FAILEDMODEL_UNAVAILABLEINFERENCE_FAILEDREFERENCE_LAYER_MISSINGQA_MATCHING_FAILEDEXPORT_FAILED
Frontend Requirements
Every error code should render a useful message and suggested next action.