const BaseServiceErrorResponse({ required super.statusCode, required this.validate, }) : super(type: ServiceResponseType.error);