void fetchScriptLimitsRegionDetailsResponder::httpFailure()
{
	LL_WARNS() << dumpResponse() << LL_ENDL;
}
	//If we get back an error (not found, etc...), handle it here
	/*virtual*/ void httpFailure(void)
	{
		llwarns << "httpFailure: " << dumpResponse() << llendl;
	}