JisoLya opened a new issue, #2975:
URL: https://github.com/apache/hugegraph/issues/2975
### Feature Description (功能描述)
Currently, the REST API responses in the server,pd and store modules lack a
standardized format.
When a request fails (e.g., Raft group not found, store heartbeat timeout),
the error message is often missing or buried in logs rather than being returned
in a clear, actionable format to the user.
An example response format is as follows
```json
{
"code": 200,
"message": "success", // hint for user
"data": { ... },
"status": "OK"
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]