enum Errors: Error { case notVariable(String) case `default`(String) }