> ## Documentation Index
> Fetch the complete documentation index at: https://snowglobe.so/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Errors

## ValidationError

```python theme={null}
class ValidationError(Exception)
```

Top level validation error.

This is thrown from the validation engine when a Validator has on\_fail=OnFailActions.EXCEPTION set and validation fails.

Inherits from Exception.
