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
Hi, I have problem with the way how you implemented some of your constructors. Classes that I found for now with that implementation are SmsTextualMessage and SmsAdvancedTextualRequest.
Both have all parameters as optional, but in implementation of constructor there is check if some parameters are null.
For example:
Hi, I have problem with the way how you implemented some of your constructors. Classes that I found for now with that implementation are
SmsTextualMessage
andSmsAdvancedTextualRequest
.Both have all parameters as optional, but in implementation of constructor there is check if some parameters are null.
For example:
will built without any error, but during execution exception will be thrown because of:
I would expect build time error for this case
The text was updated successfully, but these errors were encountered: