Answer the question
In order to leave comments, you need to log in
Why does try...catch sometimes fail to handle an error?
Here is a piece of code
try {
const response = await axios.request(requestConfigurations)
} catch (err) {
Log.error(err);
}
Error: Client network socket disconnected before secure TLS connection was established
// call stack
// hangs....
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question