Skip to content

Commit

Permalink
Propagating error during field type change to frontend. (#17000)
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisoelkers authored Oct 19, 2023
1 parent 3446ba4 commit 01a9f3b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ public void changeFieldType(final CustomFieldMapping customMapping,
});
} catch (Exception ex) {
LOG.error("Failed to update field type in index set : " + indexSetId, ex);
throw ex;
}
}
}
Expand Down

0 comments on commit 01a9f3b

Please sign in to comment.