PSPDFErrorCode
Objective-C
enum PSPDFErrorCode {}
Swift
typealias PSPDFKitError.Code._ErrorType = PSPDFKitError
List of documented errors within the PSPDFErrorDomain
.
Note
Various PSPDFKit methods can also return errors from Apple error domains.-
Undocumented
Declaration
Objective-C
PSPDFErrorCodeOutOfMemory = 10
Swift
case outOfMemory = 10
-
Undocumented
Declaration
Objective-C
PSPDFErrorCodeFileNotFound = 11
Swift
case fileNotFound = 11
-
Undocumented
Declaration
Objective-C
PSPDFErrorCodeNoModificationDateAvailable = 21
Swift
case noModificationDateAvailable = 21
-
Undocumented
Declaration
Objective-C
PSPDFErrorCodePageInvalid = 100
Swift
case pageInvalid = 100
-
Undocumented
Declaration
Objective-C
PSPDFErrorCodeDocumentContainsNoPages = 101
Swift
case documentContainsNoPages = 101
-
Undocumented
Declaration
Objective-C
PSPDFErrorCodeDocumentNotValid = 102
Swift
case documentNotValid = 102
-
Undocumented
Declaration
Objective-C
PSPDFErrorCodeDocumentLocked = 103
Swift
case documentLocked = 103
-
Undocumented
Declaration
Objective-C
PSPDFErrorCodeDocumentInvalidFormat = 104
Swift
case documentInvalidFormat = 104
-
Undocumented
Declaration
Objective-C
PSPDFErrorCodePageIndexOutOfBounds = 105
Swift
case pageIndexOutOfBounds = 105
-
Undocumented
Declaration
Objective-C
PSPDFErrorCodeDocumentNotLoaded = 106
Swift
case documentNotLoaded = 106
-
Undocumented
Declaration
Objective-C
PSPDFErrorCodeDocumentObjectInvalidated = 107
Swift
case documentObjectInvalidated = 107
-
Undocumented
Declaration
Objective-C
PSPDFErrorCodeUnableToOpenPDF = 200
Swift
case unableToOpenPDF = 200
-
Undocumented
Declaration
Objective-C
PSPDFErrorCodeUnableToGetPageReference = 210
Swift
case unableToGetPageReference = 210
-
Undocumented
Declaration
Objective-C
PSPDFErrorCodeUnableToGetStream = 211
Swift
case unableToGetStream = 211
-
Undocumented
Declaration
Objective-C
PSPDFErrorCodeDocumentNotSet = 212
Swift
case documentNotSet = 212
-
Undocumented
Declaration
Objective-C
PSPDFErrorCodeDocumentProviderNotSet = 213
Swift
case documentProviderNotSet = 213
-
Undocumented
Declaration
Objective-C
PSPDFErrorCodeStreamPathNotSet = 214
Swift
case streamPathNotSet = 214
-
Undocumented
Declaration
Objective-C
PSPDFErrorCodeAssetNameNotSet = 215
Swift
case assetNameNotSet = 215
-
Undocumented
Declaration
Objective-C
PSPDFErrorCodeCantCreateStreamFile = 216
Swift
case cantCreateStreamFile = 216
-
Undocumented
Declaration
Objective-C
PSPDFErrorCodeCantCreateStream = 217
Swift
case cantCreateStream = 217
-
Undocumented
Declaration
Objective-C
PSPDFErrorCodeCoreAnnotationNotSet = 218
Swift
case coreAnnotationNotSet = 218
-
Undocumented
Declaration
Objective-C
PSPDFErrorCodeCoreAnnotationAdditionFailed = 219
Swift
case coreAnnotationAdditionFailed = 219
-
Undocumented
Declaration
Objective-C
PSPDFErrorCodePageRenderSizeIsEmpty = 220
Swift
case pageRenderSizeIsEmpty = 220
-
Undocumented
Declaration
Objective-C
PSPDFErrorCodePageRenderClipRectTooLarge = 230
Swift
case pageRenderClipRectTooLarge = 230
-
Undocumented
Declaration
Objective-C
PSPDFErrorCodePageRenderGraphicsContextNil = 240
Swift
case pageRenderGraphicsContextNil = 240
-
Undocumented
Declaration
Objective-C
PSPDFErrorCodeDocumentUnsupportedSecurityScheme = 302
Swift
case documentUnsupportedSecurityScheme = 302
-
Undocumented
Declaration
Objective-C
PSPDFErrorCodeFailedToLoadAnnotations = 400
Swift
case failedToLoadAnnotations = 400
-
Undocumented
Declaration
Objective-C
PSPDFErrorCodeExternalAnnotationFileLoadingDisabled = 401
Swift
case externalAnnotationFileLoadingDisabled = 401
-
Undocumented
Declaration
Objective-C
PSPDFErrorCodeExternalAnnotationFileMissing = 402
Swift
case externalAnnotationFileMissing = 402
-
Undocumented
Declaration
Objective-C
PSPDFErrorCodeExternalAnnotationFileEmpty = 403
Swift
case externalAnnotationFileEmpty = 403
-
Undocumented
Declaration
Objective-C
PSPDFErrorCodeFailedToLoadAnnotationFont = 404
Swift
case failedToLoadAnnotationFont = 404
-
Undocumented
Declaration
Objective-C
PSPDFErrorCodeFailedToWriteAnnotations = 410
Swift
case failedToWriteAnnotations = 410
-
Undocumented
Declaration
Objective-C
PSPDFErrorCodeCannotEmbedAnnotations = 420
Swift
case cannotEmbedAnnotations = 420
-
Undocumented
Declaration
Objective-C
PSPDFErrorCodeAnnotationSavingDisabled = 421
Swift
case annotationSavingDisabled = 421
-
Undocumented
Declaration
Objective-C
PSPDFErrorCodeCannotModifyAnnotationZIndices = 430
Swift
case cannotModifyAnnotationZIndices = 430
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeSavingDisabled = 450
Swift
case savingDisabled = 450
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeFailedToSaveBookmarks = 460
Swift
case failedToSaveBookmarks = 460
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeFailedToSaveDocument = 470
Swift
case failedToSaveDocument = 470
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeFailedToSaveDocumentCheckpoint = 480
Swift
case failedToSaveDocumentCheckpoint = 480
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeFailedToDeleteDocumentCheckpoint = 490
Swift
case failedToDeleteDocumentCheckpoint = 490
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeOutlineParser = 500
Swift
case outlineParser = 500
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeUnableToConvertToDataRepresentation = 600
Swift
case unableToConvertToDataRepresentation = 600
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeRemoveCacheError = 700
Swift
case removeCacheError = 700
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeFailedToConvertToPDF = 800
Swift
case failedToConvertToPDF = 800
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeFailedToGeneratePDFInvalidArguments = 810
Swift
case failedToGeneratePDFInvalidArguments = 810
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeFailedToGeneratePDFDocumentInvalid = 820
Swift
case failedToGeneratePDFDocumentInvalid = 820
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeFailedToGeneratePDFCouldNotCreateContext = 830
Swift
case failedToGeneratePDFCouldNotCreateContext = 830
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeFailedToCopyPages = 840
Swift
case failedToCopyPages = 840
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeFailedToUpdatePageObject = 850
Swift
case failedToUpdatePageObject = 850
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeFailedToMemoryMapFile = 860
Swift
case failedToMemoryMapFile = 860
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeMicPermissionNotGranted = 900
Swift
case micPermissionNotGranted = 900
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeXFDFParserLackingInputStream = 1000
Swift
case xfdfParserLackingInputStream = 1000
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeXFDFParserAlreadyCompleted = 1010
Swift
case xfdfParserAlreadyCompleted = 1010
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeXFDFParserAlreadyStarted = 1020
Swift
case xfdfParserAlreadyStarted = 1020
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeXMLParserError = 1100
Swift
case xmlParserError = 1100
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeDigitalSignatureVerificationFailed = 1150
Swift
case digitalSignatureVerificationFailed = 1150
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeDigitalSignatureSigningFailed = 1151
Swift
case digitalSignatureSigningFailed = 1151
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeXFDFWriterCannotWriteToStream = 1200
Swift
case xfdfWriterCannotWriteToStream = 1200
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeFDFWriterCannotWriteToStream = 1250
Swift
case fdfWriterCannotWriteToStream = 1250
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeSoundEncoderInvalidInput = 1300
Swift
case soundEncoderInvalidInput = 1300
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeGalleryInvalidManifest = 1400
Swift
case galleryInvalidManifest = 1400
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeGalleryUnknownItem = 1450
Swift
case galleryUnknownItem = 1450
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeInvalidRemoteContent = 1500
Swift
case invalidRemoteContent = 1500
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeFailedToSendStatistics = 1600
Swift
case failedToSendStatistics = 1600
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeLibraryFailedToInitialize = 1700
Swift
case libraryFailedToInitialize = 1700
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeCantCreateCustomAPStream = 1800
Swift
case cantCreateCustomAPStream = 1800
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeCantApplyCustomAPStream = 1810
Swift
case cantApplyCustomAPStream = 1810
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeFormValidationError = 5000
Swift
case formValidationError = 5000
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeFormRemovalError = 5500
Swift
case formRemovalError = 5500
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeFormInsertionError = 5501
Swift
case formInsertionError = 5501
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeFormResetError = 5502
Swift
case formResetError = 5502
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeImageProcessorInvalidImage = 6000
Swift
case imageProcessorInvalidImage = 6000
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeOpenInNoApplicationsFound = 7000
Swift
case openInNoApplicationsFound = 7000
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeMessageNotSent = 7100
Swift
case messageNotSent = 7100
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeEmailNotConfigured = 7200
Swift
case emailNotConfigured = 7200
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeProcessorAnnotationModificationError = 7300
Swift
case processorAnnotationModificationError = 7300
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeProcessorUnableToInsertPage = 7301
Swift
case processorUnableToInsertPage = 7301
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeProcessorUnableToFlattenAnnotation = 7302
Swift
case processorUnableToFlattenAnnotation = 7302
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeProcessorUnableToRemoveAnnotation = 7304
Swift
case processorUnableToRemoveAnnotation = 7304
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeProcessorUnableToIncludeDrawingBlock = 7305
Swift
case processorUnableToIncludeDrawingBlock = 7305
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeProcessorUnableToAddItem = 7306
Swift
case processorUnableToAddItem = 7306
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeProcessorUnableToWriteFile = 7307
Swift
case processorUnableToWriteFile = 7307
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeProcessorMiscError = 7308
Swift
case processorMiscError = 7308
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeProcessorCancelled = 7309
Swift
case processorCancelled = 7309
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeProcessorFileExists = 7310
Swift
case processorFileExists = 7310
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeProcessorUnableToReadFile = 7311
Swift
case processorUnableToReadFile = 7311
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeProcessorServerError = 7312
Swift
case processorServerError = 7312
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeDocumentEditorUnableToWriteFile = 7400
Swift
case documentEditorUnableToWriteFile = 7400
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeDocumentEditorInvalidDocument = 7401
Swift
case documentEditorInvalidDocument = 7401
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeDocumentEditorInaccessibleDocument = 7402
Swift
case documentEditorInaccessibleDocument = 7402
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeDocumentEditorOperationCancelled = 7403
Swift
case documentEditorOperationCancelled = 7403
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeFailedToFetchResource = 8000
Swift
case failedToFetchResource = 8000
-
Saving has been disabled by setting the
annotationSaveMode
property onDocument
toPSPDFAnnotationSaveModeDisabled
.Declaration
Objective-C
PSPDFErrorCodeFailedToSetResource = 8500
Swift
case failedToSetResource = 8500
-
The operation cannot be completed because the data provider did not finish loading yet.
Declaration
Objective-C
PSPDFErrorCodeDataProviderIsInFlight = 8600
Swift
case dataProviderIsInFlight = 8600
-
The operation cannot be completed because the data provider did not finish loading yet.
Declaration
Objective-C
PSPDFErrorCodeJSONDeserializationError = 9500
Swift
case jsonDeserializationError = 9500
-
The operation cannot be completed because the data provider did not finish loading yet.
Declaration
Objective-C
PSPDFErrorCodeJSONSerializationError = 9501
Swift
case jsonSerializationError = 9501
-
The operation cannot be completed because the data provider did not finish loading yet.
Declaration
Objective-C
PSPDFErrorCodeJSONSerializationUnsupportedAnnotationTypeError = 9502
Swift
case jsonSerializationUnsupportedAnnotationTypeError = 9502
-
The operation cannot be completed because the data provider did not finish loading yet.
Declaration
Objective-C
PSPDFErrorCodeFeatureNotEnabled = 100000
Swift
case featureNotEnabled = 100000
-
The operation cannot be completed because the data provider did not finish loading yet.
Declaration
Objective-C
PSPDFErrorCodeSecurityNoPermission = 200000
Swift
case securityNoPermission = 200000
-
The operation cannot be completed because the data provider did not finish loading yet.
Declaration
Objective-C
PSPDFErrorCodeSecurityOwnerPasswordNotSet = 200001
Swift
case securityOwnerPasswordNotSet = 200001
-
The operation cannot be completed because the data provider did not finish loading yet.
Declaration
Objective-C
PSPDFErrorCodeSecurityInvalidKeyLength = 200002
Swift
case securityInvalidKeyLength = 200002
-
The operation cannot be completed because the data provider did not finish loading yet.
Declaration
Objective-C
PSPDFErrorCodePKCS12CannotReadData = 300000
Swift
case pkcs12CannotReadData = 300000
-
The operation cannot be completed because the data provider did not finish loading yet.
Declaration
Objective-C
PSPDFErrorCodePKCS12CannotCopyData = 300001
Swift
case pkcs12CannotCopyData = 300001
-
The operation cannot be completed because the data provider did not finish loading yet.
Declaration
Objective-C
PSPDFErrorCodePKCS12UnlockFailed = 300002
Swift
case pkcs12UnlockFailed = 300002
-
The operation cannot be completed because the data provider did not finish loading yet.
Declaration
Objective-C
PSPDFErrorCodePKCS12NoItemsFound = 300003
Swift
case pkcs12NoItemsFound = 300003
-
The operation cannot be completed because the data provider did not finish loading yet.
Declaration
Objective-C
PSPDFErrorCodePKCS12NoPrivateKeyFound = 300004
Swift
case pkcs12NoPrivateKeyFound = 300004
-
The operation cannot be completed because the data provider did not finish loading yet.
Declaration
Objective-C
PSPDFErrorCodePKCS12PrivateKeyError = 300005
Swift
case pkcs12PrivateKeyError = 300005
-
The operation cannot be completed because the data provider did not finish loading yet.
Declaration
Objective-C
PSPDFErrorCodePKCS12CertificateNotFound = 300006
Swift
case pkcs12CertificateNotFound = 300006
-
The operation cannot be completed because the data provider did not finish loading yet.
Declaration
Objective-C
PSPDFErrorCodePKCS12CertificateError = 300007
Swift
case pkcs12CertificateError = 300007
-
The operation cannot be completed because the data provider did not finish loading yet.
Declaration
Objective-C
PSPDFErrorCodePKCS12WrongPassword = 300008
Swift
case pkcs12WrongPassword = 300008
-
The operation cannot be completed because the data provider did not finish loading yet.
Declaration
Objective-C
PSPDFErrorCodeSearchCouldNotLoadDocument = 400000
Swift
case searchCouldNotLoadDocument = 400000
-
The operation cannot be completed because the data provider did not finish loading yet.
Declaration
Objective-C
PSPDFErrorCodeShapeTransformationInvalidInput = 500000
Swift
case shapeTransformationInvalidInput = 500000
-
The operation cannot be completed because the data provider did not finish loading yet.
Declaration
Objective-C
PSPDFErrorCodeUnknown = NSIntegerMax
Swift
case unknown = 9223372036854775807