#2419·gf

add `Unwrap` interface implements support for stack feature of package `gerror`

Author: gqcnCreated Feb 6, 2023Updated Aug 7, 2026
Labelsenhancementplanned

The `gerror.Stack` function only supports the object that implements interface `gerror.IStack`, but the object that implements interface `gerror.IUnwrap` which not implements interface `gerror.IStack` also has stack info.