Added ErrorType TanRequestIdNotFound

This commit is contained in:
dankito 2024-08-18 18:45:59 +02:00
parent ee40ce7e23
commit 6e464f198d

View file

@ -19,6 +19,8 @@ enum class ErrorType {
TanRequiredButShouldAbortIfRequiresTan, TanRequiredButShouldAbortIfRequiresTan,
TanRequestIdNotFound,
NoneOfTheAccountsSupportsRetrievingData, NoneOfTheAccountsSupportsRetrievingData,
DidNotRetrieveAllAccountData, DidNotRetrieveAllAccountData,