Skip to content

throwError()

Fails immediately with err as the END error payload (Tier 2).

Signature

ts
function throwError<T = never>(err: unknown): ProducerStore<T>

Parameters

ParameterTypeDescription
errunknownError value to propagate.

Returns

ProducerStore&lt;T&gt;

Released under the MIT License.