Provides read-only access to the underlying list of errors, preferably without causing any allocs.
()
| 82 | // Provides read-only access to the underlying list of errors, preferably |
| 83 | // without causing any allocs. |
| 84 | Errors() []error |
| 85 | } |
| 86 | |
| 87 | // Note that errArray and errArrayElem are very similar to the version |
no outgoing calls