PSPDFAESCryptoOutputStreamErrorCode
Objective-C
enum PSPDFAESCryptoOutputStreamErrorCode {}
Swift
typealias AESCryptoOutputStreamError.Code._ErrorType = AESCryptoOutputStreamError
List of documented errors within the PSPDFAESCryptoOutputStream.
Note
Used in the PSPDFAESCryptoOutputStream -(NSError *)streamError method.-
Undocumented
Declaration
Objective-C
PSPDFAESCryptoOutputStreamErrorEncryptionFailed = 100
Swift
case encryptionFailed = 100
-
Undocumented
Declaration
Objective-C
PSPDFAESCryptoOutputStreamErrorCryptorFinalFailed = 170
Swift
case cryptorFinalFailed = 170
-
Undocumented
Declaration
Objective-C
PSPDFAESCryptoOutputStreamErrorWritingToParentStreamFailed = 120
Swift
case writingToParentStreamFailed = 120
-
Undocumented
Declaration
Objective-C
PSPDFAESCryptoOutputStreamErrorMemoryAllocationFailed = 200
Swift
case memoryAllocationFailed = 200
-
Undocumented
Declaration
Objective-C
PSPDFAESCryptoOutputStreamErrorUnknown = NSIntegerMax
Swift
case unknown = 9223372036854775807
-
Deprecated
Deprecated in PSPDFKit 4.4 for macOS. Use
.encryptionFailed
instead.Undocumented
Declaration
Objective-C
PSPDFErrorCodeAESCryptoOutputStreamEncryptionFailed PSPDF_DEPRECATED(9.4, 4.4, "Use `.encryptionFailed` instead.") = PSPDFAESCryptoOutputStreamErrorEncryptionFailed
-
Deprecated
Deprecated in PSPDFKit 4.4 for macOS. Use
.cryptorFinalFailed
instead.Undocumented
Declaration
Objective-C
PSPDFErrorCodeAESCryptoOutputStreamCryptorFinalFailed PSPDF_DEPRECATED(9.4, 4.4, "Use `.cryptorFinalFailed` instead.") = PSPDFAESCryptoOutputStreamErrorCryptorFinalFailed
-
Deprecated
Deprecated in PSPDFKit 4.4 for macOS. Use
.writingToParentStreamFailed
instead.Undocumented
Declaration
Objective-C
PSPDFErrorCodeAESCryptoOutputStreamWritingToParentStreamFailed PSPDF_DEPRECATED(9.4, 4.4, "Use `.writingToParentStreamFailed` instead.") = PSPDFAESCryptoOutputStreamErrorWritingToParentStreamFailed
-
Deprecated
Deprecated in PSPDFKit 4.4 for macOS. Use
.memoryAllocationFailed
instead.Undocumented
Declaration
Objective-C
PSPDFErrorCodeAESCryptoOutputStreamFailedToAllocateMemory PSPDF_DEPRECATED(9.4, 4.4, "Use `.memoryAllocationFailed` instead.") = PSPDFAESCryptoOutputStreamErrorMemoryAllocationFailed
-
Deprecated
Deprecated in PSPDFKit 4.4 for macOS. Use
.unknown
instead.Undocumented
Declaration
Objective-C
PSPDFErrorCodeAESCryptoOutputStreamUnknown PSPDF_DEPRECATED(9.4, 4.4, "Use `.unknown` instead.") = PSPDFAESCryptoOutputStreamErrorUnknown