> ## Documentation Index
> Fetch the complete documentation index at: https://docs.guile.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Mutually Exclusive Search Criteria

> The search request combines criteria that cannot be used together

## Cause

The request includes search parameters that are mutually exclusive.

## Fix

Remove one of the conflicting search parameters and retry. Send only one search dimension per request. Drop the extra filter and call again.

## Retry safety

Not retryable until the underlying state or request changes.

## Raised by

These operations can return this problem:

* [List authentication challenge methods](/api-reference/challenges/list-authentication-challenge-methods)

## Example

```json theme={null}
{
  "type": "https://docs.guile.app/problems/mutuallyExclusiveSearchCriteria",
  "title": "Mutually Exclusive Search Criteria",
  "status": 422,
  "detail": "The request includes search parameters that are mutually exclusive."
}
```
