Added ErrorType TanRequestIdNotFound

This commit is contained in:
dankito 2024-08-18 18:45:59 +02:00
parent ee40ce7e23
commit 6e464f198d
1 changed files with 2 additions and 0 deletions

View File

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