summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/TalerErrorCode.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-09-09 21:16:20 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-09-09 21:16:20 +0530
commitf32062ccf030d4a2059db26186476d3962c931e2 (patch)
tree8e927361af7a5c45252bd5298f1222bf5dd3cace /packages/taler-wallet-core/src/TalerErrorCode.ts
parenta602e6714e09b80599b5db7b340aefcce459c973 (diff)
downloadwallet-core-f32062ccf030d4a2059db26186476d3962c931e2.tar.gz
wallet-core-f32062ccf030d4a2059db26186476d3962c931e2.tar.bz2
wallet-core-f32062ccf030d4a2059db26186476d3962c931e2.zip
check bank's protocol version first, fix typo
Diffstat (limited to 'packages/taler-wallet-core/src/TalerErrorCode.ts')
-rw-r--r--packages/taler-wallet-core/src/TalerErrorCode.ts7
1 files changed, 7 insertions, 0 deletions
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
@@ -3280,6 +3280,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).
* (A value of 0 indicates that the error is generated client-side).