NUIHttpStandardErrorResponse constructor
NUIHttpStandardErrorResponse({})
Implementation
NUIHttpStandardErrorResponse({
required this.timestamp,
required this.status,
required this.error,
required this.message,
this.path});