Bitcoin Core 31.99.0
P2P Digital Currency
bitcoin_http::ContentTooLargeError Struct Reference

Thrown when a request body exceeds MAX_BODY_SIZE (or will exceed, in chunked transfer) so the server can reply with more specific code 413 (content too large) vs general 400 (bad request) More...

#include <httpserver.h>

Inheritance diagram for bitcoin_http::ContentTooLargeError:
[legend]
Collaboration diagram for bitcoin_http::ContentTooLargeError:
[legend]

Detailed Description

Thrown when a request body exceeds MAX_BODY_SIZE (or will exceed, in chunked transfer) so the server can reply with more specific code 413 (content too large) vs general 400 (bad request)

Definition at line 85 of file httpserver.h.


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