# ValidationError

Validation error (400). These errors are thrown when you send data in the wrong format or with invalid values.

## Properties

| Property  | Modifier   | Type                                   | Description                                      |
| --------- | ---------- | -------------------------------------- | ------------------------------------------------ |
| `details` | `readonly` | `null` \| `Record`<`string`, `string`> | All validation errors in {\[path]: error} format |
