Skip to main content

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.

ValidationError

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.