From 6e464f198d84a45018d0a3641a3c2d83b78f100a Mon Sep 17 00:00:00 2001 From: dankito Date: Sun, 18 Aug 2024 18:45:59 +0200 Subject: [PATCH] Added ErrorType TanRequestIdNotFound --- .../net/codinux/banking/client/model/response/ErrorType.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BankingClientModel/src/commonMain/kotlin/net/codinux/banking/client/model/response/ErrorType.kt b/BankingClientModel/src/commonMain/kotlin/net/codinux/banking/client/model/response/ErrorType.kt index 0ab62f47..06a86cd6 100644 --- a/BankingClientModel/src/commonMain/kotlin/net/codinux/banking/client/model/response/ErrorType.kt +++ b/BankingClientModel/src/commonMain/kotlin/net/codinux/banking/client/model/response/ErrorType.kt @@ -19,6 +19,8 @@ enum class ErrorType { TanRequiredButShouldAbortIfRequiresTan, + TanRequestIdNotFound, + NoneOfTheAccountsSupportsRetrievingData, DidNotRetrieveAllAccountData,