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

# Scope Required Error • AI Agent SDK

> ScopeRequiredError: Raised when required scope identifiers are missing.

# ScopeRequiredError

> Defined in the [**protocols**](../modules/protocols) module.

<Badge color="blue">AI Agent</Badge>

Raised when required scope identifiers are missing.

## Constructor

<ParamField query="message" type="str" required={false}>
  No description available.
</ParamField>

<ParamField query="backend" type="str" required={false}>
  No description available.
</ParamField>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/knowledge/protocols.py#L190">
  `praisonaiagents/knowledge/protocols.py` at line 190
</Card>
