Bitcoin Core 31.99.0
P2P Digital Currency
http_bitcoin::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 http_bitcoin::ContentTooLargeError:
[legend]
Collaboration diagram for http_bitcoin::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 84 of file httpserver.h.


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