thrownewIndexerException(indexerResponse,$"Unexpected response header {indexerResponse.HttpResponse.Headers.ContentType} from API request, expected {HttpAccept.Json.Value}");
thrownewIndexerException(indexerResponse,$"Unexpected response header {indexerResponse.HttpResponse.Headers.ContentType} from API request, expected {HttpAccept.Json.Value}");
{
thrownewIndexerAuthException(string.Empty,jsonErrorResponse.Resource?.Message??"Unauthorized request to indexer");
}
thrownewIndexerException(indexerResponse,$"Unexpected response status {indexerResponse.HttpResponse.StatusCode} code from API request");