CameraError
@objc
public enum CameraError : Int, GiniCaptureError
Errors thrown on the camera screen or during camera initialization.
-
Unknown error during camera use.
Declaration
Swift
case unknown
-
Camera can not be loaded because the user has denied authorization in the past.
Declaration
Swift
case notAuthorizedToUseDevice
-
No valid input device could be found for capturing.
Declaration
Swift
case noInputDevice
-
Capturing could not be completed.
Declaration
Swift
case captureFailed
-
Undocumented
Declaration
Swift
public var message: String { get }