diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-08-24 17:25:49 +0530 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-08-24 17:25:49 +0530 |
commit | 57ea691b13f689e29d66192c7c22cc2b41349e6c (patch) | |
tree | ea10e0856bbef60d4a5429cabc3a528e151901ed | |
parent | e7d6038318099fbaf6f1d81bfb4fa0234efa91d5 (diff) | |
download | gana-57ea691b13f689e29d66192c7c22cc2b41349e6c.tar.gz gana-57ea691b13f689e29d66192c7c22cc2b41349e6c.zip |
demonstrate a broken registry
-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 f19d76a..d554ec2 100644 --- a/gnu-taler-error-codes/registry.rec +++ b/gnu-taler-error-codes/registry.rec | |||
@@ -2305,6 +2305,11 @@ Name: WALLET_ORDER_ALREADY_CLAIMED | |||
2305 | Description: The order has already been claimed by another wallet. | 2305 | Description: The order has already been claimed by another wallet. |
2306 | HttpStatus: 0 | 2306 | HttpStatus: 0 |
2307 | 2307 | ||
2308 | Value: 7015 | ||
2309 | Name: WALLET_ORDER_ALREADY_CLAIMED | ||
2310 | Description: Bla Bla | ||
2311 | HttpStatus: 123 | ||
2312 | |||
2308 | Value: 9999 | 2313 | Value: 9999 |
2309 | Name: END | 2314 | Name: END |
2310 | Description: End of error code range. | 2315 | Description: End of error code range. |