aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r--gnu-taler-error-codes/registry.rec7
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 86deecd..1183123 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -1640,7 +1640,12 @@ HttpStatus: 409
1640 1640
1641Value: 2176 1641Value: 2176
1642Name: MERCHANT_POST_ORDERS_ID_PAY_CHOICE_INDEX_MISSING 1642Name: MERCHANT_POST_ORDERS_ID_PAY_CHOICE_INDEX_MISSING
1643Description: The payment requires the wallet to select a choice from the choices array and pass it in the 'chice_index' field of the request. 1643Description: The payment requires the wallet to select a choice from the choices array and pass it in the 'choice_index' field of the request.
1644HttpStatus: 400
1645
1646Value: 2177
1647Name: MERCHANT_POST_ORDERS_ID_PAY_CHOICE_INDEX_OUT_OF_BOUNDS
1648Description: The 'choice_index' field is invalid.
1644HttpStatus: 400 1649HttpStatus: 400
1645 1650
1646 1651