Error constructor
Error({})
Implementation
Error({
required this.traceId,
this.title,
this.subtitle,
this.message,
this.originalMessage,
this.messageStatus,
this.hash,
this.buildHash,
this.networkType,
this.carrier,
this.ip,
this.locale,
this.gpsEnabled,
});