Expand description
Error types for validation failures.
This module provides types for representing validation errors with rich context including paths, messages, and expected/actual values.
Structsยง
- Schema
Error - A single validation error with full context.
- Schema
Errors - A non-empty collection of schema validation errors.