aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-06-21 11:57:51 +0200
committerChristian Grothoff <christian@grothoff.org>2020-06-21 11:57:51 +0200
commit417435b17b92fa7f58c5bae1d92388633b16881c (patch)
treea62aebfbf2b4479edabfa4effd5e669bb7cb675d /gnu-taler-error-codes/registry.rec
parent29ed6e806f8645679edf7cfbedc0f6b26ab83dbb (diff)
downloadgana-417435b17b92fa7f58c5bae1d92388633b16881c.tar.gz
gana-417435b17b92fa7f58c5bae1d92388633b16881c.zip
413 code
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r--gnu-taler-error-codes/registry.rec5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index beb60d1..007a453 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -102,6 +102,11 @@ Name: CLIENT_INTERNAL_FAILURE
102Description: The client-side experienced an internal failure. Generated as an error on the client side. 102Description: The client-side experienced an internal failure. Generated as an error on the client side.
103HttpStatus: 0 103HttpStatus: 0
104 104
105Value: 16
106Name: UPLOAD_EXCEEDS_LIMIT
107Description: The body is too large to be permissable for the endpoint.
108HttpStatus: 413
109
105Value: 1001 110Value: 1001
106Name: DB_SETUP_FAILED 111Name: DB_SETUP_FAILED
107Description: The exchange failed to even just initialize its connection to the database. 112Description: The exchange failed to even just initialize its connection to the database.