// (C) 2007-2019 GoodData Corporation export interface IError { error: { component: string; message: string; errorClass: string; parameters: string[]; errorCode?: string; errorId?: string; requestId?: string; trace?: string; }; }