PDFError
public enum PDFError : Error
Undocumented
-
Undocumented
Declaration
Swift
case tableContentInvalid(value: Any?)
-
Undocumented
Declaration
Swift
case tableIsEmpty
-
Undocumented
Declaration
Swift
case tableStructureInvalid(message: String)
-
Undocumented
Declaration
Swift
case tableIndexOutOfBounds(index: Int, length: Int)
-
Undocumented
Declaration
Swift
case tableCellWeakReferenceBroken
-
Undocumented
Declaration
Swift
case textObjectIsNil
-
Undocumented
Declaration
Swift
case textObjectNotCalculated
-
Undocumented
Declaration
Swift
case invalidHexLength(length: Int)
-
Undocumented
Declaration
Swift
case invalidHex(hex: String)
-
Undocumented
Declaration
Swift
public var localizedDescription: String { get }