ErrorModel constructor
ErrorModel({})
Implementation
ErrorModel(
{this.errorCode,
this.errorMessage,
this.errorDescription,
this.businessException,
this.customId,
this.level,
this.targetValue});