Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Rewrap ¶
Rewrap the error to make sure the errors support the Format function, to dump the details. In Golang SDK the fmt.Errorf returns errors which do not support the Format, especially with details `%+v`, so the details are hidden. This function rewraps the error to similar structs as fmt.Errorf does, but with Format support.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.