taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 41e028026eb7de44479b8c6ece7b8bf493a86b48
parent 7d8b8bafea25f28c3a4b8d85e70146077cbd1eeb
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 26 Sep 2019 10:29:17 +0200

document return codes

Diffstat:
Mmanpages/taler-auditor-exchange.1.rst | 10++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/manpages/taler-auditor-exchange.1.rst b/manpages/taler-auditor-exchange.1.rst @@ -41,6 +41,13 @@ visible via the /exchanges API of the taler-auditor-httpd. ALL data associated with that exchange, including existing auditing information. So use with extreme care! + + Diagnostics +=========== + +**taler-auditor-exchange** will return 0 on success, 1 on usage errors, 3 on problems interacting with the database backend, 4 if exchange entry to be added is already in the database (or already missing when used with **-r**). + + See Also ======== @@ -57,4 +64,4 @@ convenience option, we should make **-** m optional and obtain it from the base URL. Report bugs by using https://gnunet.org/bugs/ or by sending electronic -mail to <taler@gnu.org>. -\ No newline at end of file +mail to <taler@gnu.org>.