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