ErrorStatus

sealed class ErrorStatus

The ErrorStatus describes the category for the error that occurred.

Inheritors

Types

Link copied to clipboard

The error occurred during the authentication process with the bank.

Link copied to clipboard
class BadRequest(val errorReason: BadRequestErrorReason) : ErrorStatus

The error is most likely a result of an incorrect or missing URL parameter.

Link copied to clipboard

An unexpected internal error in Tink's platform.

Link copied to clipboard

A temporary error in Tink's platform. To resolve this, try again later.

Link copied to clipboard
Link copied to clipboard
class UserCancelled(val errorReason: String) : ErrorStatus

The end user canceled the journey. This status should not be considered as an error.