Error 14834

Message

Possible error messages:

Without Resource Bundle (default)
  • The property {PROPERTY_NAME} is not String type
With Resource Bundle
  • The property {PROPERTY_NAME} is not String type.
Domain Mobile.ApplicationError
Number 14834
Label PROPERTY_NOT_STRING
Applicable Platform(s) iOS, Android, BlackBerry, Windows Mobile

Cause

Cannot get an integer property in application settings because it is set to a nonstring value.

Action

Use the correct method of a specific type to get the property value, such as getBooleanProperty, gettIntegerProperty.