EncoderFailed
data class EncoderFailed(val code: Int = 102, val errorMessage: String = "Encoder failed") : StreamIngestException
EncoderFailed is a data class that represents the exception that occurs when the encoder fails.
EncoderFailed is a data class that represents the exception that occurs when the encoder fails.