When calling resolver functions sometimes they timeout because they are more than 15 seconds long. Does anyone know if there is a way to return an error code to signify that it just timed out? Currently, it just returns a long string that says that it has timed out and that does not exactly work for me. It would be best if I could just return an error code in the header but I am not exactly sure how. Thank you