Skip to content
1 min read · 45 words

Variable: E_NOT_A_SPOOL_READER

ts
const E_NOT_A_SPOOL_READER: CreatedException<[]>;

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.