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
GSKPDFGeneratorErrorSuccessSwift
case success = 0 -
Undocumented
Declaration
Objective-C
GSKPDFGeneratorErrorInternalSwift
case `internal` = 1 -
Undocumented
Declaration
Objective-C
GSKPDFGeneratorErrorFileNotFoundSwift
case fileNotFound = 2 -
Undocumented
Declaration
Objective-C
GSKPDFGeneratorErrorInvalidPasswordSwift
case invalidPassword = 3 -
Undocumented
Declaration
Objective-C
GSKPDFGeneratorErrorInvalidPageSizeSwift
case invalidPageSize = 4 -
Undocumented
Declaration
Objective-C
GSKPDFGeneratorErrorProcessorErrorSwift
case processorError = 5 -
Undocumented
Declaration
Objective-C
GSKPDFGeneratorErrorCodeInvalidInputSwift
case codeInvalidInput = 6
GSKPDFGeneratorError Enumeration Reference