D++ (DPP)
C++ Discord API Bot Library
|
The details of a field in an error response. More...
#include <restresults.h>
Public Attributes | |
std::string | object |
Object name which is in error. More... | |
std::string | field |
Field name which is in error. More... | |
std::string | code |
Error code. More... | |
std::string | reason |
Error reason (full message) More... | |
The details of a field in an error response.
std::string dpp::error_detail::code |
Error code.
std::string dpp::error_detail::field |
Field name which is in error.
std::string dpp::error_detail::object |
Object name which is in error.
std::string dpp::error_detail::reason |
Error reason (full message)