Advanced Swift 3 - Part 14: Error Handling | Ray Wenderlich

A hallmark of production-ready code is good error handling. Learn about the types of error handling Swift has to offer and when and how to use each.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/3810-advanced-swift-3/lessons/14

Nice video Ray, another useful protocol that I used for my Swift Enum Error is LocalizedError, you can add a localized description, failure reason etcโ€ฆ

Alex

Thatโ€™s a great tip. Thanks!