SafeFormatError prints the receiver's first error. The provided Printer behaves like a redact.SafePrinter its Print() and Printf() methods conditionally add redaction markers around unsafe bits. The return value of SafeFormatError() decides what happens in the case the method is used to produce a
(p Printer)
| 76 | // Note that all the causal chain is reported in verbose reports in |
| 77 | // any case. |
| 78 | SafeFormatError(p Printer) (next error) |
| 79 | } |
| 80 | |
| 81 | // A Printer formats error messages. |
no outgoing calls
no test coverage detected