You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!";
The text was updated successfully, but these errors were encountered:
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
:The text was updated successfully, but these errors were encountered: