| 123456 |
- from app.errors.base import BaseError
- AIMeetingNotFound = BaseError(message="AI Meeting not found", code=404)
- AIMeetingMinutesNotFound = BaseError(message="AI Meeting Minutes not found", code=404)
- AIMeetingConversationNotFound = BaseError(message="AI Meeting Conversation not found", code=404)
|