Unknown
data class Unknown(val code: Int = 9999, val errorMessage: String = "Unknown error") : StreamIngestException
Unknown is a data class that represents the exception that occurs when the error is unknown.
Unknown is a data class that represents the exception that occurs when the error is unknown.