aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-05-17 22:43:14 +0200
committerChristian Grothoff <christian@grothoff.org>2021-05-17 22:43:14 +0200
commit3d2fde0d1f6bd4eee7087ef061755619eaae0dc2 (patch)
tree12915045b71e413dfa77847d7444ca899d39cb28 /gnu-taler-error-codes
parentbde861a711fbae5187825906cb804ea55f87f83b (diff)
downloadgana-3d2fde0d1f6bd4eee7087ef061755619eaae0dc2.tar.gz
gana-3d2fde0d1f6bd4eee7087ef061755619eaae0dc2.zip
more taler ECs for new DELETE endpoint
Diffstat (limited to 'gnu-taler-error-codes')
-rw-r--r--gnu-taler-error-codes/registry.rec11
1 files changed, 11 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index b054d97..795dc6b 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -810,6 +810,11 @@ Name: MERCHANT_GENERIC_INSTANCE_DELETED
810Description: The merchant instance specified in the request was deleted. 810Description: The merchant instance specified in the request was deleted.
811HttpStatus: 404 811HttpStatus: 404
812 812
813Value: 2017
814Name: MERCHANT_GENERIC_TRANSFER_UNKNOWN
815Description: The backend could not find the inbound wire transfer specified in the request.
816HttpStatus: 404
817
813 818
814# 2100-2499: public API 819# 2100-2499: public API
815# 2100-2149: get orders endpoint 820# 2100-2149: get orders endpoint
@@ -1122,6 +1127,12 @@ Name: MERCHANT_PRIVATE_POST_TRANSFERS_ACCOUNT_NOT_FOUND
1122Description: We did not find the account that the transfer was made to. 1127Description: We did not find the account that the transfer was made to.
1123HttpStatus: 404 1128HttpStatus: 404
1124 1129
1130Value: 2556
1131Name: MERCHANT_PRIVATE_DELETE_TRANSFERS_ALREADY_CONFIRMED
1132Description: The backend could not delete the transfer as the echange already replied to our inquiry about it and we have integrated the result.
1133HttpStatus: 409
1134
1135
1125# 2600-2649: instance operations 1136# 2600-2649: instance operations
1126 1137
1127Value: 2600 1138Value: 2600