Skip to content

Interface: ValidationError

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

A validation error found in the graph.

Riviere-role

query-model

Properties

code

code: ValidationErrorCode

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

Machine-readable error code.


message

message: string

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

Human-readable error description.


path

path: string

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

JSON path to the error location.