SystemError

data class SystemError(val displayMessage: String?) : ConnectorError

A SystemError means there is something wrong with the connector.

In practice these are also ll errors that are neither ConfigError or TransientError. This is whatever falls through the cracks of the ExceptionClassifier, as such there is a standing goal to minimize occurrences of these instances.

Constructors

Link copied to clipboard
constructor(displayMessage: String?)

Properties

Link copied to clipboard