FatalError

data class FatalError(val originalCause: 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
constructor(originalCause: String?)

Properties

Link copied to clipboard