Lluvia
|
Class for error code category. More...
#include <error.h>
Public Member Functions | |
virtual const char * | name () const noexcept override |
Gets the error category name. More... | |
virtual std::string | message (int ev) const override |
Converts from an error code to a string message. More... | |
Static Public Member Functions | |
static ErrorCategory & | getInstance () noexcept |
Gets a singleton instance. More... | |
Class for error code category.
|
staticnoexcept |
Gets a singleton instance.
|
inlineoverridevirtual |
Converts from an error code to a string message.
[in] | ev | error code. The value must correspond with one of ll::ErrorCode values. |
ev
.
|
inlineoverridevirtualnoexcept |
Gets the error category name.