summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/TalerErrorCode.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-08-24 11:52:12 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-08-24 11:52:12 +0530
commitb1fd7d09a605558bc61ed113331e0e065e0e2681 (patch)
tree1c25c1f9620413149e44c628655781172c85508b /packages/taler-wallet-core/src/TalerErrorCode.ts
parent1548086f50a7e33f17c5a5218fa0fc3383a8a2d5 (diff)
downloadwallet-core-b1fd7d09a605558bc61ed113331e0e065e0e2681.tar.gz
wallet-core-b1fd7d09a605558bc61ed113331e0e065e0e2681.tar.bz2
wallet-core-b1fd7d09a605558bc61ed113331e0e065e0e2681.zip
test case for order claiming; more accurate EC
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 ff8511046..7285a0fbe 100644
--- a/packages/taler-wallet-core/src/TalerErrorCode.ts
+++ b/packages/taler-wallet-core/src/TalerErrorCode.ts
@@ -3210,6 +3210,13 @@ export enum TalerErrorCode {
WALLET_HTTP_REQUEST_TIMEOUT = 7013,
/**
+ * The order has already been claimed by another wallet.
+ * Returned with an HTTP status code of #MHD_HTTP_UNINITIALIZED (0).
+ * (A value of 0 indicates that the error is generated client-side).
+ */
+ WALLET_ORDER_ALREADY_CLAIMED = 7014,
+
+ /**
* 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).