Enumeration
TinkError.Status
public enum Status
The different types of errors that can occur.
Relationships
Member Of
TinkError
An error from Tink Money Manager.
Enumeration Cases
cancelled
case cancelled
A request has been cancelled.
invalidArgument
case invalidArgument
The request was not correct.
notFound
case notFound
The requested resource could not be found.
unauthenticated
case unauthenticated
Authentication is required.
temporaryFailure
case temporaryFailure
A request was made but an internet connection hasn’t been established or the connection was lost.
timedOut
case timedOut
A request timed out.
unknown
case unknown
An unknown error occured.
Check the underlyingError
for more detail.
badRequest
case badRequest
A bad request was made.
forbidden
case forbidden
The requested resource was not permitted for the current account.
conflict
case conflict
The request is conflict with current state of the server.
preconditionFailed
case preconditionFailed
The request didn't meet one or more conditions required by the server.