Searched refs:HTTP_REQUEST_ERROR (Results 1 – 3 of 3) sorted by relevance
28 HTTP_REQUEST_ERROR("Failed to set option: %s, %s", #opt, err); \40 HTTP_REQUEST_ERROR("Failed to fetch, err: %s", err); \52 HTTP_REQUEST_ERROR("Failed to get info: %s, %s", #opt, err); \73 HTTP_REQUEST_ERROR("Failed to initialize 'curl'"); in Initialize()87 HTTP_REQUEST_ERROR("Failed to create fetch task"); in Request()107 HTTP_REQUEST_ERROR("set option failed"); in Request()135 HTTP_REQUEST_ERROR("method %s not supported", method.c_str()); in SetOption()
99 HTTP_REQUEST_ERROR("get name value failed"); in GetNameValue()113 HTTP_REQUEST_ERROR("key to string failed"); in GetNameValue()119 HTTP_REQUEST_ERROR("get val failed"); in GetNameValue()132 HTTP_REQUEST_ERROR("get body failed"); in GetRequestBody()141 HTTP_REQUEST_ERROR("get body str failed"); in GetRequestBody()161 HTTP_REQUEST_ERROR("body should be string or object"); in GetRequestBody()
30 #define HTTP_REQUEST_ERROR(...) \ macro