Error 14833

Message

Possible error messages:

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

Cause

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

Action

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