In BE 4.0 for iOS the blocking fileService apis no longer take an NSError argument. The header file says its a sync method with a fault return as exception.
What is the proper way to handle errors for the blocking calls? Should we be wrapping them with @try/catch?