Interface: ValidationError

August 8, 2026 ยท View on GitHub

@plures/praxis


@plures/praxis / index / ValidationError

Interface: ValidationError

Defined in: src/core/schema/types.ts:384

Validation error

Properties

code?

optional code?: string

Defined in: src/core/schema/types.ts:390

Error code


message

message: string

Defined in: src/core/schema/types.ts:388

Error message


path

path: string

Defined in: src/core/schema/types.ts:386

Error path in schema

Contents

  1. 1Properties
  2. 1.1code?
  3. 1.2message
  4. 1.3path