ImFusion SDK 4.3
SimpleErrorMessage Class Reference
+ Inheritance diagram for SimpleErrorMessage:

Public Member Functions

 SimpleErrorMessage (std::string message, std::string file, int line)
 
std::string domain () const override
 
int id () const override
 Retrieves the unique identifier for the error.
 
std::string message () const override
 
- Public Member Functions inherited from ErrorInheritanceHelper< SimpleErrorMessage >
 ~ErrorInheritanceHelper () override=default
 Override destructor.
 
 ErrorInheritanceHelper (const ErrorInterface &ei)
 
std::unique_ptr< SimpleErrorMessageclone () const &
 Creates a copy of the current instance.
 
- Public Member Functions inherited from ErrorInterface
virtual void handle ()
 Error handling strategy, allows the user to define a task on the constructor of ErrorFrontEnd.
 
template<typename T>
 operator Utils::Expected< T, ErrorFrontEnd > () const &
 Template method for casting to std::expected<T, ErrorFrontEnd>.
 
std::unique_ptr< ErrorInterfaceclone () const &
 Creates a copy of the current instance.
 
bool operator== (const ErrorFrontEnd &other) const
 Compares the id and the domain.
 
bool operator== (const ErrorInterface &other) const
 Compares the id and the domain.
 
virtual ErrorComposition operator| (const ErrorInterface &input) const
 Composition operator.
 

Member Function Documentation

◆ domain()

std::string domain ( ) const
nodiscardoverridevirtual
Returns
String representing the category

Implements ErrorInterface.

◆ id()

int id ( ) const
nodiscardoverridevirtual

Retrieves the unique identifier for the error.

Returns
The error ID.

Implements ErrorInterface.

◆ message()

std::string message ( ) const
nodiscardoverridevirtual
Returns
Human-readable description of the error.

Implements ErrorInterface.


The documentation for this class was generated from the following file:
Search Tab / S to search, Esc to close