PMDK C++ bindings  1.13.0-git23.gf49772ac
This is the C++ bindings documentation for PMDK's libpmemobj.
Public Attributes | List of all members
pmem::defrag_error Class Reference

Custom defrag error class. More...

#include <libpmemobj++/pexceptions.hpp>

Inherits std::runtime_error.

Public Attributes

pobj_defrag_result result
 Results of the defragmentation run. More...
 

Detailed Description

Custom defrag error class.

Thrown when the defragmentation process fails (possibly in the middle of a run).

Member Data Documentation

◆ result

pobj_defrag_result pmem::defrag_error::result

Results of the defragmentation run.

When failure occurs during the defragmentation, partial results will be stored in here.


The documentation for this class was generated from the following file: