Skip to content

Documents for @litert/idempotency / Types / ICheckFailureStorable

Type Alias: ICheckFailureStorable()<TError>

ICheckFailureStorable<TError> = (result) => boolean

Defined in: src/lib/Types.ts:260

The signature of the function to check if a failure result should be stored.

Type Parameters

TError

TError

Parameters

result

TError

Returns

boolean