Skip to content

Interface: ValidationError

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

A validation error found in the graph.

Properties

code

code: ValidationErrorCode

Defined in: packages/riviere-query/src/features/querying/queries/domain-types.ts:69

Machine-readable error code.


message

message: string

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

Human-readable error description.


path

path: string

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

JSON path to the error location.