FatalError

class FatalError(detail: String?) : LockError

When unexpected error shows up during processes not related to establishing connection. Check detail to find out more information.

Constructors

Link copied to clipboard
fun FatalError(detail: String?)