export interface IErrorResponse { errorCode: string; errorMessage: string; }