Lines Matching refs:error
36 The behaviour can be customized using B<flags>. Note that, the error suppressing
50 configuration modules are ignored. If not set the first module error is
53 Normally any modules errors will add error information to the error queue. If
54 B<CONF_MFLAGS_SILENT> is set no error information is added.
69 return an error.
77 an error: in this case B<CONF_MFLAGS_IGNORE_MISSING_FILE> would be set.
80 applications. For example in some cases an error may simply print out a warning
82 consider a configuration file error as fatal and exit immediately.
100 fprintf(stderr, "FATAL: error loading configuration file\n");
110 fprintf(stderr, "FATAL: error loading configuration file\n");
115 Load custom configuration file and section, only print warnings on error,
120 fprintf(stderr, "WARNING: error loading configuration file\n");
124 Load and parse configuration file manually, custom error handling:
143 /* Other configuration error behaviour */