Provide getters for StackTrace File, Line and Method
sum2000 opened this issue · 1 comments
sum2000 commented
Is your feature request related to a problem? Please describe.
Currently, file, line, and method names are inconvenient to access UnpackedError object. It will be useful to have getters for some of these.
Describe the solution you'd like
API can be
- getFile()
- getLine()
- getRootError()
- getErrorChain()
morningvera commented
@sum2000 I don't think getters are any more convenient than simply using dot operators. Let's discuss more if you disagree though.