From 3d2fde0d1f6bd4eee7087ef061755619eaae0dc2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 17 May 2021 22:43:14 +0200 Subject: more taler ECs for new DELETE endpoint --- gnu-taler-error-codes/registry.rec | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'gnu-taler-error-codes') 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 Description: The merchant instance specified in the request was deleted. HttpStatus: 404 +Value: 2017 +Name: MERCHANT_GENERIC_TRANSFER_UNKNOWN +Description: The backend could not find the inbound wire transfer specified in the request. +HttpStatus: 404 + # 2100-2499: public API # 2100-2149: get orders endpoint @@ -1122,6 +1127,12 @@ Name: MERCHANT_PRIVATE_POST_TRANSFERS_ACCOUNT_NOT_FOUND Description: We did not find the account that the transfer was made to. HttpStatus: 404 +Value: 2556 +Name: MERCHANT_PRIVATE_DELETE_TRANSFERS_ALREADY_CONFIRMED +Description: The backend could not delete the transfer as the echange already replied to our inquiry about it and we have integrated the result. +HttpStatus: 409 + + # 2600-2649: instance operations Value: 2600 -- cgit v1.2.3