Skip to content

ValidationIssue

Defined in: errors/index.ts:176

Represents a single validation issue

path: (string | number)[]

Defined in: errors/index.ts:178

Path to the invalid field (e.g., [“to”, “amount”])


message: string

Defined in: errors/index.ts:180

Human-readable error message


optional code: string

Defined in: errors/index.ts:182

Validation code (e.g., “required”, “min_length”)