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
According to the documentation Responses & Errors - JSON provided by CM Telecom the field messageErrorCode should be an integer.
Bu the field in Response.java is a java.lang.String. This is not precisely a deal breaker but it produces an unnecessary implementation overhead converting this to a proper int on my end.
Please consider changing this and releasing a patch version of the library in Maven Central.
The text was updated successfully, but these errors were encountered:
According to the documentation Responses & Errors - JSON provided by CM Telecom the field
messageErrorCode
should be an integer.Bu the field in Response.java is a
java.lang.String
. This is not precisely a deal breaker but it produces an unnecessary implementation overhead converting this to a properint
on my end.Please consider changing this and releasing a patch version of the library in Maven Central.
The text was updated successfully, but these errors were encountered: