import CoreLocation public func getCLError() -> Any.Type { return CLError.self } public func getCLErrorCode() -> Any.Type { return CLError.Code.self }