SetError is a global wrapper methods which delegated to the default client, create a request and SetErrorResult for request. Deprecated: Use SetErrorResult instead.
(error any)
| 111 | // |
| 112 | // Deprecated: Use SetErrorResult instead. |
| 113 | func SetError(error any) *Request { |
| 114 | return defaultClient.R().SetErrorResult(error) |
| 115 | } |
| 116 | |
| 117 | // SetErrorResult is a global wrapper methods which delegated |
| 118 | // to the default client, create a request and SetErrorResult for request. |
nothing calls this directly
no test coverage detected
searching dependent graphs…