|
|
|
|
|
by cies
524 days ago
|
|
I dont think so, TST and stacktraces are different. Stacktraces show me call-stack to the point the error happened. Something TST does not always show: different call-stacks can result in the same (or very similar) TST-stacks. It is possible to return the stacktrace as part of the TST error (not just an error message but also a stacktrace). |
|