export interface IClientError { message?: string; code?: string; }