OptionaldescriptionOptional human-readable error description.
For AI agent libraries or custom validation needing additional context.
String representation of expected type.
E.g., "string", "number & ExclusiveMinimum<19>".
OptionalmessageCustom error message (optional).
If not provided, a default message is generated from other properties.
Name of the typia method that threw the error.
E.g., "typia.assert", "typia.assertEquals".
OptionalpathProperty path where assertion failed (optional).
E.g., "input.age", "input.profile.email".
Actual value that failed assertion.
Properties for constructing a TypeGuardError.