gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: Errors policy.


From: gnunet
Subject: [libeufin] branch master updated: Errors policy.
Date: Wed, 01 Sep 2021 11:13:43 +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 0111605  Errors policy.
0111605 is described below

commit 011160577a53e1e8878346ef4771ceb939feb588
Author: MS <ms@taler.net>
AuthorDate: Tue Aug 31 22:12:18 2021 -1100

    Errors policy.
    
    For consistency with other parts of the code, "no data
    available" becomes again a error case.
---
 nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsClient.kt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsClient.kt 
b/nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsClient.kt
index de8c8a2..65caf51 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsClient.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsClient.kt
@@ -84,7 +84,7 @@ suspend fun doEbicsDownloadTransaction(
     val initResponse = parseAndValidateEbicsResponse(subscriberDetails, 
initResponseStr)
 
     when (initResponse.technicalReturnCode) {
-        EbicsReturnCode.EBICS_OK, 
EbicsReturnCode.EBICS_NO_DOWNLOAD_DATA_AVAILABLE -> {
+        EbicsReturnCode.EBICS_OK -> {
             // Success, nothing to do!
         }
         else -> {

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