aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-10-14 10:56:13 +0200
committerChristian Grothoff <christian@grothoff.org>2020-10-14 10:56:13 +0200
commit4aa5743928b32c8f15536a4b2c361f7382102839 (patch)
tree0da2ea6dfb18f01be66424e9a10e90efd74dd968 /gnu-taler-error-codes/registry.rec
parentf24ed09476e05fb12559f5a5ea8e860db489a1be (diff)
downloadgana-4aa5743928b32c8f15536a4b2c361f7382102839.tar.gz
gana-4aa5743928b32c8f15536a4b2c361f7382102839.zip
add generic code for malformed parameters
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r--gnu-taler-error-codes/registry.rec8
1 files changed, 7 insertions, 1 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 569cdf1..b622d78 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -122,6 +122,11 @@ Name: ALLOCATION_FAILURE
122Description: Exchange failed to allocate memory. 122Description: Exchange failed to allocate memory.
123HttpStatus: 500 123HttpStatus: 500
124 124
125Value: 20
126Name: REQUEST_PARAMETER_MALFORMED
127Description: A paramter in the request was malformed.
128HttpStatus: 400
129
125Value: 1001 130Value: 1001
126Name: DB_SETUP_FAILED 131Name: DB_SETUP_FAILED
127Description: The exchange failed to even just initialize its connection to the database. 132Description: The exchange failed to even just initialize its connection to the database.
@@ -164,7 +169,7 @@ HttpStatus: 400
164 169
165Value: 1009 170Value: 1009
166Name: PARAMETER_MALFORMED 171Name: PARAMETER_MALFORMED
167Description: A parameter in the request to the exchange was malformed. 172Description: A parameter in the request to the exchange was malformed (@deprecated: use REQUEST_PARAMETER_MALFORMED instead)
168HttpStatus: 400 173HttpStatus: 400
169 174
170Value: 1010 175Value: 1010
@@ -2368,6 +2373,7 @@ Name: ANASTASIS_FOO_ERROR
2368Description: my comment 2373Description: my comment
2369HttpStatus: 500 2374HttpStatus: 500
2370 2375
2376
2371Value: 9999 2377Value: 9999
2372Name: END 2378Name: END
2373Description: End of error code range. 2379Description: End of error code range.