TinkError

data class TinkError(val code: ErrorStatus, val errorStatus: String?, val errorReason: String?, val trackingId: String?, val errorDescription: String?, val errorType: String? = null, val credentials: String? = null, val providerName: String? = null, val paymentRequestId: String? = null)

Tink non-recoverable error.

Constructors

Link copied to clipboard
constructor(code: ErrorStatus, errorStatus: String?, errorReason: String?, trackingId: String?, errorDescription: String?, errorType: String? = null, credentials: String? = null, providerName: String? = null, paymentRequestId: String? = null)

Properties

Link copied to clipboard

ErrorStatus A status code that describes the category of the error. It is a structured combination of the string values errorStatus, errorType, errorReason

Link copied to clipboard
val credentials: String? = null

The identifier of the created credentials object.

Link copied to clipboard

A localized end-user facing error message that can be presented directly to the end user.

Link copied to clipboard

A string value that describes the error reason.

Link copied to clipboard

A string value that describes the error status.

Link copied to clipboard
val errorType: String? = null

A string value that describes the error type.

Link copied to clipboard

The identifier of the payment request.

Link copied to clipboard
val providerName: String? = null

The name of the selected bank connection.

Link copied to clipboard

Tink's internal identifier for this specific error instance.