Error is not triggering on url session using combine

后端 未结 0 960
自闭症患者
自闭症患者 2020-12-03 20:02
enum FailureReason : Error {
  case sessionFailed(error: URLError)
  case decodingFailed
  case other(Error)
}

the custom error enum

         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题