SolError({ required this.name, required this.inputs, List<String>? inputNames, }) : inputNames = inputNames ?? List.filled(inputs.length, '');