![]()  | 
  
    D++ (DPP)
    
   C++ Discord API Bot Library 
   | 
 
The full details of an error from a REST response. More...
 Collaboration diagram for dpp::error_info:Public Attributes | |
| uint32_t | code = 0 | 
| Error code.  More... | |
| std::string | message | 
| Error message.  More... | |
| std::vector< error_detail > | errors | 
| Field specific error descriptions.  More... | |
| std::string | human_readable | 
| Human readable error message constructed from the above.  More... | |
The full details of an error from a REST response.
| uint32_t dpp::error_info::code = 0 | 
Error code.
| std::vector<error_detail> dpp::error_info::errors | 
Field specific error descriptions.
| std::string dpp::error_info::human_readable | 
Human readable error message constructed from the above.
| std::string dpp::error_info::message | 
Error message.