Skip to main content

ErrorDetail

Details about a specific error

codestring

Error code

Example: ER4001
messagestring

Detailed error message

Example: Invalid input
targetstring

Target of the error

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