I'm initializing an AVCaptureDeviceInput. In Swift 2 rather than getting an NSError variable you catch an error with a do-try-catch sandwich. However I don't see how to get the NSError inside the catch part. The recommendation given on Apple's developer forum does not indicate how you can access the NSError.
Can someone enlighten me?