You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a stop gap, DowngradeDropDefinedField currently reports the field index rather than the field name. Similarly, we are not reporting the contract ID and source/destination template IDs. This is because these need to be recomputed when the error is thrown (as type erasure will have splatted this information). We should probably improve the UX here and perform this calculation?
The text was updated successfully, but these errors were encountered:
carlpulley-da
changed the title
UP-???: Improve error reporting for DowngradeDropDefinedField
UP-108: Improve error reporting for DowngradeDropDefinedFieldJan 8, 2025
Related to #17647
As a stop gap,
DowngradeDropDefinedField
currently reports the field index rather than the field name. Similarly, we are not reporting the contract ID and source/destination template IDs. This is because these need to be recomputed when the error is thrown (as type erasure will have splatted this information). We should probably improve the UX here and perform this calculation?The text was updated successfully, but these errors were encountered: