libini_config  0.5.0
 All Data Structures Functions Variables Enumerations Enumerator Modules Pages
Enumerations
Error tolerance constants

Enumerations

enum  ERR_LEVEL { INI_STOP_ON_ANY = 0, INI_STOP_ON_NONE = 1, INI_STOP_ON_ERROR = 2 }
 

Detailed Description

Constants in this section define what to do if error or warning encountered while parsing the INI file.

Enumeration Type Documentation

enum ERR_LEVEL

Enumeration of error levels.

Enumerator
INI_STOP_ON_ANY 

Fail if any problem is detected.

INI_STOP_ON_NONE 

Best effort - do not fail.

INI_STOP_ON_ERROR 

Fail on errors only.