CorrelAid / CorrelAid/restatis
Improve the package's ability to return custom API error codes and messages (non-HTTP)
Open
@yannikbuhl is already working on this.
Since May 28, 2026.
enhancement
- Dominant language
- HTML
- Stars
- 36
- Forks
- 6
- Avg merge
- 8m
- Merged PRs (30d)
- 2
Description
In many cases, in the event of an error, the API does not return a HTTP code that indicates this; rather, it will return 200 anyways and notify users via internal error codes and messages. This is something we still can improve on. Right now, I think we do not return any error message. It could be though that this is because we do not know which codes mean any form of success and which codes cause an error.
First thing is to look into that for gen_cube().
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.