# Validation Error

The request could not be processed because certain fields contained invalid values.

```json
{
  "type": "https://developers.sinch.com/docs/errors/registry/validation-error",
  "title": "Validation Error",
  "errors": [
    {
      "pointer": "/age",
      "detail": "must be a positive integer"
    },
    {
      "pointer": "/email",
      "detail": "is not a valid email format"
    }
  ]
}
```

## Troubleshooting

Correct the values for the fields listed in the error and retry your request.