> ## Documentation Index
> Fetch the complete documentation index at: https://private-04b27de1.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# autogen.NoEligibleSpeakerError

<h2 id="autogen.NoEligibleSpeakerError" class="doc doc-heading">
  <code class="doc-symbol doc-symbol-heading doc-symbol-class" />

  <span class="doc doc-object-name doc-class-name">NoEligibleSpeakerError</span>
</h2>

```python theme={null}
NoEligibleSpeakerError(message: str = 'No eligible speakers.')
```

Exception raised for early termination of a GroupChat.

<b>Parameters:</b>

| Name      | Description                                                   |
| --------- | ------------------------------------------------------------- |
| `message` | **Type:** str<br /><br />**Default:** 'No eligible speakers.' |
