FilePickerError
@objc
public enum FilePickerError : Int, GiniCaptureError
                Errors thrown on the file picker
- 
                  
                  
Camera roll can not be loaded because the user has denied authorization in the past.
Declaration
Swift
case photoLibraryAccessDenied - 
                  
                  
Max number of files picked exceeded
Declaration
Swift
case maxFilesPickedCountExceeded - 
                  
                  
Mixed documents unsupported
Declaration
Swift
case mixedDocumentsUnsupported - 
                  
                  
Could not open the document (data could not be read or unsupported file type or some other issue)
Declaration
Swift
case failedToOpenDocument - 
                  
                  
MultiplePDFs unsupported
Declaration
Swift
case multiplePdfsUnsupported - 
                  
                  
Undocumented
Declaration
Swift
public var message: String { get } 
    
        
            View on GitHub
          
      FilePickerError Enumeration Reference