ServerError constructor
ServerError({
- String? timestamp,
- int? status,
- ErrorMessage? error,
- String? message,
- String? path,
Implementation
ServerError(
{this.timestamp, this.status, this.error, this.message, this.path});