Rest API - Error Handling
You receive this nested error response:
{
"errors": {
"profile": {
"name": "Required",
"contacts": {
"email": "Invalid",
"phone": "Missing"
}
}
}
}How would you extract all error messages for the contacts field?