|
enum class | Severity {
kLog
,
kDebug
,
kInfo
,
kNotice
,
kWarning
,
kError
,
kFatal
,
kPanic
} |
|
|
| Message (detail::ResultWrapperPtr) |
|
std::string | GetMessage () const |
|
std::string | GetPrimary () const |
|
std::string | GetDetail () const |
|
Severity | GetSeverity () const |
|
std::string | GetSeverityString () const |
|
SqlState | GetSqlState () const |
|
std::string | GetSchema () const |
|
std::string | GetTable () const |
|
std::string | GetColumn () const |
|
std::string | GetDatatype () const |
|
std::string | GetConstraint () const |
|
logging::LogExtra | GetLogExtra () const |
|
void | ThrowException () const |
| Throw an exception according to the SQL code.
|
|
|
static Severity | SeverityFromString (std::string_view) |
|
Definition at line 18 of file message.hpp.
◆ Severity
enum class storages::postgres::Message::Severity |
|
strong |
The documentation for this class was generated from the following file: