You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import Foundation
struct MyError: Error, CustomStringConvertible { let description = "this is the right description" }
print((MyError() as NSError).localizedDescription)
leads to
$ pbpaste | swift -
The operation couldn’t be completed. (main.MyError error 1.)
so whatever you do, it'll show (TheErrorType error 1.).