FilePickerError

@objc
public enum FilePickerError : Int, GiniVisionError

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
  • Undocumented

    Declaration

    Swift

    public var message: String { get }