TinkMoneyManagerUI Documentation Beta

Enumeration Service​Error

public enum ServiceError

An error returned by Tink service requests when something went wrong.

ServiceError ServiceError Error Error ServiceError->Error

Conforms To

Error

Enumeration Cases

cancelled

case cancelled

Cancelled

invalid​Argument

case invalidArgument(: String)

Invalid argument

not​Found

case notFound(: String)

Not found

already​Exists

case alreadyExists(: String)

The resource already exists

permission​Denied

case permissionDenied(: String)

The user has no permission

unauthenticated

case unauthenticated(: String)

The user is not authenticated

failed​Precondition

case failedPrecondition(: String)

Precondition failed

unavailable​For​Legal​Reasons

case unavailableForLegalReasons(: String)

The request cannot be fulfilled because of legal/contractual reasons.

internal​Error

case internalError(: String)

Internal error