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,