commit efb03a1d25bad8bd6c40b37c9295d9b3e50ee5e9 parent 1512329420b431087bc483a6879fb6fd65523529 Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 11 Jul 2022 15:12:14 +0200 -more sync ECs Diffstat:
| M | gnu-taler-error-codes/registry.rec | | | 11 | +++++++++++ |
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -1831,6 +1831,17 @@ Name: SYNC_MISSING_CONTENT_LENGTH Description: The "Content-length" field for the upload is missing. HttpStatus: 400 +Value: 6113 +Name: SYNC_GENERIC_BACKEND_ERROR +Description: Sync had problems communicating with its payment backend. +HttpStatus: 502 + +Value: 6114 +Name: SYNC_GENERIC_BACKEND_TIMEOUT +Description: Sync experienced a timeout communicating with its payment backend. +HttpStatus: 504 + + # 7000 - 7999: Reserved for wallet