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.

Constructors

Link copied to clipboard
constructor(code: Int = 101, errorMessage: String = "License failed")

Properties

Link copied to clipboard
open override val code: Int = 101

Error code

Link copied to clipboard
open override val errorMessage: String

Error message