Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.43 KB

File metadata and controls

18 lines (13 loc) · 1.43 KB

link / com.tink.link.ui / TinkLinkError

TinkLinkError

sealed class TinkLinkError : Parcelable

Represents errors that happen during the Tink Link UI flow.

Types

Name Summary
CredentialsNotFound Tink Link UI is unable to fetch the credentials with the specified credentialsId.data class CredentialsNotFound : TinkLinkError
FailedToAddCredentials Tink Link UI failed to add one or more credentials.data class FailedToAddCredentials : TinkLinkError
InternalError An internal error occurred in the Tink Link UI flow.object InternalError : TinkLinkError
ProviderListEmpty Tink Link UI fetched an empty list of providersobject ProviderListEmpty : TinkLinkError
ProviderNotFound Tink Link UI is unable to fetch the provider with the specified providerName.data class ProviderNotFound : TinkLinkError
UnableToFetchProviders Tink Link UI is unable to fetch providers.object UnableToFetchProviders : TinkLinkError