Skip to content

fix(#45): return MilestoneNotFound when milestone does not exist#205

Open
knytcomics-ui wants to merge 1 commit into
scout-off:mainfrom
knytcomics-ui:fix/45-milestone-not-found
Open

fix(#45): return MilestoneNotFound when milestone does not exist#205
knytcomics-ui wants to merge 1 commit into
scout-off:mainfrom
knytcomics-ui:fix/45-milestone-not-found

Conversation

@knytcomics-ui
Copy link
Copy Markdown

  • Add MilestoneNotFound = 12 to VerificationError
  • get_milestone now returns MilestoneNotFound instead of InvalidInput
  • Add unit test asserting the specific error variant

closes #45

…xist

- Add MilestoneNotFound = 12 to VerificationError
- get_milestone now returns MilestoneNotFound instead of InvalidInput
- Add unit test asserting the specific error variant
@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented May 31, 2026

@knytcomics-ui Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

get_milestone returns InvalidInput for missing milestone; use MilestoneNotFound

1 participant