diff options
author | priscilla <priscilla.huang@efrei.net> | 2022-12-16 10:06:57 -0500 |
---|---|---|
committer | priscilla <priscilla.huang@efrei.net> | 2022-12-16 10:06:57 -0500 |
commit | b16a1dac5e225b176f851f5d764637619277a23d (patch) | |
tree | 2170a0897eefa536b7826276fe94990757a2480b | |
parent | 294f4a708f40259a0f7dac1ff32794ba1d15dcf9 (diff) | |
parent | 149aa0a08d787419e02277ef231d93c6a0154a47 (diff) |
Merge branch 'master' of git+ssh://git.gnunet.org/gana
-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 fed9de5..d7db455 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 + |