StackTrace returns the stack trace associated with the error. This method is traditionally used to retrieve the stack trace by packages like error reporters.
()
| 22 | // This method is traditionally used to retrieve the stack trace |
| 23 | // by packages like error reporters. |
| 24 | StackTrace() []uintptr |
| 25 | // Callers returns the stack trace associated with the error. |
| 26 | // This method is traditionally used to retrieve the stack trace |
| 27 | // by packages like error reporters. |