Skip to main content

ErrorDetail

Single error detail

codestring

Specific error code

Example: ER4001
messagestring

What went wrong

Example: Invalid input
targetstring

Field that caused the issue

Example: username
ErrorDetail
{
"code": "ER4001",
"message": "Invalid input",
"target": "username"
}