Formats the error code into the output.
Declared in <folly/result/errc_rich_error.h>
fmt::appender
format(
/* implementation-defined */ ec,
format_context& ctx) const;
An output iterator past the formatted text.
| Name | Description |
|---|---|
| ec | The error code tag to format. |
| ctx | The format context receiving the output. |