NeoGraph 0.10.0
A C++17 Graph Agent Engine Library — LangGraph for C++
Loading...
Searching...
No Matches
neograph::async::HttpError Struct Reference

Structured exception. More...

#include <http_errors.h>

Inherits std::runtime_error.

Public Attributes

int http_status = 0
 When kind is 4xx/5xx-derived.
 
std::string retry_after
 Verbatim Retry-After header.
 

Detailed Description

Structured exception.

Optional — today's async_post / ConnPool do not throw this, but higher layers can construct one from a caught asio::system_error plus classify_asio_error().

Definition at line 165 of file http_errors.h.


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