enum class TLSAlertLevel
TLS alert level
alert warning level |
|
alert level fatal so the session most likely will be discarded |
val code: Int
alert numeric code |
fun byCode(code: Int): TLSAlertLevel
Find alert level by it's numeric code or fail |