MCPcopy Create free account
hub / github.com/Grive/grive / CurlCodeTag

Class CurlCodeTag

libgrive/src/http/Error.hh:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29// CURL error code
30typedef boost::error_info<struct CurlCodeTag, int> CurlCode ;
31
32// HTTP response code
33typedef boost::error_info<struct HttpResponseTag, int> HttpResponse ;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected