diff options
Diffstat (limited to 'src/include/taler_error_codes.h')
-rw-r--r-- | src/include/taler_error_codes.h | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h index bbdd7a4ac..f75464c35 100644 --- a/src/include/taler_error_codes.h +++ b/src/include/taler_error_codes.h | |||
@@ -1368,6 +1368,12 @@ enum TALER_ErrorCode | |||
1368 | TALER_EC_PAY_REFUNDS_EXCEED_PAYMENTS = 2133, | 1368 | TALER_EC_PAY_REFUNDS_EXCEED_PAYMENTS = 2133, |
1369 | 1369 | ||
1370 | /** | 1370 | /** |
1371 | * Legacy stuff. Remove me with protocol v1. This response is provided | ||
1372 | * with HTTP status code #MHD_HTTP_PREREQUISTE. | ||
1373 | */ | ||
1374 | TALER_EC_PAY_ABORT_REFUND_REFUSED_PAYMENT_COMPLETE = 2134, | ||
1375 | |||
1376 | /** | ||
1371 | * The merchant failed to contact the exchange. This response is | 1377 | * The merchant failed to contact the exchange. This response is |
1372 | * provided with HTTP status code of #MHD_HTTP_FAILED_DEPENDENCY. | 1378 | * provided with HTTP status code of #MHD_HTTP_FAILED_DEPENDENCY. |
1373 | */ | 1379 | */ |
@@ -1417,14 +1423,13 @@ enum TALER_ErrorCode | |||
1417 | /** | 1423 | /** |
1418 | * The payment was already completed and thus cannot be aborted | 1424 | * The payment was already completed and thus cannot be aborted |
1419 | * anymore. This response is provided with HTTP status code of | 1425 | * anymore. This response is provided with HTTP status code of |
1420 | * #MHD_HTTP_FORBIDDEN. | 1426 | * #MHD_HTTP_PRECONDITION_FAILED. |
1421 | */ | 1427 | */ |
1422 | TALER_EC_ABORT_REFUND_REFUSED_PAYMENT_COMPLETE = 2157, | 1428 | TALER_EC_ABORT_REFUND_REFUSED_PAYMENT_COMPLETE = 2157, |
1423 | 1429 | ||
1424 | /** | 1430 | /** |
1425 | * The hash provided by the wallet does not match the order. This | 1431 | * The hash provided by the wallet does not match the order. This |
1426 | * response is provided with HTTP status code of | 1432 | * response is provided with HTTP status code of #MHD_HTTP_FORBIDDEN. |
1427 | * #MHD_HTTP_BAD_REQUEST. | ||
1428 | */ | 1433 | */ |
1429 | TALER_EC_ABORT_CONTRACT_HASH_MISSMATCH = 2158, | 1434 | TALER_EC_ABORT_CONTRACT_HASH_MISSMATCH = 2158, |
1430 | 1435 | ||