TinkMoneyManagerUI Documentation Beta

Structure Tink​Error

public struct TinkError: Error

An error from Tink Money Manager.

TinkError TinkError Error Error TinkError->Error

Nested Types

TinkError.Status

The different types of errors that can occur.

Conforms To

Error

Properties

status

let status: Status

The type of error that occurred.

message

let message: String?

The message provided with the error.

underlying​Error

let underlyingError: Error

The underlying error object that triggered the error.