add WALLET_HTTP_REQUEST_GENERIC_TIMEOUT to error map

This commit is contained in:
Sebastian 2022-12-20 13:43:42 -03:00
parent 8c8aad4c21
commit 15d76cf77c
No known key found for this signature in database
GPG Key ID: BE4FF68352439FC1

View File

@ -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]: {};