Detail reports whether error detail is requested. After the first call to Detail, all text written to the Printer is formatted as additional detail, or ignored when detail has not been requested. If Detail returns false, the caller can avoid printing the detail at all.
()
| 96 | // detail has not been requested. |
| 97 | // If Detail returns false, the caller can avoid printing the detail at all. |
| 98 | Detail() bool |
| 99 | } |
no outgoing calls