aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-08-25 20:53:24 +0200
committerChristian Grothoff <christian@grothoff.org>2020-08-25 20:53:24 +0200
commit80cec2634bbad73df777b19a66d50f2d3f9cb10b (patch)
treebc7d2908501d04743db29823cb69ee170b198591 /gnu-taler-error-codes/registry.rec
parent4c0be7d53a083926c2dcc8e3781d650243466e89 (diff)
downloadgana-80cec2634bbad73df777b19a66d50f2d3f9cb10b.tar.gz
gana-80cec2634bbad73df777b19a66d50f2d3f9cb10b.zip
update ECs for SYNC
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r--gnu-taler-error-codes/registry.rec21
1 files changed, 18 insertions, 3 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 6b43702..b852df3 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -2139,7 +2139,7 @@ Description: The withdrawal operation already has a reserve selected. The curre
2139HttpStatus: 409 2139HttpStatus: 409
2140 2140
2141Value: 6000 2141Value: 6000
2142Name: SYNC_DB_FETCH_ERROR 2142Name: SYNC_DB_HARD_FETCH_ERROR
2143Description: The sync service failed to access its database. 2143Description: The sync service failed to access its database.
2144HttpStatus: 500 2144HttpStatus: 500
2145 2145
@@ -2174,8 +2174,8 @@ Description: The signature provided in the "Sync-Signature" header does not matc
2174HttpStatus: 403 2174HttpStatus: 403
2175 2175
2176Value: 6008 2176Value: 6008
2177Name: SYNC_BAD_CONTENT_LENGTH 2177Name: SYNC_MALFORMED_CONTENT_LENGTH
2178Description: The "Content-length" field for the upload is either not a number, or too big, or missing. 2178Description: The "Content-length" field for the upload is either not a number, or too big.
2179HttpStatus: 400 2179HttpStatus: 400
2180 2180
2181Value: 6009 2181Value: 6009
@@ -2224,6 +2224,11 @@ Description: Sync could not fetch information about possible existing orders fro
2224HttpStatus: 500 2224HttpStatus: 500
2225 2225
2226Value: 6018 2226Value: 6018
2227Name: SYNC_MISSING_CONTENT_LENGTH
2228Description: The "Content-length" field for the upload is missing.
2229HttpStatus: 400
2230
2231Value: 6018
2227Name: SYNC_PAYMENT_CREATE_BACKEND_ERROR 2232Name: SYNC_PAYMENT_CREATE_BACKEND_ERROR
2228Description: Sync could not setup the payment request with its own backend. 2233Description: Sync could not setup the payment request with its own backend.
2229HttpStatus: 500 2234HttpStatus: 500
@@ -2233,6 +2238,16 @@ Name: SYNC_PREVIOUS_BACKUP_UNKNOWN
2233Description: The sync service failed find the backup to be updated in its database. 2238Description: The sync service failed find the backup to be updated in its database.
2234HttpStatus: 404 2239HttpStatus: 404
2235 2240
2241Value: 6020
2242Name: SYNC_DB_SOFT_FETCH_ERROR
2243Description: The sync service had a serialization failure when accessing its database.
2244HttpStatus: 500
2245
2246Value: 6021
2247Name: SYNC_DB_INCONSISENT_FETCH_ERROR
2248Description: 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.
2249HttpStatus: 500
2250
2236# 7000 - 8000: Reserved for wallet 2251# 7000 - 8000: Reserved for wallet
2237 2252
2238Value: 7000 2253Value: 7000