taco-db  0.1.0
Public Member Functions | Private Attributes | List of all members
taco::TDBError Class Reference

#include <base/logging.h>

Public Member Functions

 TDBError (LogSeverity level, std::string &&str)
 
constexpr LogSeverity GetSeverity () const
 
const std::string & GetMessage () const
 

Private Attributes

LogSeverity m_level
 
std::string m_msg
 

Constructor & Destructor Documentation

◆ TDBError()

taco::TDBError::TDBError ( LogSeverity  level,
std::string &&  str 
)
inline

Member Function Documentation

◆ GetMessage()

const std::string& taco::TDBError::GetMessage ( ) const
inline

◆ GetSeverity()

constexpr LogSeverity taco::TDBError::GetSeverity ( ) const
inlineconstexpr

Member Data Documentation

◆ m_level

LogSeverity taco::TDBError::m_level
private

◆ m_msg

std::string taco::TDBError::m_msg
private

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