Added ErrorType TanRequestIdNotFound
This commit is contained in:
parent
ee40ce7e23
commit
6e464f198d
|
@ -19,6 +19,8 @@ enum class ErrorType {
|
|||
|
||||
TanRequiredButShouldAbortIfRequiresTan,
|
||||
|
||||
TanRequestIdNotFound,
|
||||
|
||||
NoneOfTheAccountsSupportsRetrievingData,
|
||||
|
||||
DidNotRetrieveAllAccountData,
|
||||
|
|
Loading…
Reference in New Issue