kd.typing.TypeCheckError

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,
)[source]

Bases: typeguard.TypeCheckError

Indicates a runtime typechecking error from the @typechecked decorator.