1 // Future improvement: At the moment the sources don't need any special
2 // configuration. Once we do have more operations it would make sense
3 // to throw more descriptive errors.
4 struct SourceCouldNotBeDisabled: Error {
5 var localizedDescription = "The selected source failed while disabling"