Closed TomAshe closed 3 years ago
Address null pointer exception that occurs if the property being accessed does not exist in the data, and the setter parameter does not have a named type.
(also, fix comment where argument type did not matched the declared type.)
same problem with StatusExceptionDescription and StatusExceptionCode
@TomAshe Sorry for the delay merging this. Thank you!
Address null pointer exception that occurs if the property being accessed does not exist in the data, and the setter parameter does not have a named type.
(also, fix comment where argument type did not matched the declared type.)