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.