gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: new Ebics error code


From: gnunet
Subject: [libeufin] branch master updated: new Ebics error code
Date: Thu, 30 Jul 2020 16:32:25 +0200

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

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new ace488f  new Ebics error code
ace488f is described below

commit ace488f7674730e71f2d8cf683dc45f81c14bed3
Author: MS <ms@taler.net>
AuthorDate: Thu Jul 30 16:32:20 2020 +0200

    new Ebics error code
---
 util/src/main/kotlin/Ebics.kt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/util/src/main/kotlin/Ebics.kt b/util/src/main/kotlin/Ebics.kt
index 3beb1ce..9878be3 100644
--- a/util/src/main/kotlin/Ebics.kt
+++ b/util/src/main/kotlin/Ebics.kt
@@ -336,6 +336,7 @@ enum class EbicsReturnCode(val errorCode: String) {
     EBICS_DOWNLOAD_POSTPROCESS_SKIPPED("011001"),
     EBICS_TX_SEGMENT_NUMBER_UNDERRUN("011101"),
     EBICS_INVALID_USER_OR_USER_STATE("091002"),
+    EBICS_PROCESSING_ERROR("091116"),
     EBICS_NO_DOWNLOAD_DATA_AVAILABLE("090005");
 
     companion object {

-- 
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]