getSomethingWithPromise() .then(data => {/* do something with data */}) .catch(err => {/* handle the error */})