infobip-api-java-client icon indicating copy to clipboard operation
infobip-api-java-client copied to clipboard

Update `OFFICIAL_MESSAGE` on `src/main/java/com/infobip/ApiException.java` to use "please" and "submit"

Open plinkr opened this issue 1 year ago • 0 comments

Updates the error message to use "please" and "submit" instead of "contact" and "open an issue". This makes the message more polite and consistent with the rest of the library's tone. Changes on src/main/java/com/infobip/ApiException.java:

    private static final String OFFICIAL_MESSAGE =
            "If you are having trouble interpreting the error, please contact " + SUPPORT_EMAIL
                    + " or submit an issue on our GitHub repo. " + "Include all details you find relevant. "
                    + "Thank you for using our library!";

plinkr avatar Jul 26 '24 02:07 plinkr