Skip to content

[Good First Issue]: Improve error messages #28

@youngcoder45

Description

@youngcoder45

Summary

Improve existing error messages to make them more user-friendly and informative.

Context

Current error messages may be unclear, technical, or not helpful for users. Better error messages improve user experience and reduce confusion.

Suggested approach

  1. Search for error messages in the codebase (look for throw, return, console.error, etc.)
  2. Identify unclear or technical messages
  3. Rewrite them to:
    • Be simple
    • Be user-friendly
    • Suggest a possible fix (if possible)
  4. Ensure consistency in tone

Acceptance criteria

  • Error messages are easy to understand
  • No overly technical or vague messages remain
  • Messages provide helpful guidance

Files / areas to look at

  • Command handlers
  • Middleware or validation logic
  • Error handling utilities

Checklist

  • The scope is small enough for a first contribution.
  • Acceptance criteria are clear and testable.
  • Relevant pointers/links are included.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Priority: LowLow urgency. Can be addressed later.Status: Need ReviewWork completed and awaiting maintainer review.good first issueGood for newcomers

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions