Structure
TinkError
public struct TinkError: Error
An error from Tink Money Manager.
Relationships
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.
underlyingError
let underlyingError: Error
The underlying error object that triggered the error.