422
Validation error, used when the request does not meet existing validation rules. More details should be available (specific error, and human description) in the response body.
Example response
{
"type": "https://developer.nexmo.com/api-errors/account/secret-management#validation",
"title": "Bad Request",
"detail": "The request failed due to validation errors",
"invalid_parameters": [
{
"name": "secret",
"reason": "must contain 1 upper case character"
}
],
"instance": "797a8f199c45014ab7b08bfe9cc1c12c"
}