aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-01-21 22:05:27 +0100
committerChristian Grothoff <christian@grothoff.org>2023-01-21 22:05:27 +0100
commitb334dbc11b75195e0b3b7516777c74d36afa1fe2 (patch)
tree12202cc44e7bc03689f68d150b443723befb620c /gnu-taler-error-codes
parent66228b8a4306f028d843d78fbfcca54260539ff9 (diff)
downloadgana-b334dbc11b75195e0b3b7516777c74d36afa1fe2.tar.gz
gana-b334dbc11b75195e0b3b7516777c74d36afa1fe2.zip
new exchange ECs
Diffstat (limited to 'gnu-taler-error-codes')
-rw-r--r--gnu-taler-error-codes/registry.rec38
1 files changed, 38 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index dd8c7b8..06f81a2 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -1012,6 +1012,34 @@ Name: EXCHANGE_MANAGEMENT_DRAIN_PROFITS_SIGNATURE_INVALID
1012Description: The signature affirming the profit drain is invalid. 1012Description: The signature affirming the profit drain is invalid.
1013HttpStatus: 403 1013HttpStatus: 403
1014 1014
1015Value: 1825
1016Name: EXCHANGE_AML_DECISION_ADD_SIGNATURE_INVALID
1017Description: The signature affirming the AML decision is invalid.
1018HttpStatus: 403
1019
1020Value: 1826
1021Name: EXCHANGE_AML_DECISION_INVALID_OFFICER
1022Description: The AML officer specified is not allowed to make AML decisions right now.
1023HttpStatus: 403
1024
1025Value: 1827
1026Name: EXCHANGE_AML_DECISION_MORE_RECENT_PRESENT
1027Description: There is a more recent AML decision on file. The decision was rejected as timestamps of AML decisions must be monotonically increasing.
1028HttpStatus: 409
1029
1030Value: 1830
1031Name: EXCHANGE_MANAGEMENT_UPDATE_AML_OFFICER_SIGNATURE_INVALID
1032Description: The signature affirming the change in the AML officer status is invalid.
1033HttpStatus: 403
1034
1035Value: 1831
1036Name: EXCHANGE_MANAGEMENT_AML_OFFICERS_MORE_RECENT_PRESENT
1037Description: A more recent decision about the AML officer status is known to the exchange.
1038HttpStatus: 409
1039
1040
1041
1042
1015Value: 1850 1043Value: 1850
1016Name: EXCHANGE_PURSE_CREATE_CONFLICTING_META_DATA 1044Name: EXCHANGE_PURSE_CREATE_CONFLICTING_META_DATA
1017Description: The purse was previously created with different meta data. 1045Description: The purse was previously created with different meta data.
@@ -1092,6 +1120,16 @@ Name: EXCHANGE_MERGE_PURSE_PARTNER_UNKNOWN
1092Description: The exchange of the target account is not a partner of this exchange. 1120Description: The exchange of the target account is not a partner of this exchange.
1093HttpStatus: 404 1121HttpStatus: 404
1094 1122
1123Value: 1890
1124Name: EXCHANGE_MANAGEMENT_ADD_PARTNER_SIGNATURE_INVALID
1125Description: The signature affirming the new partner is invalid.
1126HttpStatus: 403
1127
1128Value: 1891
1129Name: EXCHANGE_MANAGEMENT_ADD_PARTNER_DATA_CONFLICT
1130Description: Conflicting data for the partner already exists with the exchange.
1131HttpStatus: 409
1132
1095 1133
1096Value: 1900 1134Value: 1900
1097Name: EXCHANGE_AUDITORS_AUDITOR_SIGNATURE_INVALID 1135Name: EXCHANGE_AUDITORS_AUDITOR_SIGNATURE_INVALID