$darkmode
cloe::TriggerInvalid Class Reference

#include <trigger.hpp>

Inheritance diagram for cloe::TriggerInvalid:
Collaboration diagram for cloe::TriggerInvalid:

Public Member Functions

 TriggerInvalid (const Conf &c, const std::string &what)
 
const Confconf () const
 
- Public Member Functions inherited from cloe::TriggerError
 Error (std::string_view what)
 
template<typename... Args>
 Error (std::string_view format, Args &&... args)
 
- 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) &&
 

Detailed Description

TriggerInvalid indicates that the trigger cannot be inserted because it is somehow invalid.

This could be because a section is missing, or that the input values are inappropriate for the factory of an event or action.


The documentation for this class was generated from the following file: