aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-02-13 12:42:55 +0100
committerChristian Grothoff <christian@grothoff.org>2022-02-13 12:42:55 +0100
commitf0deccc31022f5aa0eecfe4c9c173625f4a6d848 (patch)
tree694b4fe3902bb7cc25213a78095682844f631009 /gnu-taler-error-codes
parentb81c1622db81c947b102b1fa2075a949f021ad21 (diff)
downloadgana-f0deccc31022f5aa0eecfe4c9c173625f4a6d848.tar.gz
gana-f0deccc31022f5aa0eecfe4c9c173625f4a6d848.zip
-add EC for internal logic error of client
Diffstat (limited to 'gnu-taler-error-codes')
-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 86e4c2e..a1a588a 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -35,6 +35,10 @@ Name: INVALID
35Description: A non-integer error code was returned in the JSON response. 35Description: A non-integer error code was returned in the JSON response.
36HttpStatus: 0 36HttpStatus: 0
37 37
38Value: 2
39Name: GENERIC_CLIENT_INTERNAL_ERROR
40Description: An internal failure happened on the client side.
41HttpStatus: 0
38 42
39# Fundamental problems detected client-side (10-19) 43# Fundamental problems detected client-side (10-19)
40 44