FileSystemIndexer v0.1.2-beta
File System Indexer - An API to index files from your system
Loading...
Searching...
No Matches
fsi::IndexerError Struct Reference

#include <FSI_Indexer.hpp>

Collaboration diagram for fsi::IndexerError:

Public Attributes

int code = 0
bool fatal = false
std::string message
bool raise = true

Detailed Description

Definition at line 50 of file FSI_Indexer.hpp.

Member Data Documentation

◆ code

int fsi::IndexerError::code = 0

Definition at line 54 of file FSI_Indexer.hpp.

Referenced by fsi::Indexer::addInfo(), and fsi::Indexer::removeInfo().

◆ fatal

bool fsi::IndexerError::fatal = false

Definition at line 56 of file FSI_Indexer.hpp.

Referenced by fsi::Indexer::addInfo(), and fsi::Indexer::removeInfo().

◆ message

std::string fsi::IndexerError::message

Definition at line 52 of file FSI_Indexer.hpp.

Referenced by fsi::Indexer::addInfo(), and fsi::Indexer::removeInfo().

◆ raise

bool fsi::IndexerError::raise = true

Definition at line 57 of file FSI_Indexer.hpp.

Referenced by fsi::Indexer::addInfo(), and fsi::Indexer::removeInfo().


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