Rest API - Error Handling
Identify the error in this nested error JSON response:
{
"error": {
"message": "Invalid data",
"details": [
{ "field": "username", "error": "Required" },
{ "field": "age", "error": 25 }
]
}
}Identify the error in this nested error JSON response:
{
"error": {
"message": "Invalid data",
"details": [
{ "field": "username", "error": "Required" },
{ "field": "age", "error": 25 }
]
}
}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions