ConnectionFailed
data class ConnectionFailed(val code: Int = 100, val errorMessage: String = "Connection failed") : StreamIngestException
ConnectionFailed is a data class that represents the exception that occurs when the connection fails.