From b334dbc11b75195e0b3b7516777c74d36afa1fe2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 21 Jan 2023 22:05:27 +0100 Subject: new exchange ECs --- gnu-taler-error-codes/registry.rec | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) (limited to 'gnu-taler-error-codes') 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 Description: The signature affirming the profit drain is invalid. HttpStatus: 403 +Value: 1825 +Name: EXCHANGE_AML_DECISION_ADD_SIGNATURE_INVALID +Description: The signature affirming the AML decision is invalid. +HttpStatus: 403 + +Value: 1826 +Name: EXCHANGE_AML_DECISION_INVALID_OFFICER +Description: The AML officer specified is not allowed to make AML decisions right now. +HttpStatus: 403 + +Value: 1827 +Name: EXCHANGE_AML_DECISION_MORE_RECENT_PRESENT +Description: There is a more recent AML decision on file. The decision was rejected as timestamps of AML decisions must be monotonically increasing. +HttpStatus: 409 + +Value: 1830 +Name: EXCHANGE_MANAGEMENT_UPDATE_AML_OFFICER_SIGNATURE_INVALID +Description: The signature affirming the change in the AML officer status is invalid. +HttpStatus: 403 + +Value: 1831 +Name: EXCHANGE_MANAGEMENT_AML_OFFICERS_MORE_RECENT_PRESENT +Description: A more recent decision about the AML officer status is known to the exchange. +HttpStatus: 409 + + + + Value: 1850 Name: EXCHANGE_PURSE_CREATE_CONFLICTING_META_DATA Description: The purse was previously created with different meta data. @@ -1092,6 +1120,16 @@ Name: EXCHANGE_MERGE_PURSE_PARTNER_UNKNOWN Description: The exchange of the target account is not a partner of this exchange. HttpStatus: 404 +Value: 1890 +Name: EXCHANGE_MANAGEMENT_ADD_PARTNER_SIGNATURE_INVALID +Description: The signature affirming the new partner is invalid. +HttpStatus: 403 + +Value: 1891 +Name: EXCHANGE_MANAGEMENT_ADD_PARTNER_DATA_CONFLICT +Description: Conflicting data for the partner already exists with the exchange. +HttpStatus: 409 + Value: 1900 Name: EXCHANGE_AUDITORS_AUDITOR_SIGNATURE_INVALID -- cgit v1.2.3