GSKPDFGeneratorError
Objective-C
NS_ENUM(NSInteger, GSKPDFGeneratorError)
{
GSKPDFGeneratorErrorSuccess,
GSKPDFGeneratorErrorInternal,
GSKPDFGeneratorErrorFileNotFound,
GSKPDFGeneratorErrorInvalidPassword,
GSKPDFGeneratorErrorInvalidPageSize,
GSKPDFGeneratorErrorProcessorError,
GSKPDFGeneratorErrorCodeInvalidInput,
}
Swift
enum GSKPDFGeneratorError : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
GSKPDFGeneratorErrorSuccess
Swift
case success = 0
-
Undocumented
Declaration
Objective-C
GSKPDFGeneratorErrorInternal
Swift
case `internal` = 1
-
Undocumented
Declaration
Objective-C
GSKPDFGeneratorErrorFileNotFound
Swift
case fileNotFound = 2
-
Undocumented
Declaration
Objective-C
GSKPDFGeneratorErrorInvalidPassword
Swift
case invalidPassword = 3
-
Undocumented
Declaration
Objective-C
GSKPDFGeneratorErrorInvalidPageSize
Swift
case invalidPageSize = 4
-
Undocumented
Declaration
Objective-C
GSKPDFGeneratorErrorProcessorError
Swift
case processorError = 5
-
Undocumented
Declaration
Objective-C
GSKPDFGeneratorErrorCodeInvalidInput
Swift
case codeInvalidInput = 6