[#bitcoin_http-ContentTooLargeError] = xref:bitcoin_http.adoc[bitcoin_http]::ContentTooLargeError :relfileprefix: ../ :mrdocs: 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) == Synopsis Declared in `<httpserver.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct ContentTooLargeError : std::runtime_error ---- == Base Classes [cols="1,4"] |=== | Name| Description | `std::runtime_error` | |=== == Member Functions [cols="1"] |=== | Name | xref:bitcoin_http/ContentTooLargeError/operator_assign.adoc[`operator=`] | xref:bitcoin_http/ContentTooLargeError/what.adoc[`what`] [.small]#[virtual]# |=== == Using Declarations [cols="1,4"] |=== | Name| Description | xref:bitcoin_http/ContentTooLargeError/ContentTooLargeError.adoc[`ContentTooLargeError`] | Inherit the constructors from std::runtime_error. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#