CameraError
public enum CameraError : LocalizedError
Error list of the LunaCamera module.
-
Camera access error.
Declaration
Swift
case accessStatus(AVAuthorizationStatus) -
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 }
CameraError Enumeration Reference