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
If the property key is missing, the get_property_xxx will rise an exception. The framework user must write try... catch... to deal the exception. If the interface allows default value passed, then the code of framework user will be simpler.
The text was updated successfully, but these errors were encountered:
Do we have any method to distinguish whether the value of a property is the default value when the key is missing, or if the key exists but the value is the default value?
If the property key is missing, the get_property_xxx will rise an exception. The framework user must write try... catch... to deal the exception. If the interface allows default value passed, then the code of framework user will be simpler.
The text was updated successfully, but these errors were encountered: