MCPcopy Create free account
hub / github.com/imroc/req / SetCommonErrorResult

Function SetCommonErrorResult

client_wrapper.go:38–40  ·  view source on GitHub ↗

SetCommonErrorResult is a global wrapper methods which delegated to the default client's Client.SetCommonError.

(err any)

Source from the content-addressed store, hash-verified

36// SetCommonErrorResult is a global wrapper methods which delegated
37// to the default client's Client.SetCommonError.
38func SetCommonErrorResult(err any) *Client {
39 return defaultClient.SetCommonErrorResult(err)
40}
41
42// SetResultStateCheckFunc is a global wrapper methods which delegated
43// to the default client's Client.SetCommonResultStateCheckFunc.

Callers

nothing calls this directly

Calls 1

SetCommonErrorResultMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…