6#include <cosmos/error/ApiError.hxx>
7#include <cosmos/utils.hxx>
18 if (!prefix.empty()) {
34 const char *text = ::strerror_r(to_integral(err), &error[0],
sizeof(error));
Specialized exception type used when system APIs fail.
void generateMsg() const override
Append type specific error information to m_msg.
std::string msg() const
Returns the plain operating system error message.
ApiError(const std::string_view prefix)
Stores the current errno code in the exception.
Base class for libcosmos exceptions.
std::string m_msg
Runtime generated error message.
Errno
Strong enum type representing errno error constants.