SetCommonError is a global wrapper methods which delegated to the default client's Client.SetCommonErrorResult. Deprecated: Use SetCommonErrorResult instead.
(err any)
| 30 | // |
| 31 | // Deprecated: Use SetCommonErrorResult instead. |
| 32 | func SetCommonError(err any) *Client { |
| 33 | return defaultClient.SetCommonErrorResult(err) |
| 34 | } |
| 35 | |
| 36 | // SetCommonErrorResult is a global wrapper methods which delegated |
| 37 | // to the default client's Client.SetCommonError. |
nothing calls this directly
no test coverage detected
searching dependent graphs…