[#common-ConfigError] = xref:common.adoc[common]::ConfigError :relfileprefix: ../ :mrdocs: Details about a configuration initialization failure. == Synopsis Declared in `<common/init.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct ConfigError; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:common/ConfigError/details.adoc[`details`] | Additional lines describing the error. | xref:common/ConfigError/message.adoc[`message`] | Human‐readable error message. | xref:common/ConfigError/status.adoc[`status`] | The kind of failure that occurred. |=== == Non-Member Functions [cols="1,4"] |=== | Name| Description | xref:common/InitConfig.adoc[`InitConfig`] | Read config files, and create datadir and settings.json if they don't exist. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#