TransientError

data class TransientError(val displayMessage: String) : ConnectorError

A TransientError means there is something wrong with the user's source or any other error for which the connector informs the platform that the error is transient in nature.

Constructors

Link copied to clipboard
constructor(displayMessage: String)

Properties

Link copied to clipboard