added error message for the migration#2957
Conversation
Greptile SummaryThis PR adds a
Confidence Score: 4/5The PR is safe to merge but the core logic change degrades UX in the error path by replacing actionable guidance with raw error strings. A P1 logic issue exists: the raw error message silently suppresses the more helpful migrationType-specific static messages, which is a present UX defect on the error path. src/routes/(console)/(migration-wizard)/resource-form.svelte — the template error branch logic needs adjustment so the raw message supplements rather than replaces the static guidance. Important Files Changed
|
What does this PR do?
(Provide a description of what this PR does.)
Test Plan
(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)
Related PRs and Issues
(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)
Have you read the Contributing Guidelines on issues?
(Write your answer here.)