For SFML 2.x there won't be a change in error handling, that is you get a bool for success/failure and a hardcoded message via sf::err(), which if not redirected will print an error to std::cerr.
For SFML 3 we'll most likely be using exceptions, but there's nothing written about how etc.