commit 4aa5743928b32c8f15536a4b2c361f7382102839 parent f24ed09476e05fb12559f5a5ea8e860db489a1be Author: Christian Grothoff <christian@grothoff.org> Date: Wed, 14 Oct 2020 10:56:13 +0200 add generic code for malformed parameters Diffstat:
| M | gnu-taler-error-codes/registry.rec | | | 8 | +++++++- |
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -122,6 +122,11 @@ Name: ALLOCATION_FAILURE Description: Exchange failed to allocate memory. HttpStatus: 500 +Value: 20 +Name: REQUEST_PARAMETER_MALFORMED +Description: A paramter in the request was malformed. +HttpStatus: 400 + Value: 1001 Name: DB_SETUP_FAILED Description: The exchange failed to even just initialize its connection to the database. @@ -164,7 +169,7 @@ HttpStatus: 400 Value: 1009 Name: PARAMETER_MALFORMED -Description: A parameter in the request to the exchange was malformed. +Description: A parameter in the request to the exchange was malformed (@deprecated: use REQUEST_PARAMETER_MALFORMED instead) HttpStatus: 400 Value: 1010 @@ -2368,6 +2373,7 @@ Name: ANASTASIS_FOO_ERROR Description: my comment HttpStatus: 500 + Value: 9999 Name: END Description: End of error code range.