returnnewValidationFailure(string.Empty,"Query successful, but no results were returned from your indexer. This may be an issue with the indexer or your indexer category settings.");
}
}
catch(ApiKeyException)
catch(ApiKeyExceptionex)
{
_logger.Warn("Indexer returned result for RSS URL, API Key appears to be invalid");
_logger.Warn("Indexer returned result for RSS URL, API Key appears to be invalid: "+ex.Message);
returnnewValidationFailure("ApiKey","Invalid API Key");