A question about using blender's .obj import/export...

So I’m using bpy.ops.import_scene.obj and bpy.ops.export_scene.obj operators in my python I/O script.

My question is - do I need to do any error checking to ensure each operation worked or not? I assume each operator handles it’s own errors since it’s blender code.

Can someone confirm this?

Thanks,
Randy