ConfigError

data class ConfigError(val displayMessage: String) : ConnectorError

A ConfigError means there is something wrong with the user's connector configuration or any other error for which the connector informs the platform that the error is not transient in nature and thus to not bother retrying.

Constructors

Link copied to clipboard
constructor(displayMessage: String)

Properties

Link copied to clipboard