aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 c747614..9a1aab9 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -81,6 +81,11 @@ Name: GENERIC_JSON_INVALID
81Description: The JSON in the client's request was malformed (generic parse error). 81Description: The JSON in the client's request was malformed (generic parse error).
82HttpStatus: 400 82HttpStatus: 400
83 83
84Value: 23
85Name: GENERIC_HTTP_HEADERS_MALFORMED
86Description: Some of the HTTP headers provided by the client caused the server to not be able to handle the request.
87HttpStatus: 400
88
84Value: 24 89Value: 24
85Name: GENERIC_PAYTO_URI_MALFORMED 90Name: GENERIC_PAYTO_URI_MALFORMED
86Description: The payto:// URI provided by the client is malformed. 91Description: The payto:// URI provided by the client is malformed.