ConnectionFactoryError

io.github.positionpal.connection.ConnectionProviderError.ConnectionFactoryError
final case class ConnectionFactoryError(cause: Throwable)

Indicates a failure to create the connection factory.

Value parameters

cause

The underlying exception that caused the failure.

Attributes

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product