ValidationIssue
Defined in: errors/index.ts:176
Represents a single validation issue
Properties
Section titled “Properties”path: (
string|number)[]
Defined in: errors/index.ts:178
Path to the invalid field (e.g., [“to”, “amount”])
message
Section titled “message”message:
string
Defined in: errors/index.ts:180
Human-readable error message
optionalcode:string
Defined in: errors/index.ts:182
Validation code (e.g., “required”, “min_length”)