SetupError
public enum SetupError : LocalizedError
Represents an Error on the Setup process of the controller.
-
User has denied usage of the camera to the app. Need to be changed in Settings
Declaration
Swift
case userNotAllowedToUseCamera
-
A setup error due to HW availability or media capture session setup.
Declaration
Swift
case errorSettingUpMediaCapture(description: String?)
Parameters
description
A textual description of the error
-
Textual description of the error.
Declaration
Swift
public var errorDescription: String? { get }