$darkmode
Public Member Functions | |
| StackIncompleteError (std::vector< std::string > &&missing) | |
| std::string | all_sections_missing (const std::string &sep=", ") const |
| const std::vector< std::string > & | sections_missing () const |
Public Member Functions inherited from cloe::Error | |
| Error (std::string_view what) | |
| template<typename... Args> | |
| Error (std::string_view format, Args &&... args) | |
| const char * | what () const noexcept override |
| bool | has_explanation () const |
| void | set_explanation (std::string explanation) |
| template<typename... Args> | |
| void | set_explanation (std::string_view format, Args &&... args) |
| const std::string & | explanation () const |
| Error | explanation (std::string explanation) && |
| template<typename... Args> | |
| Error | explanation (std::string_view format, Args &&... args) && |