gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] 01/02: add WALLET_HTTP_REQUEST_GENERIC_TIMEOUT to er


From: gnunet
Subject: [taler-wallet-core] 01/02: add WALLET_HTTP_REQUEST_GENERIC_TIMEOUT to error map
Date: Tue, 20 Dec 2022 17:44:50 +0100

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository wallet-core.

commit 15d76cf77c95d1b11d37402087b1d83b8c13462a
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Tue Dec 20 13:43:42 2022 -0300

    add WALLET_HTTP_REQUEST_GENERIC_TIMEOUT to error map
---
 packages/taler-wallet-core/src/errors.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/packages/taler-wallet-core/src/errors.ts 
b/packages/taler-wallet-core/src/errors.ts
index 3480fed3c..99a7fb535 100644
--- a/packages/taler-wallet-core/src/errors.ts
+++ b/packages/taler-wallet-core/src/errors.ts
@@ -64,6 +64,7 @@ export interface DetailsMap {
   [TalerErrorCode.WALLET_BANK_INTEGRATION_PROTOCOL_VERSION_INCOMPATIBLE]: {};
   [TalerErrorCode.WALLET_CORE_API_OPERATION_UNKNOWN]: {};
   [TalerErrorCode.WALLET_HTTP_REQUEST_THROTTLED]: {};
+  [TalerErrorCode.WALLET_HTTP_REQUEST_GENERIC_TIMEOUT]: {};
   [TalerErrorCode.WALLET_NETWORK_ERROR]: {};
   [TalerErrorCode.WALLET_RECEIVED_MALFORMED_RESPONSE]: {};
   [TalerErrorCode.WALLET_EXCHANGE_COIN_SIGNATURE_INVALID]: {};

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]