From 859d5c56c7a5b26e741254d6d1e9c5731a787ae1 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 8 Apr 2024 22:29:51 +0200 Subject: wallet-core: support cancellation for getWithdrawalDetailsForAmount --- packages/taler-util/src/taler-error-codes.ts | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'packages/taler-util/src/taler-error-codes.ts') diff --git a/packages/taler-util/src/taler-error-codes.ts b/packages/taler-util/src/taler-error-codes.ts index addb1b047..c3c008a1c 100644 --- a/packages/taler-util/src/taler-error-codes.ts +++ b/packages/taler-util/src/taler-error-codes.ts @@ -3944,6 +3944,14 @@ export enum TalerErrorCode { WALLET_TALER_URI_MALFORMED = 7035, + /** + * A wallet-core request was cancelled and thus can't provide a response. + * Returned with an HTTP status code of #MHD_HTTP_UNINITIALIZED (0). + * (A value of 0 indicates that the error is generated client-side). + */ + WALLET_CORE_REQUEST_CANCELLED = 7036, + + /** * We encountered a timeout with our payment backend. * Returned with an HTTP status code of #MHD_HTTP_GATEWAY_TIMEOUT (504). -- cgit v1.2.3