Skip to content

docs: Improve error messages for common startup failures #19

Description

@josedab

Description

When Streamline fails to start (port in use, bad config, missing permissions), the error messages could be more actionable.

Task

  • Find 2-3 common error paths in src/server.rs or src/config.rs
  • Improve the error messages to include what went wrong AND what to do about it
  • Example: Port 9092 already in usePort 9092 already in use. Stop the existing process or set a different port with --port

Helpful Context

  • Search for StreamlineError usage patterns
  • Keep messages concise but actionable

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions