mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 08:20:23 +00:00
e72ed593be
Signed-off-by: Rakshith R <rar@redhat.com>
9 lines
191 B
Go
9 lines
191 B
Go
package ttlv
|
|
|
|
import "github.com/ansel1/merry"
|
|
|
|
// Details prints details from the error, including a stacktrace when available.
|
|
func Details(err error) string {
|
|
return merry.Details(err)
|
|
}
|