[#fmt-formatter-0a-format] = xref:fmt.adoc[fmt]::xref:fmt/formatter-0a.adoc[formatter<folly::rich_error_base::fmt_all_codes_t>]::format :relfileprefix: ../../ :mrdocs: Formats all codes of `err` 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/fmt_all_codes_t.adoc[folly::rich_error_base::fmt_all_codes_t]& err, format_context& ctx) const; ---- == Return Value An iterator past the written output. == Parameters [cols="1,4"] |=== | Name| Description | *err* | The rich‐error codes accessor to format (mutates `.saw_code_`). | *ctx* | The format context to write into. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#