palantir / palantir/conjure-java-runtime-api
ErrorType.create unnecessarily throws on certain codes
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 6
- Forks
- 33
- Avg merge
- 15h 50m
- Merged PRs (30d)
- 12
Description
Why does ErrorType.create throw on CUSTOM_CLIENT and CUSTOM_SERVER?
https://github.com/palantir/http-remoting-api/blob/develop/errors/src/main/java/com/palantir/remoting/api/errors/ErrorType.java#L103
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.
Research direction
Start by reading ErrorType.java at the linked line in the http-remoting-api repository and inspect how ErrorType.create handles CUSTOM_CLIENT and CUSTOM_SERVER. Determine whether the issue calls for a behavior change or an explanation; completion requires a clear decision about why those codes throw and what outcome is expected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100