Error Handling
All endpoints follow a consistent error response format:
{
"Status": "ERROR",
"Message": "Error message here",
"Details": "Detailed error information (if available)"
}
Common error scenarios:
Authentication failures
Invalid input data
Resource not found
Server errors
Unique constraint violations (duplicate values)
File validation errors (type/size)
Last updated