export interface IError { err: string; additionalInfo?: any; showHelp?: string; }