export class ErrorResult { constructor( public isError: boolean, public message: string ) { } }