PoDoFo 1.2.0
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Enumerations
PdfError.h File Reference

Error information and logging is implemented in this file. More...

#include <podofo/main/PdfDeclarations.h>

Go to the source code of this file.

Classes

class  PoDoFo::PdfError
 The error handling class of the PoDoFo library. More...
 

Namespaces

namespace  PoDoFo
 All classes, functions, types and enums of PoDoFo are members of these namespace.
 

Typedefs

using PoDoFo::PdErrorInfoStack = std::deque< PdfErrorInfo >
 

Enumerations

enum class  PoDoFo::PdfErrorCode : uint8_t {
  PoDoFo::Unknown = 0 , PoDoFo::InvalidHandle , PoDoFo::FileNotFound , PoDoFo::IOError ,
  PoDoFo::UnexpectedEOF , PoDoFo::OutOfMemory , PoDoFo::ValueOutOfRange , PoDoFo::InternalLogic ,
  PoDoFo::InvalidEnumValue , PoDoFo::MaxRecursionReached , PoDoFo::ObjectNotFound , PoDoFo::BrokenFile ,
  PoDoFo::InvalidPDF , PoDoFo::InvalidTrailer , PoDoFo::InvalidNumber , PoDoFo::InvalidEncoding ,
  PoDoFo::InvalidObject , PoDoFo::InvalidEOFToken , PoDoFo::InvalidDataType , PoDoFo::InvalidXRef ,
  PoDoFo::InvalidXRefStream , PoDoFo::InvalidPredictor , PoDoFo::InvalidStrokeStyle , PoDoFo::InvalidStream ,
  PoDoFo::InvalidKey , PoDoFo::InvalidName , PoDoFo::InvalidEncryptionDict , PoDoFo::InvalidPassword ,
  PoDoFo::InvalidFontData , PoDoFo::InvalidContentStream , PoDoFo::InvalidInput , PoDoFo::UnsupportedFilter ,
  PoDoFo::UnsupportedFontFormat , PoDoFo::WrongDestinationType , PoDoFo::FlateError , PoDoFo::FreeTypeError ,
  PoDoFo::UnsupportedOperation , PoDoFo::UnsupportedPixelFormat , PoDoFo::UnsupportedImageFormat , PoDoFo::CannotConvertColor ,
  PoDoFo::NotImplemented , PoDoFo::ItemAlreadyPresent , PoDoFo::ChangeOnImmutable , PoDoFo::XmpMetadataError ,
  PoDoFo::OpenSSLError
}
 Error Code enum values which are used in PdfError to describe the error. More...
 

Detailed Description

Error information and logging is implemented in this file.