Skip to content

Instantly share code, notes, and snippets.

@flimzy
Created January 23, 2019 11:35
Show Gist options
  • Save flimzy/78be389b85d37ba7536daf5e858b8ca7 to your computer and use it in GitHub Desktop.
Save flimzy/78be389b85d37ba7536daf5e858b8ca7 to your computer and use it in GitHub Desktop.
function getErrorMessage(response) {
if (!response.originalError.response)
return 'network error';
return response.originalError.response.data.errorMessage;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment