根据错误编号取得错误描述
NSError *error = [NSError errorWithDomain:NSOSStatusErrorDomain code:error_code userInfo:nil];NSLog(@"Error: %@", [error description]);