gana

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

commit 2dad91cfb329ca2ef8e2ff60608881302972a044
parent 313216ee11fe604d39ea5f1b71b1ad96a60391d9
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Fri,  8 Apr 2022 19:22:22 +0200

-new ECs

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

diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -16,7 +16,6 @@ %unique: Name %mandatory: Name # A status of 0 means not an HTTP status (i.e. created client-side) -%typedef: HttpStatus_t range 0 599 %type: HttpStatus rec HttpStatusCode %mandatory: HttpStatus %sort: Value @@ -893,6 +892,21 @@ Name: EXCHANGE_CREATE_PURSE_NEGATIVE_VALUE_AFTER_FEE Description: The deposited amount is less than the purse fee. HttpStatus: 400 +Value: 1875 +Name: EXCHANGE_MERGE_PURSE_NOT_FOUND +Description: The purse to be merged is not known. +HttpStatus: 404 + +Value: 1876 +Name: EXCHANGE_PURSE_MERGE_INVALID_MERGE_SIGNATURE +Description: The signature using the merge key is invalid. +HttpStatus: 400 + +Value: 1877 +Name: EXCHANGE_PURSE_MERGE_INVALID_RESERVE_SIGNATURE +Description: The signature using the reserve key is invalid. +HttpStatus: 400 + Value: 1900 Name: EXCHANGE_AUDITORS_AUDITOR_SIGNATURE_INVALID