export function setErrorMessage (errorId, errorMessage) {
  return async dispatch => {
    return dispatch({
      type: SET_UPLOAD_ERROR_MESSAGE_COMPLETED,
      errorId: errorId,