79313012

Date: 2024-12-28 00:14:49
Score: 0.5
Natty:
Report link

Example with Axios ajax callback:

...
    .catch((thrown) => {
       if (thrown.code === 'ERR_NETWORK') {
          alert(thrown.message); // Network Error
       }
    })
...
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Gigoland