Skip to content

Interface: ValidationError

Defined in: packages/riviere-query/src/domain-types.ts:61

A validation error found in the graph.

Properties

code

code: ValidationErrorCode

Defined in: packages/riviere-query/src/domain-types.ts:67

Machine-readable error code.


message

message: string

Defined in: packages/riviere-query/src/domain-types.ts:65

Human-readable error description.


path

path: string

Defined in: packages/riviere-query/src/domain-types.ts:63

JSON path to the error location.