PoDoFo  0.9.20
Classes | Namespaces | Enumerations
PdfError.h File Reference
#include <podofo/auxiliary/basedefs.h>
#include <podofo/auxiliary/baseincludes.h>

Classes

class  PoDoFo::PdfError
 

Namespaces

 PoDoFo
 

Enumerations

enum  PoDoFo::PdfErrorCode {
  PoDoFo::PdfErrorCode::Unknown = 0, PoDoFo::PdfErrorCode::InvalidHandle, PoDoFo::PdfErrorCode::FileNotFound, PoDoFo::PdfErrorCode::InvalidDeviceOperation,
  PoDoFo::PdfErrorCode::UnexpectedEOF, PoDoFo::PdfErrorCode::OutOfMemory, PoDoFo::PdfErrorCode::ValueOutOfRange, PoDoFo::PdfErrorCode::InternalLogic,
  PoDoFo::PdfErrorCode::InvalidEnumValue, PoDoFo::PdfErrorCode::BrokenFile, PoDoFo::PdfErrorCode::PageNotFound, PoDoFo::PdfErrorCode::NoPdfFile,
  PoDoFo::PdfErrorCode::NoXRef, PoDoFo::PdfErrorCode::NoTrailer, PoDoFo::PdfErrorCode::NoNumber, PoDoFo::PdfErrorCode::NoObject,
  PoDoFo::PdfErrorCode::NoEOFToken, PoDoFo::PdfErrorCode::InvalidTrailerSize, PoDoFo::PdfErrorCode::InvalidDataType, PoDoFo::PdfErrorCode::InvalidXRef,
  PoDoFo::PdfErrorCode::InvalidXRefStream, PoDoFo::PdfErrorCode::InvalidXRefType, PoDoFo::PdfErrorCode::InvalidPredictor, PoDoFo::PdfErrorCode::InvalidStrokeStyle,
  PoDoFo::PdfErrorCode::InvalidHexString, PoDoFo::PdfErrorCode::InvalidStream, PoDoFo::PdfErrorCode::InvalidStreamLength, PoDoFo::PdfErrorCode::InvalidKey,
  PoDoFo::PdfErrorCode::InvalidName, PoDoFo::PdfErrorCode::InvalidEncryptionDict, PoDoFo::PdfErrorCode::InvalidPassword, PoDoFo::PdfErrorCode::InvalidFontData,
  PoDoFo::PdfErrorCode::InvalidContentStream, PoDoFo::PdfErrorCode::UnsupportedFilter, PoDoFo::PdfErrorCode::UnsupportedFontFormat, PoDoFo::PdfErrorCode::ActionAlreadyPresent,
  PoDoFo::PdfErrorCode::WrongDestinationType, PoDoFo::PdfErrorCode::MissingEndStream, PoDoFo::PdfErrorCode::Date, PoDoFo::PdfErrorCode::Flate,
  PoDoFo::PdfErrorCode::FreeType, PoDoFo::PdfErrorCode::SignatureError, PoDoFo::PdfErrorCode::UnsupportedImageFormat, PoDoFo::PdfErrorCode::CannotConvertColor,
  PoDoFo::PdfErrorCode::NotImplemented, PoDoFo::PdfErrorCode::DestinationAlreadyPresent, PoDoFo::PdfErrorCode::ChangeOnImmutable, PoDoFo::PdfErrorCode::NotCompiled,
  PoDoFo::PdfErrorCode::OutlineItemAlreadyPresent, PoDoFo::PdfErrorCode::NotLoadedForUpdate, PoDoFo::PdfErrorCode::CannotEncryptedForUpdate, PoDoFo::PdfErrorCode::XmpMetadata
}
 
enum  PoDoFo::PdfLogSeverity {
  PoDoFo::PdfLogSeverity::None = 0, PoDoFo::PdfLogSeverity::Error, PoDoFo::PdfLogSeverity::Warning, PoDoFo::PdfLogSeverity::Information,
  PoDoFo::PdfLogSeverity::Debug
}
 

Detailed Description

SPDX-FileCopyrightText: (C) 2006 Dominik Seichter domse.nosp@m.icht.nosp@m.er@we.nosp@m.b.de SPDX-FileCopyrightText: (C) 2020 Francesco Pretto ceztk.nosp@m.o@gm.nosp@m.ail.c.nosp@m.om SPDX-License-Identifier: LGPL-2.0-or-later Error information and logging is implemented in this file.