interface SecurityError
abstract fun secError(): SecurityErrorType
Error on security check.
sealed class SecurityErrorType : SecurityError