-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Reference Issues
No response
Problem
No response
Describe the solution you'd like
Currently, server error messages are not explicitly defined, making it difficult for the CLI and other clients to handle and report errors effectively. By standardizing and returning clear, structured error messages, clients can parse them more easily and provide more meaningful feedback to users.
- Define a standardized error format (JSON)
- Add the error message, code, and type
- Update server endpoints to return these structured errors
- Document the possible error codes and their meanings
Additional context
No response
Reactions are currently unavailable