diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-12-09 13:27:18 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-12-09 13:27:22 +0100 |
commit | 149aa0a08d787419e02277ef231d93c6a0154a47 (patch) | |
tree | 7263c8c19b3ddb60f8cc804637bcf5b5838a7616 | |
parent | 20f8eb7a72e2160409f0f78264ec5198e9caa193 (diff) |
-new EC
-rw-r--r-- | gnu-taler-error-codes/registry.rec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index a7ee5c8..81335fa 100644 --- a/gnu-taler-error-codes/registry.rec +++ b/gnu-taler-error-codes/registry.rec @@ -1196,6 +1196,11 @@ Name: EXCHANGE_PURSE_DEPOSIT_COIN_SIGNATURE_INVALID Description: A coin signature for a deposit into the purse is invalid. HttpStatus: 403 +Value: 1976 +Name: EXCHANGE_PURSE_DEPOSIT_DECIDED_ALREADY +Description: It is too late to deposit coins into the purse. +HttpStatus: 410 + |