gana

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

commit f24ed09476e05fb12559f5a5ea8e860db489a1be
parent 78138eee72ade00788fbce032cb096f64fc1b9fb
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 14 Oct 2020 10:46:13 +0200

add dummy code and range reservation for Anastasis

Diffstat:
Mgnu-taler-error-codes/registry.rec | 9++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -2269,7 +2269,7 @@ Description: The "Content-length" field for the upload is missing. HttpStatus: 400 -# 7000 - 8000: Reserved for wallet +# 7000 - 7999: Reserved for wallet Value: 7000 Name: WALLET_EXCHANGE_PROTOCOL_VERSION_INCOMPATIBLE @@ -2361,6 +2361,13 @@ Name: WALLET_BANK_INTEGRATION_PROTOCOL_VERSION_INCOMPATIBLE Description: The wallet does not implement a version of the bank integration API that is compatible with the version offered by the bank. HttpStatus: 0 +# 8000 - 8999: Reserved for Anastasis + +Value: 8000 +Name: ANASTASIS_FOO_ERROR +Description: my comment +HttpStatus: 500 + Value: 9999 Name: END Description: End of error code range.