rulvar API reference / @rulvar/core / Issue
Type Alias: Issue
ts
type Issue = {
message: string;
path?: ReadonlyArray<
| PropertyKey
| {
key: PropertyKey;
}>;
};Defined in: packages/core/src/l0/errors.ts:314
The vendored Standard Schema issue shape: validation issues carried on AgentError and surfaced to the model during bounded schema re-prompts.
Properties
message
ts
message: string;Defined in: packages/core/src/l0/errors.ts:315
path?
ts
optional path?: ReadonlyArray<
| PropertyKey
| {
key: PropertyKey;
}>;Defined in: packages/core/src/l0/errors.ts:316