Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
governance-exceptions.h File Reference
#include <exception>
#include <iostream>
#include <sstream>
#include <string>
Include dependency graph for governance-exceptions.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | CGovernanceException |
A class which encapsulates information about a governance exception condition. More... | |
Enumerations | |
enum | governance_exception_type_enum_t { GOVERNANCE_EXCEPTION_NONE = 0, GOVERNANCE_EXCEPTION_WARNING = 1, GOVERNANCE_EXCEPTION_PERMANENT_ERROR = 2, GOVERNANCE_EXCEPTION_TEMPORARY_ERROR = 3, GOVERNANCE_EXCEPTION_INTERNAL_ERROR = 4 } |
Functions | |
std::ostream & | operator<< (std::ostream &os, governance_exception_type_enum_t eType) |
Enumeration Type Documentation
◆ governance_exception_type_enum_t
Definition at line 13 of file governance-exceptions.h.
Function Documentation
◆ operator<<()
|
inline |
Definition at line 26 of file governance-exceptions.h.
References GOVERNANCE_EXCEPTION_INTERNAL_ERROR, GOVERNANCE_EXCEPTION_NONE, GOVERNANCE_EXCEPTION_PERMANENT_ERROR, GOVERNANCE_EXCEPTION_TEMPORARY_ERROR, and GOVERNANCE_EXCEPTION_WARNING.