node-asana icon indicating copy to clipboard operation
node-asana copied to clipboard

Documentation and tests for errors

Open pspeter3 opened this issue 11 years ago • 2 comments

pspeter3 avatar Jul 06 '14 23:07 pspeter3

Seems like most of this could be covered with suggestions to:

  • include a .catch(function (error) {console.log(error);}) block at the end of promises
  • link to the official API page about errors: https://asana.com/developers/documentation/getting-started/errors

dsernst avatar Apr 29 '15 02:04 dsernst

This issue should be closed as my pull request added the .catch() method.

Puthranps avatar Aug 13 '18 19:08 Puthranps