gana

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

commit f32a9a4275abf1de5d23ae6d0b366b1449c21b78
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 | 21++++++++++++++++++++-
1 file changed, 20 insertions(+), 1 deletion(-)

diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -1646,12 +1646,31 @@ 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: 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 Description: End of error code range.