Skip to content

@sqlrooms/ai / SkillErrorContext

Interface: SkillErrorContext

Properties

ref?

optional ref?: object

The ref involved, when applicable.

NameType
rootIdstring
idstring

rootId?

optional rootId?: string

The root involved, when applicable.


issues?

optional issues?: object[]

Zod issue list for manifest validation failures.

NameType
path(string | number)[]
messagestring
code?string

extras?

optional extras?: Record<string, JsonValue>

Free-form additional context — must be JSON-serializable.