aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-07-23 17:07:33 +0200
committerChristian Grothoff <christian@grothoff.org>2021-07-23 17:07:33 +0200
commit755e752e3a235df0be8d45374835b109f7843c1c (patch)
treef184cf6b2f2a7ff936d3690a27dd164981bff9c4 /gnu-taler-error-codes/registry.rec
parent84ca3e77595a5dfc6740f8ed63dab41936bd1a28 (diff)
downloadgana-755e752e3a235df0be8d45374835b109f7843c1c.tar.gz
gana-755e752e3a235df0be8d45374835b109f7843c1c.zip
-new status 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 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.