export interface ExceptionInfo { message: string; count: number; address: string; stacktrace: string; rawException: any; }