OXY API 1.0
OXY API Library Documentation
Loading...
Searching...
No Matches
oxy::detail::win32_error_category Struct Reference

Custom error category for Win32 error codes, providing descriptive names and messages. More...

#include <win32_error.hpp>

Inheritance diagram for oxy::detail::win32_error_category:

Public Member Functions

std::string message (int ev) const override final
 Return what each error code means in text.
char const * name () const noexcept override final
 Return a short descriptive name for the category.

Detailed Description

Custom error category for Win32 error codes, providing descriptive names and messages.