LMCameraError
public enum LMCameraError : LocalizedError
Error list of the LunaCamera module.
-
Camera access error.
Declaration
Swift
case accessStatus(AVAuthorizationStatus) -
Capture device error
Declaration
Swift
case captureDeviceError(NSError) -
Networking error.
Declaration
Swift
case networkingError(LunaWeb.NetworkingError) -
The best shot detection error.
Declaration
Swift
case bestShotError(NSError) -
Operation is cancelled by the user.
Declaration
Swift
case canceled -
Other errors.
Declaration
Swift
case error(Error) -
Declaration
Swift
public var errorDescription: String? { get }
LMCameraError Enumeration Reference