RtmpServerFailed
data class RtmpServerFailed(val code: Int = 103, val errorMessage: String = "Rtmp server failed, please check the rtmp server is alive or rtmp url is correct.") : StreamIngestException
RtmpServerFailed is a data class that represents the exception that occurs when the rtmp server fails.