Overview
The RecallrAI SDK implements a consistent exception hierarchy to help you handle errors gracefully. All SDK exceptions inherit fromRecallrAIError.
Importing Exceptions
Base Exception
Common Errors
AuthenticationError: Invalid API key or project IDTimeoutError: Request timed outConnectionError: Network connectivity issuesInternalServerError: API returned a 5xx errorRateLimitError: Too many requestsUserNotFoundError: User does not existSessionNotFoundError: Session does not existInvalidSessionStateError: Invalid session status for operationMergeConflictNotFoundError: Merge conflict was not found