aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2022-12-20 13:43:42 -0300
committerSebastian <sebasjm@gmail.com>2022-12-20 13:43:42 -0300
commit15d76cf77c95d1b11d37402087b1d83b8c13462a (patch)
tree2546fbcfd836aabdb5ed68d01446316491e86af2
parent8c8aad4c21fde2cd37e25ccd4c723a308b79439b (diff)
downloadwallet-core-15d76cf77c95d1b11d37402087b1d83b8c13462a.tar.xz
add WALLET_HTTP_REQUEST_GENERIC_TIMEOUT to error map
-rw-r--r--packages/taler-wallet-core/src/errors.ts1
1 files changed, 1 insertions, 0 deletions
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]: {};