In that case, a workaround would be to modify the built-in read/write VIs that you are using. Double click on them to open them up, and look for the Error Handler VI somewhere near the end of the dataflow. You can either remove this, which would result in no error reporting at all, or unbundle the error cluster and feed the "code" value into the selector for a case statement. Have a case for value 43 which outputs a "no error" (eg. create a standard Error In control, right-click on it on the block diagram and choose "Change to Constant") and make the other (default) case simply a feed-through of the original error cluster wire.
Make sure you save the modified VIs in a different location, otherwise you'll overwrite the ones that came with LabVIEW
!