Skip to content

Instantly share code, notes, and snippets.

@lmatteis
Created October 18, 2016 14:39
Show Gist options
  • Save lmatteis/212114e81fba3ecb9531a188ffd484e0 to your computer and use it in GitHub Desktop.
Save lmatteis/212114e81fba3ecb9531a188ffd484e0 to your computer and use it in GitHub Desktop.
.catch(getErrorFromResponse(formatMessage({ id: 'messages.actions.folder.create.failure.message' })))
.catch(errorMsg =>
showErrorMessage({
title: formatMessage({ id: 'messages.actions.folder.create.failure.title' }),
content: errorMsg,
}) && Promise.reject(errorMsg)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment