aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-03-21 03:35:37 +0100
committerChristian Grothoff <grothoff@gnunet.org>2022-03-21 03:35:37 +0100
commit25eb78f2d0e20a137020dd0ab1c6474123843dbe (patch)
tree46296e706edb905920fac05bb1d6715229829300 /gnu-taler-error-codes/registry.rec
parent4cfefdf374de55fe9be3f0f039c7a13f496ab970 (diff)
downloadgana-25eb78f2d0e20a137020dd0ab1c6474123843dbe.tar.gz
gana-25eb78f2d0e20a137020dd0ab1c6474123843dbe.zip
add clock skew case
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r--gnu-taler-error-codes/registry.rec4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 1885c37..3177507 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -311,6 +311,10 @@ Name: EXCHANGE_GENERIC_RESERVE_PUB_MALFORMED
311Description: The reserve public key was malformed. 311Description: The reserve public key was malformed.
312HttpStatus: 400 312HttpStatus: 400
313 313
314Value: 1020
315Name: EXCHANGE_GENERIC_CLOCK_SKEW
316Description: The time at the server is too far off from the time specified in the request. Most likely the client system time is wrong.
317HttpStatus: 400
314 318
315 319
316Value: 1100 320Value: 1100