Skip to content

@shtse8/fluxus v1.0.0


@shtse8/fluxus / src / AsyncError

Type Alias: AsyncError

AsyncError = Readonly<{ error: unknown; previousData: unknown; stackTrace: string; state: "error"; }>

Defined in: src/types.ts:72

Represents the state of an asynchronous operation: Error Occurred. May contain previous data if keepPreviousDataOnError is true.

Released under the ISC License.