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