The following are the possible values for the validationDescription
property.
400:- Invalid Request:
{
"errors": [
{
"status": "INVALID_CLIENT_INPUT",
"errorMessage": "Latitude is invalid (DIS-EI-1005)"
}
]
}
401: Invalid Token:
{
"errors": [
{
"status": "INVALID_TOKEN",
"errorMessage": "Unauthorized (DIS-1001)"
}
]
}
403: Forbidden:
{
"errors": [
{
"status": "FORBIDDEN",
"errorMessage": "You do not have permission to access this API (DIS-1002)"
}
]
}