gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] 02/03: error codes


From: gnunet
Subject: [taler-wallet-core] 02/03: error codes
Date: Fri, 14 Aug 2020 09:36:49 +0200

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

dold pushed a commit to branch master
in repository wallet-core.

commit d5f894690ee554909c1f8b1b8179fa110784dc4f
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Fri Aug 14 00:19:20 2020 +0530

    error codes
---
 packages/taler-wallet-core/src/TalerErrorCode.ts | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/packages/taler-wallet-core/src/TalerErrorCode.ts 
b/packages/taler-wallet-core/src/TalerErrorCode.ts
index 1557007f..fd3ca1fc 100644
--- a/packages/taler-wallet-core/src/TalerErrorCode.ts
+++ b/packages/taler-wallet-core/src/TalerErrorCode.ts
@@ -3146,6 +3146,13 @@ export enum TalerErrorCode {
    */
   WALLET_WITHDRAW_RESERVE_UNKNOWN_AT_EXCHANGE = 7010,
 
+  /**
+   * The wallet core service is not available.
+   * Returned with an HTTP status code of #MHD_HTTP_UNINITIALIZED (0).
+   * (A value of 0 indicates that the error is generated client-side).
+   */
+  WALLET_CORE_NOT_AVAILABLE = 7011,
+
   /**
    * End of error code range.
    * Returned with an HTTP status code of #MHD_HTTP_UNINITIALIZED (0).

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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