Kurlyk
Loading...
Searching...
No Matches
kurlyk::utils::ClientErrorCategory Class Reference

Custom std::error_category for reporting internal client errors not tied to specific protocols (e.g., CURL, HTTP). More...

#include <ClientErrorCategory.hpp>

Inheritance diagram for kurlyk::utils::ClientErrorCategory:

Public Member Functions

const char * name () const noexcept override
 
std::string message (int ev) const override
 

Detailed Description

Custom std::error_category for reporting internal client errors not tied to specific protocols (e.g., CURL, HTTP).

Definition at line 22 of file ClientErrorCategory.hpp.

Member Function Documentation

◆ message()

std::string kurlyk::utils::ClientErrorCategory::message ( int ev) const
inlineoverride

Definition at line 28 of file ClientErrorCategory.hpp.

◆ name()

const char * kurlyk::utils::ClientErrorCategory::name ( ) const
inlineoverridenoexcept

Definition at line 24 of file ClientErrorCategory.hpp.


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