[#fmt-formatter-063-format] = xref:fmt.adoc[fmt]::xref:fmt/formatter-063.adoc[formatter<folly::rich_error_base>]::format :relfileprefix: ../../ :mrdocs: Formats `e` (with its epitaph stack) into the output of `ctx`. == Synopsis Declared in `<folly/result/rich_error_base.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- format_context::iterator format( xref:folly/rich_error_base.adoc[folly::rich_error_base] const& e, format_context& ctx) const; ---- == Return Value An iterator past the written output. == Parameters [cols="1,4"] |=== | Name| Description | *e* | The rich error to format. | *ctx* | The format context to write into. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#