MySQL 9.3.0
Source Code Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
mrs::interface::RestError Class Reference

User visible error message. More...

#include <rest_error.h>

Inheritance diagram for mrs::interface::RestError:
[legend]

Public Member Functions

template<typename... T>
 RestError (std::string value, const T &...t)
 

Detailed Description

User visible error message.

Error information thrown using this class, must not contain any essential-internal informations. Assuming the upper constrain, the error can be forwarded to the user.

Constructor & Destructor Documentation

◆ RestError()

template<typename... T>
mrs::interface::RestError::RestError ( std::string  value,
const T &...  t 
)
inline

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