commit 9eae3cea41f9c183620d10b2c264972f181b1c3b parent 3c5a1a5816c69664fff490b3075fcd9eb378553c Author: Christian Grothoff <christian@grothoff.org> Date: Thu, 27 Nov 2025 11:39:08 +0100 new error codes Diffstat:
| M | gnu-taler-error-codes/registry.rec | | | 31 | +++++++++++++++++++++++++++++++ |
1 file changed, 31 insertions(+), 0 deletions(-)
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -504,6 +504,37 @@ Name: EXCHANGE_GENERIC_KYC_SANCTION_LIST_CHECK_FAILED Description: A check against sanction lists failed. This is indicative of an internal error in the sanction list processing logic. This needs to be investigated by the exchange operator. HttpStatus: 500 +Value: 1044 +Name: EXCHANGE_GENERIC_TYPST_TEMPLATE_FAILURE +Description: The process to generate a PDF from a template failed. A likely cause is a syntactic error in the template. This needs to be investigated by the exchange operator. +HttpStatus: 500 + +Value: 1045 +Name: EXCHANGE_GENERIC_PDFTK_FAILURE +Description: A process to combine multiple PDFs into one larger document failed. A likely cause is a resource exhaustion problem on the server. This needs to be investigated by the exchange operator. +HttpStatus: 500 + +Value: 1046 +Name: EXCHANGE_GENERIC_TYPST_CRASH +Description: The process to generate a PDF from a template crashed. A likely cause is a bug in the Typst software. This needs to be investigated by the exchange operator. +HttpStatus: 500 + +Value: 1047 +Name: EXCHANGE_GENERIC_PDFTK_CRASH +Description: The process to combine multiple PDFs into a larger document crashed. A likely cause is a bug in the pdftk software. This needs to be investigated by the exchange operator. +HttpStatus: 500 + + + +Value: 1043 +Name: EXCHANGE_GENERIC_KYC_SANCTION_LIST_CHECK_FAILED +Description: A check against sanction lists failed. This is indicative of an internal error in the sanction list processing logic. This needs to be investigated by the exchange operator. +HttpStatus: 500 + + + + + Value: 1100 Name: EXCHANGE_DEPOSITS_GET_NOT_FOUND Description: The exchange did not find information about the specified transaction in the database.