GenericErrorResponseDTO
Properties
string
errorCode
Optional
Not available
string
errorLabel
Optional
Not available
string
message
Optional
Not available
array of
string
recommendations
Optional
Not available
JSON Example
{
"errorCode": "LCM_EXAMPLE_API_ERROR0000",
"errorLabel": "Example Error!",
"message": "Something went wrong!",
"recommendations": [
"string"
]
}