ErrorResponse constructor
ErrorResponse({})
Implementation
ErrorResponse({
this.status,
this.error,
this.message,
this.content,
this.errorType,
this.errors,
this.path,
});
ErrorResponse({
this.status,
this.error,
this.message,
this.content,
this.errorType,
this.errors,
this.path,
});