LicenseFailed
data class LicenseFailed(val code: Int = 101, val errorMessage: String = "License failed") : StreamIngestException
LicenseFailed is a data class that represents the exception that occurs when the license fails.
LicenseFailed is a data class that represents the exception that occurs when the license fails.