Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Java Client should not return null for 404 responses

Open
#135 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
java
Domain
api

Research direction

Start at subscriptionApi.getSubscriptionByKey("xyzzy", requestOptions) and trace how a 404 response is handled by the Java client. Confirm that the call raises KillBillClientException rather than returning null, and that the exception contains the response code.

Written by the indexing model from the issue text.

Description

For code like:

subscriptionApi.getSubscriptionByKey("xyzzy", requestOptions)

The client returns null on 404 errors. This is unexpected. The client should throw a KillBillClientException containing the response code.

Dominant language
Java
Stars
35
Forks
67
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from killbill/killbill-client-java

All issues in killbill/killbill-client-java

Similar issues

More Java issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.