Skip to content

Documents for @litert/idempotency / Types / EStatus

Enumeration: EStatus

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

The status of an idempotency record.

Enumeration Members

FAILED

FAILED: 2

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

The operation failed, and the failure result is available.


PENDING

PENDING: 0

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

The operation is still pending, and the result is not yet available.


SUCCESS

SUCCESS: 1

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

The operation was successful, and the success result is available.