AnalysisError
@objc
public enum AnalysisError : Int, GiniCaptureError
Errors thrown when dealing with document analysis (both getting extractions and uploading documents)
-
The analysis was cancelled
Declaration
Swift
case cancelled -
There was an error creating the document
Declaration
Swift
case documentCreation -
Undocumented
Declaration
Swift
case unknown -
Undocumented
Declaration
Swift
public var message: String { get }
View on GitHub
AnalysisError Enumeration Reference