kd.typing.TypeCheckError#
- class kauldron.typing.TypeCheckError(
- message: str,
- arguments: dict[str, Any],
- return_value: Any,
- annotations: dict[str, Any],
- return_annotation: Any,
- func: Any = None,
- frame: Any = None,
Bases:
typeguard.TypeCheckErrorIndicates a runtime typechecking error from the @typechecked decorator.