From f32062ccf030d4a2059db26186476d3962c931e2 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 9 Sep 2020 21:16:20 +0530 Subject: check bank's protocol version first, fix typo --- packages/taler-wallet-core/src/TalerErrorCode.ts | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'packages/taler-wallet-core/src/TalerErrorCode.ts') diff --git a/packages/taler-wallet-core/src/TalerErrorCode.ts b/packages/taler-wallet-core/src/TalerErrorCode.ts index e1f777f25..e2f6324c6 100644 --- a/packages/taler-wallet-core/src/TalerErrorCode.ts +++ b/packages/taler-wallet-core/src/TalerErrorCode.ts @@ -3279,6 +3279,13 @@ export enum TalerErrorCode { */ WALLET_TIPPING_COIN_SIGNATURE_INVALID = 7016, + /** + * The wallet does not implement a version of the bank integration API that is compatible with the version offered by the bank. + * Returned with an HTTP status code of #MHD_HTTP_UNINITIALIZED (0). + * (A value of 0 indicates that the error is generated client-side). + */ + WALLET_BANK_INTEGRATION_PROTOCOL_VERSION_INCOMPATIBLE = 7017, + /** * End of error code range. * Returned with an HTTP status code of #MHD_HTTP_UNINITIALIZED (0). -- cgit v1.2.3