#include <3ds.h>#include <string>#include <unordered_map>Go to the source code of this file.
Namespaces | |
| namespace | xs |
| namespace | xs::errors |
Functions | |
| std::string | xs::errors::decode (Result res) |
| void | xs::errors::show (Result res, bool softwareReset=false) |
| void | xs::errors::show (const char *msg, bool softwareReset=false) |
Variables | |
| static const std::unordered_map< int, const char * > | xs::errors::levelNames |
| static const std::unordered_map< int, const char * > | xs::errors::summaryNames |
| static const std::unordered_map< int, const char * > | xs::errors::moduleNames |
| static const std::unordered_map< int, const char * > | xs::errors::descriptionNames |