From 67f47d84795e4a25883f24421fb891828da3ea2a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 15 Feb 2021 13:25:31 +0100 Subject: reducer error codes --- gnu-taler-error-codes/registry.rec | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index 164c4f3..fce562b 100644 --- a/gnu-taler-error-codes/registry.rec +++ b/gnu-taler-error-codes/registry.rec @@ -1646,11 +1646,35 @@ Name: ANASTASIS_REDUCER_BACKEND_FAILURE Description: We experienced an unexpected failure interacting with the backend. HttpStatus: 0 +Value: 8406 +Name: ANASTASIS_REDUCER_RESOURCE_MALFORMED +Description: The contents of a resource file did not match our expectations. +HttpStatus: 0 +Value: 8407 +Name: ANASTASIS_REDUCER_RESOURCE_MISSING +Description: A required resource file is missing. +HttpStatus: 0 +Value: 8408 +Name: ANASTASIS_REDUCER_INPUT_REGEX_FAILED +Description: An input did not match the regular expression. +HttpStatus: 0 -# 9000 - 9998: Unallocated. +Value: 8408 +Name: ANASTASIS_REDUCER_INPUT_REGEX_FAILED +Description: An input did not match the regular expression. +HttpStatus: 0 +Value: 8409 +Name: ANASTASIS_REDUCER_INPUT_VALIDATION_FAILED +Description: An input did not match the custom validation logic. +HttpStatus: 0 + + + + +# 9000 - 9998: Unallocated. Value: 9999 Name: END -- cgit v1.2.3