I am encountering a situation where I send the day and time to the API in order to verify if there is an opening in the schedule stored in the database. If no opening is found, the API responds with a 406 error code. As a result, I am seeing a 406 error message displayed in the console. How can I effectively manage this error for a cleaner console output?