SetErrorResult is a global wrapper methods which delegated to the default client, create a request and SetErrorResult for request.
(error any)
| 117 | // SetErrorResult is a global wrapper methods which delegated |
| 118 | // to the default client, create a request and SetErrorResult for request. |
| 119 | func SetErrorResult(error any) *Request { |
| 120 | return defaultClient.R().SetErrorResult(error) |
| 121 | } |
| 122 | |
| 123 | // SetBearerAuthToken is a global wrapper methods which delegated |
| 124 | // to the default client, create a request and SetBearerAuthToken for request. |
nothing calls this directly
no test coverage detected
searching dependent graphs…