aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-09-24 20:21:27 +0200
committerChristian Grothoff <christian@grothoff.org>2023-09-24 20:21:27 +0200
commit64244e85f34d3090ab60ab07c33d8c0de29ab161 (patch)
tree486e6264f924f731a6f41c212197384f1a9f7a9c
parent4e638bc0ae8407bef28c533d42a4c750caa0a9d1 (diff)
downloadgana-64244e85f34d3090ab60ab07c33d8c0de29ab161.tar.gz
gana-64244e85f34d3090ab60ab07c33d8c0de29ab161.zip
-regenerate rst files
-rw-r--r--gnu-taler-error-codes/taler_error_codes.rst66
1 files 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
index 6506286..8715f2b 100644
--- 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.
215 215
216 216
217=================== =========================================================== 217=================== ===========================================================
218 TALER_EC_GENERIC_UNAUTHORIZED
219-------------------------------------------------------------------------------
220Value 40
221HTTP Status Code 401
222Description The service refused the request due to lack of proper authorization.
223=================== ===========================================================
224
225
226
227=================== ===========================================================
228 TALER_EC_GENERIC_TOKEN_UNKNOWN
229-------------------------------------------------------------------------------
230Value 41
231HTTP Status Code 401
232Description The service refused the request as the given authorization token is unknown.
233=================== ===========================================================
234
235
236
237=================== ===========================================================
238 TALER_EC_GENERIC_TOKEN_EXPIRED
239-------------------------------------------------------------------------------
240Value 42
241HTTP Status Code 401
242Description The service refused the request as the given authorization token expired.
243=================== ===========================================================
244
245
246
247=================== ===========================================================
248 TALER_EC_GENERIC_TOKEN_MALFORMED
249-------------------------------------------------------------------------------
250Value 43
251HTTP Status Code 401
252Description The service refused the request as the given authorization token is malformed.
253=================== ===========================================================
254
255
256
257=================== ===========================================================
218 TALER_EC_GENERIC_DB_SETUP_FAILED 258 TALER_EC_GENERIC_DB_SETUP_FAILED
219------------------------------------------------------------------------------- 259-------------------------------------------------------------------------------
220Value 50 260Value 50
@@ -565,6 +605,16 @@ Description The number of denominations specified in the request exceeds
565 605
566 606
567=================== =========================================================== 607=================== ===========================================================
608 TALER_EC_EXCHANGE_GENERIC_COIN_UNKNOWN
609-------------------------------------------------------------------------------
610Value 1019
611HTTP Status Code 404
612Description The coin is not known to the exchange (yet).
613=================== ===========================================================
614
615
616
617=================== ===========================================================
568 TALER_EC_EXCHANGE_GENERIC_CLOCK_SKEW 618 TALER_EC_EXCHANGE_GENERIC_CLOCK_SKEW
569------------------------------------------------------------------------------- 619-------------------------------------------------------------------------------
570Value 1020 620Value 1020
@@ -1075,27 +1125,17 @@ Description The proof of policy fulfillment was invalid.
1075 1125
1076 1126
1077=================== =========================================================== 1127=================== ===========================================================
1078 TALER_EC_EXCHANGE_RESERVES_STATUS_UNKNOWN 1128 TALER_EC_EXCHANGE_COIN_HISTORY_BAD_SIGNATURE
1079-------------------------------------------------------------------------------
1080Value 1250
1081HTTP Status Code 404
1082Description The reserve balance, status or history was requested for a reserve which is not known to the exchange.
1083=================== ===========================================================
1084
1085
1086
1087=================== ===========================================================
1088 TALER_EC_EXCHANGE_RESERVES_STATUS_BAD_SIGNATURE
1089------------------------------------------------------------------------------- 1129-------------------------------------------------------------------------------
1090Value 1251 1130Value 1251
1091HTTP Status Code 403 1131HTTP Status Code 403
1092Description The reserve status was requested with a bad signature. 1132Description The coin history was requested with a bad signature.
1093=================== =========================================================== 1133=================== ===========================================================
1094 1134
1095 1135
1096 1136
1097=================== =========================================================== 1137=================== ===========================================================
1098 TALER_EC_EXCHANGE_RESERVES_HISTORY_BAD_SIGNATURE 1138 TALER_EC_EXCHANGE_RESERVE_HISTORY_BAD_SIGNATURE
1099------------------------------------------------------------------------------- 1139-------------------------------------------------------------------------------
1100Value 1252 1140Value 1252
1101HTTP Status Code 403 1141HTTP Status Code 403