Tink Link Android SDK
3.0.0
androidJvm
Tink Link Android SDK
/
com.tink.link.core.data.response.error
/
ErrorStatus
/
UserCancelled
User
Cancelled
class
UserCancelled
(
val
errorReason
:
String
)
:
ErrorStatus
The end user canceled the journey. This status should not be considered as an error.
Members
Constructors
User
Cancelled
Link copied to clipboard
constructor
(
errorReason
:
String
)
Properties
error
Reason
Link copied to clipboard
val
errorReason
:
String