D++ (DPP)
C++ Discord API Bot Library
|
The details of a field in an error response. More...
#include <restresults.h>
Public Member Functions | |
DPP_DEPRECATED ("index is unused and will be removed in a future version") int index=0 | |
Object field index. More... | |
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.
|
pure virtual |
Object field index.
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)