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