Skip to content
1 min read · 48 words

Variable: E_NOT_A_SPOOL_READER

ts
const E_NOT_A_SPOOL_READER: CreatedException<[]>;

Defined in: lib/exceptions/runtime.ts:310

Thrown when a @nhtio/adk!SpooledArtifact is constructed with a value that does not implement the @nhtio/adk!SpoolReader interface.

Remarks

Validated at construction time via @nhtio/adk!implementsSpoolReader. Passing anything that lacks line, byteLength, or lineCount as callable functions signals a programming error in the caller.