aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes
diff options
context:
space:
mode:
authorpriscilla <priscilla.huang@efrei.net>2023-01-13 05:47:29 -0500
committerpriscilla <priscilla.huang@efrei.net>2023-01-13 05:47:29 -0500
commitf6ac983d838d8fad771ea4e490754795016d8b84 (patch)
treeacc3ddfd0d0fcfa4c71ab46290587fadcb6b789d /gnu-taler-error-codes
parentaa275642c4a0a1aef65577eac78e1506eee32ac3 (diff)
parenta84d995607728f39adcb1284338b738539ebeaaa (diff)
downloadgana-f6ac983d838d8fad771ea4e490754795016d8b84.tar.gz
gana-f6ac983d838d8fad771ea4e490754795016d8b84.zip
Merge branch 'master' of git+ssh://git.gnunet.org/gana
Diffstat (limited to 'gnu-taler-error-codes')
-rw-r--r--gnu-taler-error-codes/registry.rec34
1 files changed, 34 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 68edac2..101fee1 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -388,6 +388,10 @@ Name: EXCHANGE_PURSE_DEPOSIT_COIN_AGE_ATTESTATION_FAILURE
388Description: The provided attestation for the minimum age couldn't be verified by the exchange. 388Description: The provided attestation for the minimum age couldn't be verified by the exchange.
389HttpStatus: 400 389HttpStatus: 400
390 390
391Value: 1031
392Name: EXCHANGE_GENERIC_PURSE_DELETED
393Description: The purse was deleted.
394HttpStatus: 410
391 395
392Value: 1100 396Value: 1100
393Name: EXCHANGE_DEPOSITS_GET_NOT_FOUND 397Name: EXCHANGE_DEPOSITS_GET_NOT_FOUND
@@ -820,6 +824,16 @@ Name: EXCHANGE_RESERVES_PURSE_FEE_TOO_LOW
820Description: The purse fee specified for the request is lower than the purse fee charged by the exchange at this time. 824Description: The purse fee specified for the request is lower than the purse fee charged by the exchange at this time.
821HttpStatus: 400 825HttpStatus: 400
822 826
827Value: 1679
828Name: EXCHANGE_PURSE_DELETE_ALREADY_DECIDED
829Description: The payment request cannot be deleted anymore, as it either already completed or timed out.
830HttpStatus: 409
831
832Value: 1680
833Name: EXCHANGE_PURSE_DELETE_SIGNATURE_INVALID
834Description: The signature affirming the purse deletion is invalid.
835HttpStatus: 403
836
823 837
824Value: 1700 838Value: 1700
825Name: EXCHANGE_DENOMINATION_HELPER_UNAVAILABLE 839Name: EXCHANGE_DENOMINATION_HELPER_UNAVAILABLE
@@ -1217,6 +1231,11 @@ Name: MERCHANT_GENERIC_HOLE_IN_WIRE_FEE_STRUCTURE
1217Description: The start and end-times in the wire fee structure leave a hole. This is not allowed. 1231Description: The start and end-times in the wire fee structure leave a hole. This is not allowed.
1218HttpStatus: 0 1232HttpStatus: 0
1219 1233
1234Value: 2002
1235Name: MERCHANT_GENERIC_EXCHANGE_WIRE_REQUEST_FAILED
1236Description: The merchant was unable to obtain a valid answer to /wire from the exchange.
1237HttpStatus: 502
1238
1220Value: 2005 1239Value: 2005
1221Name: MERCHANT_GENERIC_ORDER_UNKNOWN 1240Name: MERCHANT_GENERIC_ORDER_UNKNOWN
1222Description: The proposal is not known to the backend. 1241Description: The proposal is not known to the backend.
@@ -2146,6 +2165,21 @@ Name: WALLET_WITHDRAWAL_KYC_REQUIRED
2146Description: A KYC step is required before withdrawal can proceed. 2165Description: A KYC step is required before withdrawal can proceed.
2147HttpStatus: 0 2166HttpStatus: 0
2148 2167
2168Value: 7026
2169Name: WALLET_DEPOSIT_GROUP_INSUFFICIENT_BALANCE
2170Description: The wallet does not have sufficient balance to create a deposit group.
2171HttpStatus: 0
2172
2173Value: 7027
2174Name: WALLET_PEER_PUSH_PAYMENT_INSUFFICIENT_BALANCE
2175Description: The wallet does not have sufficient balance to create a peer push payment.
2176HttpStatus: 0
2177
2178Value: 7028
2179Name: WALLET_PEER_PULL_PAYMENT_INSUFFICIENT_BALANCE
2180Description: The wallet does not have sufficient balance to pay for an invoice.
2181HttpStatus: 0
2182
2149 2183
2150# 8000 - 8999: Reserved for Anastasis 2184# 8000 - 8999: Reserved for Anastasis
2151 2185