aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu-taler-error-codes/registry.rec87
1 files changed, 58 insertions, 29 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 926e15b..2d2766b 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -1444,45 +1444,38 @@ Name: ANASTASIS_GENERIC_INVALID_PAYMENT_REQUEST
1444Description: The backend requested payment, but the request is malformed. 1444Description: The backend requested payment, but the request is malformed.
1445HttpStatus: 0 1445HttpStatus: 0
1446 1446
1447Value: 8100 1447Value: 8002
1448Name: ANASTASIS_REDUCER_ACTION_INVALID 1448Name: ANASTASIS_GENERIC_BACKEND_ERROR
1449Description: The given action is invalid for the current state of the reducer. 1449Description: The backend got an unexpected reply from the payment processor.
1450HttpStatus: 0 1450HttpStatus: 502
1451
1452Value: 8101
1453Name: ANASTASIS_POLICY_BAD_IF_NONE_MATCH
1454Description: The given if-none-match header is malformed.
1455HttpStatus: 400
1456 1451
1457Value: 8102 1452Value: 8003
1458Name: ANASTASIS_POLICY_MISSING_CONTENT_LENGTH 1453Name: ANASTASIS_GENERIC_MISSING_CONTENT_LENGTH
1459Description: The "Content-length" field for the upload is missing. 1454Description: The "Content-length" field for the upload is missing.
1460HttpStatus: 400 1455HttpStatus: 400
1461 1456
1462Value: 8103 1457Value: 8004
1463Name: ANASTASIS_POLICY_MALFORMED_CONTENT_LENGTH 1458Name: ANASTASIS_GENERIC_MALFORMED_CONTENT_LENGTH
1464Description: The "Content-length" field for the upload is malformed. 1459Description: The "Content-length" field for the upload is malformed.
1465HttpStatus: 400 1460HttpStatus: 400
1466 1461
1467Value: 8104 1462Value: 8005
1468Name: ANASTASIS_POLICY_OUT_OF_MEMORY_ON_CONTENT_LENGTH 1463Name: ANASTASIS_GENERIC_ORDER_CREATE_BACKEND_ERROR
1469Description: The server is out of memory to handle the upload. Trying again later may succeed. 1464Description: The backend failed to setup an order with the payment processor.
1470HttpStatus: 413 1465HttpStatus: 502
1466
1467Value: 8006
1468Name: ANASTASIS_GENERIC_PAYMENT_CHECK_UNAUTHORZED
1469Description: The backend was not authorized to check for payment with the payment processor.
1470HttpStatus: 500
1471
1472Value: 8007
1473Name: ANASTASIS_GENERIC_PAYMENT_CHECK_START_FAILED
1474Description: The backend could not check payment status with the payment processor.
1475HttpStatus: 500
1471 1476
1472Value: 8105
1473Name: ANASTASIS_POLICY_BAD_SIGNATURE
1474Description: The signature provided in the "Anastasis-Policy-Signature" header is malformed or missing.
1475HttpStatus: 400
1476 1477
1477Value: 8106
1478Name: ANASTASIS_POLICY_BAD_IF_MATCH
1479Description: The given if-match header is malformed.
1480HttpStatus: 400
1481 1478
1482Value: 8107
1483Name: ANASTASIS_POLICY_INVALID_UPLOAD
1484Description: The uploaded data does not match the Etag.
1485HttpStatus: 400
1486 1479
1487Value: 8108 1480Value: 8108
1488Name: ANASTASIS_TRUTH_UNKNOWN 1481Name: ANASTASIS_TRUTH_UNKNOWN
@@ -1544,6 +1537,8 @@ Name: ANASTASIS_TRUTH_PAYMENT_CREATE_BACKEND_ERROR
1544Description: The backend failed to setup the order for payment. 1537Description: The backend failed to setup the order for payment.
1545HttpStatus: 502 1538HttpStatus: 502
1546 1539
1540
1541
1547Value: 8150 1542Value: 8150
1548Name: ANASTASIS_TRUTH_UPLOAD_UUID_EXISTS 1543Name: ANASTASIS_TRUTH_UPLOAD_UUID_EXISTS
1549Description: The backend failed to store the truth because the UUID is already in use. 1544Description: The backend failed to store the truth because the UUID is already in use.
@@ -1573,6 +1568,40 @@ HttpStatus: 500
1573 1568
1574 1569
1575 1570
1571Value: 8301
1572Name: ANASTASIS_POLICY_BAD_IF_NONE_MATCH
1573Description: The given if-none-match header is malformed.
1574HttpStatus: 400
1575
1576Value: 8304
1577Name: ANASTASIS_POLICY_OUT_OF_MEMORY_ON_CONTENT_LENGTH
1578Description: The server is out of memory to handle the upload. Trying again later may succeed.
1579HttpStatus: 413
1580
1581Value: 8305
1582Name: ANASTASIS_POLICY_BAD_SIGNATURE
1583Description: The signature provided in the "Anastasis-Policy-Signature" header is malformed or missing.
1584HttpStatus: 400
1585
1586Value: 8306
1587Name: ANASTASIS_POLICY_BAD_IF_MATCH
1588Description: The given if-match header is malformed.
1589HttpStatus: 400
1590
1591Value: 8307
1592Name: ANASTASIS_POLICY_INVALID_UPLOAD
1593Description: The uploaded data does not match the Etag.
1594HttpStatus: 400
1595
1596
1597
1598Value: 8400
1599Name: ANASTASIS_REDUCER_ACTION_INVALID
1600Description: The given action is invalid for the current state of the reducer.
1601HttpStatus: 0
1602
1603
1604
1576 1605
1577# 9000 - 9998: Unallocated. 1606# 9000 - 9998: Unallocated.
1578 1607