Swift - 使用未声明的类型'错误'

时间:2016-08-11 16:59:24

标签: swift xcode swift3

Error不应该是内置版本吗?这样:

import Foundation

struct Video {

  struct Source {

    enum SourceError: Error {
      case InvalidData
      case InvalidHeight
      case InvalidURL
    }
  }
}

给了我Use of undeclared type 'Error' ..我正在使用xcode 8 beta 5

0 个答案:

没有答案