我已经声明了错误类型
enum UserServicesError: ErrorType {
case UserNotLogged
}
但我得到一个错误
Argument type 'UserServicesError' does not conform to expected type 'ErrorType'
Type 'UserServicesError' does not conform to protocol 'RawRepresentable'
知道吗?官方文档说这个声明就足够了。