fmt::format support that renders all codes of a rich error.
Declared in <folly/result/rich_error_base.h>
template<>
struct formatter<folly::rich_error_base::fmt_all_codes_t>;
See rich_error_code::all_codes_for_fmt() for usage
| Name | Description |
|---|---|
format | Formats all codes of err into the output of ctx. |
parse | Parses the format spec (which is empty for this type). |