summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-23 10:18:24 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-23 10:18:24 +0100
commitaaa822abdf65f0457e2a9e67f5911745b809dcff (patch)
tree3ce27f2e7bae20bc1bc9561b78ac7c697a45fcaa
parent9472ebc8b30163c5d10739ce32d072cc1538601d (diff)
downloadtaler-util-aaa822abdf65f0457e2a9e67f5911745b809dcff.tar.gz
taler-util-aaa822abdf65f0457e2a9e67f5911745b809dcff.tar.bz2
taler-util-aaa822abdf65f0457e2a9e67f5911745b809dcff.zip
fix EC codes for merchant
-rw-r--r--taler/util/errorcodes.py36
1 files changed, 18 insertions, 18 deletions
diff --git a/taler/util/errorcodes.py b/taler/util/errorcodes.py
index 4fedd59..d3032b3 100644
--- a/taler/util/errorcodes.py
+++ b/taler/util/errorcodes.py
@@ -1957,7 +1957,7 @@ ec._add_ec(
)
ec._add_ec(
- "DEPOSITS_GET_EXCHANGE_TIMEOUT",
+ "TRACK_TRANSACTION_EXCHANGE_TIMEOUT",
2300,
"""
We failed to contact the exchange for the /track/transaction
@@ -1967,7 +1967,7 @@ ec._add_ec(
)
ec._add_ec(
- "DEPOSITS_GET_TRANSACTION_UNKNOWN",
+ "TRACK_TRANSACTION_TRANSACTION_UNKNOWN",
2302,
"""
The backend could not find the transaction specified
@@ -1977,7 +1977,7 @@ ec._add_ec(
)
ec._add_ec(
- "DEPOSITS_GET_DB_FETCH_TRANSACTION_ERROR",
+ "TRACK_TRANSACTION_DB_FETCH_TRANSACTION_ERROR",
2303,
"""
The backend had a database access error trying to
@@ -1988,7 +1988,7 @@ ec._add_ec(
)
ec._add_ec(
- "DEPOSITS_GET_DB_FETCH_PAYMENT_ERROR",
+ "TRACK_TRANSACTION_DB_FETCH_PAYMENT_ERROR",
2304,
"""
The backend had a database access error trying to
@@ -1999,7 +1999,7 @@ ec._add_ec(
)
ec._add_ec(
- "DEPOSITS_GET_DB_NO_DEPOSITS_ERROR",
+ "TRACK_TRANSACTION_DB_NO_DEPOSITS_ERROR",
2305,
"""
The backend found no applicable deposits in the database.
@@ -2010,7 +2010,7 @@ ec._add_ec(
)
ec._add_ec(
- "DEPOSITS_GET_COIN_TRACE_ERROR",
+ "TRACK_TRANSACTION_COIN_TRACE_ERROR",
2306,
"""
We failed to obtain a wire transfer identifier for one
@@ -2022,7 +2022,7 @@ ec._add_ec(
)
ec._add_ec(
- "DEPOSITS_GET_WIRE_TRANSFER_TRACE_ERROR",
+ "TRACK_TRANSACTION_WIRE_TRANSFER_TRACE_ERROR",
2307,
"""
We failed to obtain the full wire transfer identifier for the
@@ -2033,7 +2033,7 @@ ec._add_ec(
)
ec._add_ec(
- "DEPOSITS_GET_CONFLICTING_REPORTS",
+ "TRACK_TRANSACTION_CONFLICTING_REPORTS",
2308,
"""
We got conflicting reports from the exhange with
@@ -2046,7 +2046,7 @@ ec._add_ec(
ec._add_ec(
- "TRANSFERS_GET_EXCHANGE_TIMEOUT",
+ "TRACK_TRANSFER_EXCHANGE_TIMEOUT",
2400,
"""
We failed to contact the exchange for the /track/transfer
@@ -2056,7 +2056,7 @@ ec._add_ec(
)
ec._add_ec(
- "TRANSFERS_GET_DB_STORE_COIN_ERROR",
+ "TRACK_TRANSFER_DB_STORE_COIN_ERROR",
2402,
"""
We failed to persist coin wire transfer information in
@@ -2067,7 +2067,7 @@ ec._add_ec(
)
ec._add_ec(
- "TRANSFERS_GET_REQUEST_ERROR",
+ "TRACK_TRANSFER_REQUEST_ERROR",
2403,
"""
We internally failed to execute the /track/transfer request.
@@ -2077,7 +2077,7 @@ ec._add_ec(
)
ec._add_ec(
- "TRANSFERS_GET_DB_STORE_TRANSFER_ERROR",
+ "TRACK_TRANSFER_DB_STORE_TRANSFER_ERROR",
2404,
"""
We failed to persist wire transfer information in
@@ -2088,7 +2088,7 @@ ec._add_ec(
)
ec._add_ec(
- "TRANSFERS_GET_EXCHANGE_ERROR",
+ "TRACK_TRANSFER_EXCHANGE_ERROR",
2405,
"""
The exchange returned an error from /track/transfer.
@@ -2098,7 +2098,7 @@ ec._add_ec(
)
ec._add_ec(
- "TRANSFERS_GET_DB_FETCH_DEPOSIT_ERROR",
+ "TRACK_TRANSFER_DB_FETCH_DEPOSIT_ERROR",
2406,
"""
We failed to fetch deposit information from
@@ -2109,7 +2109,7 @@ ec._add_ec(
)
ec._add_ec(
- "TRANSFERS_GET_DB_INTERNAL_LOGIC_ERROR",
+ "TRACK_TRANSFER_DB_INTERNAL_LOGIC_ERROR",
2407,
"""
We encountered an internal logic error.
@@ -2119,7 +2119,7 @@ ec._add_ec(
)
ec._add_ec(
- "TRANSFERS_GET_CONFLICTING_REPORTS",
+ "TRACK_TRANSFER_CONFLICTING_REPORTS",
2408,
"""
The exchange gave conflicting information about a coin which has
@@ -2130,7 +2130,7 @@ ec._add_ec(
)
ec._add_ec(
- "TRANSFERS_GET_JSON_RESPONSE_ERROR",
+ "TRACK_TRANSFER_JSON_RESPONSE_ERROR",
2409,
"""
The merchant backend had problems in creating the JSON response.
@@ -2138,7 +2138,7 @@ ec._add_ec(
)
ec._add_ec(
- "TRANSFERS_GET_JSON_BAD_WIRE_FEE",
+ "TRACK_TRANSFER_JSON_BAD_WIRE_FEE",
2410,
"""
The exchange charged a different wire fee than what it