Models
Error
Standard error response format
Error Response Shape
All endpoints return errors in this unified envelope.
{
"success": false,
"error": {
"code": "INVALID_URL",
"message": "The provided URL is not valid"
}
}Fields
success(boolean): alwaysfalsefor errorserror.code(string): machine-readable error code — see Error Codeserror.message(string): human-readable error description