ErrorDetail
Single error detail
codestring
Specific error code
Example:
ER4001messagestring
What went wrong
Example:
Invalid inputtargetstring
Field that caused the issue
Example:
usernameErrorDetail
{
"code": "ER4001",
"message": "Invalid input",
"target": "username"
}