Skip to content
1 min read · 56 words

Variable: E_ISOLATION_ENCODER_REQUIRED

ts
const E_ISOLATION_ENCODER_REQUIRED: CreatedException<[string]>;

Defined in: src/batteries/isolation/exceptions.ts:30

Thrown when the codec must escalate a value past the 'raw' tier (an exotic leaf: function, Error, or registered custom-encodable) but the optional @nhtio/encoder peer is not installed. Printf arg: the offending argument path. Non-fatal: a caller can catch this and pass the value through their own BYO codec instead.