From 749545b404b015b20cbabb8a670839de3aaf96b8 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 20 May 2021 12:17:39 +0200 Subject: document 409 case, see #6863 --- core/api-wire.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/api-wire.rst') diff --git a/core/api-wire.rst b/core/api-wire.rst index f82ceaa2..654d72f3 100644 --- a/core/api-wire.rst +++ b/core/api-wire.rst @@ -345,6 +345,8 @@ exposed by bank gateways in production. Authentication failed, likely the credentials are wrong. :http:statuscode:`404 Not found`: The endpoint is wrong or the user name is unknown. The bank replies with an `ErrorDetail` object. + :http:statuscode:`409 Conflict`: + The 'reserve_pub' argument was used previously in another transfer, and the specification mandates that reserve public keys must not be reused. .. ts:def:: AddIncomingRequest -- cgit v1.2.3