aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes
diff options
context:
space:
mode:
Diffstat (limited to 'gnu-taler-error-codes')
-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