notch8/iiif_print

Improve CreateRelationshipsJob error message

Opened this issue · 0 comments

Story

Error handling was added to identify cases where the number of children do not match the expected number. However, the expected number incorrectly shows as an ActiveRecord Relation rather than a number so it is not helpful.

Update error handling message to show the actual quantity.

Error Screenshot Screenshot 2023-12-13 at 2 03 26 PM

Acceptance Criteria

  • RuntimeError message correctly shows the expected number of children.

Screenshots / Video

Testing Instructions and Sample Files

Notes