commit 313216ee11fe604d39ea5f1b71b1ad96a60391d9 parent 17fea6fe068f3aa007b2efd1d7e7e3fc7d7b2e1d Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 5 Apr 2022 11:35:41 +0200 -another EC Diffstat:
| M | gnu-taler-error-codes/registry.rec | | | 15 | +++++++++++++++ |
1 file changed, 15 insertions(+), 0 deletions(-)
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -331,6 +331,11 @@ Name: EXCHANGE_GENERIC_AMOUNT_EXCEEDS_DENOMINATION_VALUE Description: The specified amount for the coin is higher than the value of the denomination of the coin. HttpStatus: 400 +Value: 1022 +Name: EXCHANGE_GENERIC_GLOBAL_FEES_MISSING +Description: The exchange was not properly configured with global fees. +HttpStatus: 500 + Value: 1100 @@ -878,6 +883,16 @@ Name: EXCHANGE_PURSE_DEPOSIT_CONFLICTING_META_DATA Description: The coin was previously deposited with different meta data. HttpStatus: 409 +Value: 1859 +Name: EXCHANGE_PURSE_ECONTRACT_CONFLICTING_META_DATA +Description: The encrypted contract was previously uploaded with different meta data. +HttpStatus: 409 + +Value: 1860 +Name: EXCHANGE_CREATE_PURSE_NEGATIVE_VALUE_AFTER_FEE +Description: The deposited amount is less than the purse fee. +HttpStatus: 400 + Value: 1900 Name: EXCHANGE_AUDITORS_AUDITOR_SIGNATURE_INVALID