structural_error_record
Python API reference for the function python.src.softschema.errors.structural_error_record.
Public API
Function: structural_error_record
Canonical path: python.src.softschema.errors.structural_error_record
Declared in: packages/python/src/softschema/errors.py
Signature
def structural_error_record(
*,
path: list[Any],
validator: str,
validator_value: Any,
value: Any,
) -> dict[str, Any]: ...