URLSesssion and Error Handling

Hi @mike.foote,
Ok, in the NSURLSession when you get the data there are three parameters in the closure,
Data, URLResponse and Error. So when you check for the status code you get that from the URLResponse and from the error you can get the message and details if you want.

Cheers,