gana

GNUnet Assigned Numbers Authority
Log | Files | Refs | README | LICENSE

commit 67f47d84795e4a25883f24421fb891828da3ea2a
parent c17bb5f294870f1179c3f104bafbe3ad9992c67e
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 15 Feb 2021 13:25:31 +0100

reducer error codes

Diffstat:
Mgnu-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 @@ -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