agentconnect.core.exceptions module¶
Core exceptions for the AgentConnect framework.
This module defines all core exceptions that can be raised by the framework. Centralizing exceptions here helps avoid circular imports and makes the error hierarchy clearer.
- exception SecurityError¶
Bases:
ExceptionException raised when message verification fails.
This exception is raised when a message signature cannot be verified, indicating a potential security issue.
- exception RegistrationError¶
Bases:
AgentErrorException raised when agent registration fails.
- exception CommunicationError¶
Bases:
AgentErrorException raised when agent communication fails.
- exception CapabilityError¶
Bases:
AgentErrorException raised when there’s an issue with agent capabilities.