commit 852f300d503b19bd73cd5e856472e9b5c738a477
parent 80cec2634bbad73df777b19a66d50f2d3f9cb10b
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 25 Aug 2020 20:54:04 +0200
fix
Diffstat:
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
@@ -2224,11 +2224,6 @@ Description: Sync could not fetch information about possible existing orders fro
HttpStatus: 500
Value: 6018
-Name: SYNC_MISSING_CONTENT_LENGTH
-Description: The "Content-length" field for the upload is missing.
-HttpStatus: 400
-
-Value: 6018
Name: SYNC_PAYMENT_CREATE_BACKEND_ERROR
Description: Sync could not setup the payment request with its own backend.
HttpStatus: 500
@@ -2248,6 +2243,12 @@ Name: SYNC_DB_INCONSISENT_FETCH_ERROR
Description: The sync service first found information, and then later not. This could happen if a backup was garbage collected just when it was being accessed. Trying again may give a different answer.
HttpStatus: 500
+Value: 6022
+Name: SYNC_MISSING_CONTENT_LENGTH
+Description: The "Content-length" field for the upload is missing.
+HttpStatus: 400
+
+
# 7000 - 8000: Reserved for wallet
Value: 7000