PdfNativeException

class PdfNativeException(val nativeErrorCode: Int, message: String = "PDFium failed with error code ", cause: Throwable? = null) : PdfException

PDFium returned a native error that is not mapped to a more specific exception.

Constructors

Link copied to clipboard
constructor(nativeErrorCode: Int, message: String = "PDFium failed with error code ", cause: Throwable? = null)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?
Link copied to clipboard

raw PDFium error code.