Error 252014

Message

Default buffer size must be between + MIN_PERSISTENCE_BYTE_BUFFER_SIZE + and + MAX_PERSISTENCE_BYTE_BUFFER_SIZE

Domain SDM Preferences
Number 252014
Label  
Applicable Platform(s) Android

Cause

For the API checkPreference(String key, Object value), the value passed to the API along with the key 'SDM_PERSISTENCE_BYTE_BUFFER_SIZE' is not in the range 'MIN_PERSISTENCE_BYTE_BUFFER_SIZE' to 'MAX_PERSISTENCE_BYTE_BUFFER_SIZE'.

Action

Pass the value in the range MIN_PERSISTENCE_BYTE_BUFFER_SIZE to MAX_PERSISTENCE_BYTE_BUFFER_SIZE.