gana

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

commit b799c63db9beda99e9151e7611a1ac4e810786ab
parent 20f2185df6a7cb27cb2a175a300cd822ee8b0634
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Fri,  1 Apr 2022 16:15:33 +0200

-add ECs for purse creation

Diffstat:
Mgnu-taler-error-codes/registry.rec | 41+++++++++++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+), 0 deletions(-)

diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -184,6 +184,11 @@ Name: GENERIC_FAILED_COMPUTE_JSON_HASH Description: The service could not compute a cryptographic hash over some JSON value. HttpStatus: 500 +Value: 62 +Name: GENERIC_FAILED_COMPUTE_AMOUNT +Description: The service could not compute an amount. +HttpStatus: 500 + # Server-side resource problems (70-79) @@ -321,6 +326,12 @@ Name: EXCHANGE_GENERIC_CLOCK_SKEW Description: The time at the server is too far off from the time specified in the request. Most likely the client system time is wrong. HttpStatus: 400 +Value: 1021 +Name: EXCHANGE_GENERIC_AMOUNT_EXCEEDS_DENOMINATION_VALUE +Description: The specified amount for the coin is higher than the value of the denomination of the coin. +HttpStatus: 400 + + Value: 1100 Name: EXCHANGE_DEPOSITS_GET_NOT_FOUND @@ -822,6 +833,36 @@ Name: EXCHANGE_MANAGEMENT_GLOBAL_FEE_SIGNATURE_INVALID Description: The signature affirming the fee structure is invalid. HttpStatus: 403 +Value: 1850 +Name: EXCHANGE_PURSE_CREATE_CONFLICTING_META_DATA +Description: The purse was previously created with different meta data. +HttpStatus: 409 + +Value: 1851 +Name: EXCHANGE_PURSE_CREATE_CONFLICTING_CONTRACT_STORED +Description: The purse was previously created with a different contract. +HttpStatus: 409 + +Value: 1852 +Name: EXCHANGE_PURSE_CREATE_COIN_SIGNATURE_INVALID +Description: A coin signature for a deposit into the purse is invalid. +HttpStatus: 400 + +Value: 1853 +Name: EXCHANGE_PURSE_CREATE_EXPIRATION_BEFORE_NOW +Description: The purse expiration time is in the past. +HttpStatus: 400 + +Value: 1854 +Name: EXCHANGE_PURSE_CREATE_EXPIRATION_IS_NEVER +Description: The purse expiration time is "never". +HttpStatus: 400 + +Value: 1855 +Name: EXCHANGE_PURSE_CREATE_SIGNATURE_INVALID +Description: The purse signature over the purse meta data is invalid. +HttpStatus: 400 + Value: 1900 Name: EXCHANGE_AUDITORS_AUDITOR_SIGNATURE_INVALID