aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
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.