Open
Description
Feature Request
Describe the Feature Request
When printing errors generated by SDK, there is always a huge "tail" consisting of large call stack (see the picture). It would be nice to have a function which will clear the stack from the error, because it's useless for an application user.
Describe Preferred Solution
Something like
func WipeCallStack(err error) error {
// ...
}