How catch error during load scene if missing some of scene resources

Hello, I have problem, for example I have two scenes A and B, on scene I have one button for loading scene B, on scene B I have only 1 node with sprite and some picture. After build project I remove picture for scene B, start project, push button and scene B loaded without picture, error log to console, but I need know about it before show scene B for stoping load broke scene. Maybe someone know how catch error during loading scene and blocked loading?