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