Bitcoin Core  27.99.0
P2P Digital Currency
Public Attributes | List of all members
common::ConfigError Struct Reference

#include <init.h>

Collaboration diagram for common::ConfigError:
[legend]

Public Attributes

ConfigStatus status
 
bilingual_str message {}
 
std::vector< std::string > details {}
 

Detailed Description

Definition at line 24 of file init.h.

Member Data Documentation

◆ details

std::vector<std::string> common::ConfigError::details {}

Definition at line 27 of file init.h.

◆ message

bilingual_str common::ConfigError::message {}

Definition at line 26 of file init.h.

◆ status

ConfigStatus common::ConfigError::status

Definition at line 25 of file init.h.


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