export interface ConversationHistoryErrorCommonModel { code: number; reason?: string; }