aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-04-21 21:00:29 +0200
committerChristian Grothoff <christian@grothoff.org>2022-04-21 21:00:29 +0200
commit1cfd50974f6e01dee0302b7918c18cc2b06edf71 (patch)
treef410c64a5b6aa6205c90911f21649b39b3a895f9 /gnu-taler-error-codes
parent7bfddee1d6e2c04beb9f89a42acad70299fc423f (diff)
downloadgana-1cfd50974f6e01dee0302b7918c18cc2b06edf71.tar.gz
gana-1cfd50974f6e01dee0302b7918c18cc2b06edf71.zip
-new ECs for reserves/purse
Diffstat (limited to 'gnu-taler-error-codes')
-rw-r--r--gnu-taler-error-codes/registry.rec24
1 files changed, 23 insertions, 1 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 4931504..35ea312 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -752,6 +752,28 @@ Description: The helper refuses to sign with the key, because it is too early: t
752HttpStatus: 400 752HttpStatus: 400
753 753
754 754
755Value: 1775
756Name: EXCHANGE_RESERVES_PURSE_EXPIRATION_BEFORE_NOW
757Description: The purse expiration time is in the past at the time of its creation.
758HttpStatus: 400
759
760Value: 1776
761Name: EXCHANGE_RESERVES_PURSE_EXPIRATION_IS_NEVER
762Description: The purse expiration time is set to never, which is not allowed.
763HttpStatus: 400
764
765Value: 1777
766Name: EXCHANGE_RESERVES_PURSE_MERGE_SIGNATURE_INVALID
767Description: The signature affirming the merge of the purse is invalid.
768HttpStatus: 403
769
770Value: 1778
771Name: EXCHANGE_RESERVES_RESERVE_MERGE_SIGNATURE_INVALID
772Description: The signature by the reserve affirming the merge is invalid.
773HttpStatus: 403
774
775
776
755Value: 1800 777Value: 1800
756Name: EXCHANGE_MANAGEMENT_AUDITOR_NOT_FOUND 778Name: EXCHANGE_MANAGEMENT_AUDITOR_NOT_FOUND
757Description: The auditor that was supposed to be disabled is unknown to this exchange. 779Description: The auditor that was supposed to be disabled is unknown to this exchange.
@@ -972,7 +994,7 @@ HttpStatus: 403
972Value: 1930 994Value: 1930
973Name: EXCHANGE_KYC_CHECK_AUTHORIZATION_FAILED 995Name: EXCHANGE_KYC_CHECK_AUTHORIZATION_FAILED
974Description: The payto-URI hash did not match. Hence the request was denied. 996Description: The payto-URI hash did not match. Hence the request was denied.
975HttpStatus: 401 997HttpStatus: 403
976 998
977Value: 1950 999Value: 1950
978Name: EXCHANGE_CONTRACTS_UNKNOWN 1000Name: EXCHANGE_CONTRACTS_UNKNOWN