gana

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

commit 64244e85f34d3090ab60ab07c33d8c0de29ab161
parent 4e638bc0ae8407bef28c533d42a4c750caa0a9d1
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 24 Sep 2023 20:21:27 +0200

-regenerate rst files

Diffstat:
Mgnu-taler-error-codes/taler_error_codes.rst | 66+++++++++++++++++++++++++++++++++++++++++++++++++++++-------------
1 file changed, 53 insertions(+), 13 deletions(-)

diff --git a/gnu-taler-error-codes/taler_error_codes.rst b/gnu-taler-error-codes/taler_error_codes.rst @@ -215,6 +215,46 @@ Description The body is too large to be permissible for the endpoint. =================== =========================================================== + TALER_EC_GENERIC_UNAUTHORIZED +------------------------------------------------------------------------------- +Value 40 +HTTP Status Code 401 +Description The service refused the request due to lack of proper authorization. +=================== =========================================================== + + + +=================== =========================================================== + TALER_EC_GENERIC_TOKEN_UNKNOWN +------------------------------------------------------------------------------- +Value 41 +HTTP Status Code 401 +Description The service refused the request as the given authorization token is unknown. +=================== =========================================================== + + + +=================== =========================================================== + TALER_EC_GENERIC_TOKEN_EXPIRED +------------------------------------------------------------------------------- +Value 42 +HTTP Status Code 401 +Description The service refused the request as the given authorization token expired. +=================== =========================================================== + + + +=================== =========================================================== + TALER_EC_GENERIC_TOKEN_MALFORMED +------------------------------------------------------------------------------- +Value 43 +HTTP Status Code 401 +Description The service refused the request as the given authorization token is malformed. +=================== =========================================================== + + + +=================== =========================================================== TALER_EC_GENERIC_DB_SETUP_FAILED ------------------------------------------------------------------------------- Value 50 @@ -565,6 +605,16 @@ Description The number of denominations specified in the request exceeds =================== =========================================================== + TALER_EC_EXCHANGE_GENERIC_COIN_UNKNOWN +------------------------------------------------------------------------------- +Value 1019 +HTTP Status Code 404 +Description The coin is not known to the exchange (yet). +=================== =========================================================== + + + +=================== =========================================================== TALER_EC_EXCHANGE_GENERIC_CLOCK_SKEW ------------------------------------------------------------------------------- Value 1020 @@ -1075,27 +1125,17 @@ Description The proof of policy fulfillment was invalid. =================== =========================================================== - TALER_EC_EXCHANGE_RESERVES_STATUS_UNKNOWN -------------------------------------------------------------------------------- -Value 1250 -HTTP Status Code 404 -Description The reserve balance, status or history was requested for a reserve which is not known to the exchange. -=================== =========================================================== - - - -=================== =========================================================== - TALER_EC_EXCHANGE_RESERVES_STATUS_BAD_SIGNATURE + TALER_EC_EXCHANGE_COIN_HISTORY_BAD_SIGNATURE ------------------------------------------------------------------------------- Value 1251 HTTP Status Code 403 -Description The reserve status was requested with a bad signature. +Description The coin history was requested with a bad signature. =================== =========================================================== =================== =========================================================== - TALER_EC_EXCHANGE_RESERVES_HISTORY_BAD_SIGNATURE + TALER_EC_EXCHANGE_RESERVE_HISTORY_BAD_SIGNATURE ------------------------------------------------------------------------------- Value 1252 HTTP Status Code 403