Error Handling
Last updated
Was this helpful?
Was this helpful?
{
"code": "ValidationError",
"errors": {
"email": {
"type": "field",
"value": "invalid-email",
"msg": "Invalid email address",
"path": "email",
"location": "body"
},
"password": {
"type": "field",
"value": "short",
"msg": "Password must be at least 8 characters long",
"path": "password",
"location": "body"
}
}
}