@sqlrooms/ai / SkillErrorContext
Interface: SkillErrorContext
Properties
ref?
optionalref?:object
The ref involved, when applicable.
| Name | Type |
|---|---|
rootId | string |
id | string |
rootId?
optionalrootId?:string
The root involved, when applicable.
issues?
optionalissues?:object[]
Zod issue list for manifest validation failures.
| Name | Type |
|---|---|
path | (string | number)[] |
message | string |
code? | string |
extras?
optionalextras?:Record<string,JsonValue>
Free-form additional context — must be JSON-serializable.
