Prevent Bootstrap modal from showing if response is not 200 OK

How can I prevent Bootstrap modal from showing if the JS async response from the server is not 200 ok. Bootstrap JS handles the modal.

<a href="#" id="editform" data-bs-toggle="modal" data-bs-target="#largeBackdrop" class="mx-2">Edit</a>