add WALLET_HTTP_REQUEST_GENERIC_TIMEOUT to error map
This commit is contained in:
parent
8c8aad4c21
commit
15d76cf77c
@ -64,6 +64,7 @@ export interface DetailsMap {
|
|||||||
[TalerErrorCode.WALLET_BANK_INTEGRATION_PROTOCOL_VERSION_INCOMPATIBLE]: {};
|
[TalerErrorCode.WALLET_BANK_INTEGRATION_PROTOCOL_VERSION_INCOMPATIBLE]: {};
|
||||||
[TalerErrorCode.WALLET_CORE_API_OPERATION_UNKNOWN]: {};
|
[TalerErrorCode.WALLET_CORE_API_OPERATION_UNKNOWN]: {};
|
||||||
[TalerErrorCode.WALLET_HTTP_REQUEST_THROTTLED]: {};
|
[TalerErrorCode.WALLET_HTTP_REQUEST_THROTTLED]: {};
|
||||||
|
[TalerErrorCode.WALLET_HTTP_REQUEST_GENERIC_TIMEOUT]: {};
|
||||||
[TalerErrorCode.WALLET_NETWORK_ERROR]: {};
|
[TalerErrorCode.WALLET_NETWORK_ERROR]: {};
|
||||||
[TalerErrorCode.WALLET_RECEIVED_MALFORMED_RESPONSE]: {};
|
[TalerErrorCode.WALLET_RECEIVED_MALFORMED_RESPONSE]: {};
|
||||||
[TalerErrorCode.WALLET_EXCHANGE_COIN_SIGNATURE_INVALID]: {};
|
[TalerErrorCode.WALLET_EXCHANGE_COIN_SIGNATURE_INVALID]: {};
|
||||||
|
Loading…
Reference in New Issue
Block a user