Skip to content
1 min read · 32 words

Variable: E_TOON_DECODE_FAILED

ts
const E_TOON_DECODE_FAILED: CreatedException<[string]>;

Defined in: src/batteries/artifacts/toon/exceptions.ts:36

Thrown when TOON decoding fails.

Remarks

Wraps the underlying ToonDecodeError from the @toon-format/toon package, surfacing its line and source properties so the model can self-correct.