aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-07-11 15:12:14 +0200
committerChristian Grothoff <christian@grothoff.org>2022-07-11 15:12:14 +0200
commitefb03a1d25bad8bd6c40b37c9295d9b3e50ee5e9 (patch)
tree7540dd3a3dba7c4f2775bdb5edb3bdd7122bdda1
parent1512329420b431087bc483a6879fb6fd65523529 (diff)
downloadgana-efb03a1d25bad8bd6c40b37c9295d9b3e50ee5e9.tar.gz
gana-efb03a1d25bad8bd6c40b37c9295d9b3e50ee5e9.zip
-more sync ECs
-rw-r--r--gnu-taler-error-codes/registry.rec11
1 files changed, 11 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 404a061..865f685 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -1831,6 +1831,17 @@ Name: SYNC_MISSING_CONTENT_LENGTH
1831Description: The "Content-length" field for the upload is missing. 1831Description: The "Content-length" field for the upload is missing.
1832HttpStatus: 400 1832HttpStatus: 400
1833 1833
1834Value: 6113
1835Name: SYNC_GENERIC_BACKEND_ERROR
1836Description: Sync had problems communicating with its payment backend.
1837HttpStatus: 502
1838
1839Value: 6114
1840Name: SYNC_GENERIC_BACKEND_TIMEOUT
1841Description: Sync experienced a timeout communicating with its payment backend.
1842HttpStatus: 504
1843
1844
1834 1845
1835# 7000 - 7999: Reserved for wallet 1846# 7000 - 7999: Reserved for wallet
1836 1847