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

namespace  PoDoFo
 

Enumerations

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