Skip to main content

render_structural_message

Python API reference for the function python.src.softschema.errors.render_structural_message.

Public API

Function: render_structural_message

Canonical path: python.src.softschema.errors.render_structural_message

Declared in: packages/python/src/softschema/errors.py

Signature

def render_structural_message(
validator: str,
validator_value: Any,
value: Any,
) -> str: ...