gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: new error codes (bank)


From: gnunet
Subject: [taler-exchange] branch master updated: new error codes (bank)
Date: Sat, 16 Nov 2019 02:37:01 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 44bccda2 new error codes (bank)
44bccda2 is described below

commit 44bccda22b90d4edfac993ded78a3e6a83787d5a
Author: Marcello Stanisci <address@hidden>
AuthorDate: Sat Nov 16 02:36:53 2019 +0100

    new error codes (bank)
---
 src/include/taler_error_codes.h | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h
index 8f3a29ec..2212fdb0 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -1827,6 +1827,12 @@ enum TALER_ErrorCode
    */
   TALER_EC_BANK_TRANSACTION_NOT_FOUND = 5111,
 
+
+  /**
+   * Bank received a malformed amount string.
+   */
+  TALER_EC_BANK_BAD_FORMAT_AMOUNT = 5112,
+
   /**
    * The client does not own the account credited by the transaction
    * which is to be rejected, so it has no rights do reject it.  To be
@@ -1835,6 +1841,13 @@ enum TALER_ErrorCode
   TALER_EC_BANK_REJECT_NO_RIGHTS = 5200,
 
 
+  /**
+   * This error code is returned when no known exception types
+   * captured the exception.
+   */
+  TALER_EC_BANK_UNMANAGED_EXCEPTION = 5300,
+
+
   /**
    * The sync service failed to access its database.
    * This response is provided with HTTP status code

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]