set Handle Critical Instant Errors
Sets whether the fragment should automatically handle certain critical Instant errors.
If true, when this fragment is visible and a InstantErrorCode.OLD_CLIENT or InstantErrorCode.INVALID_REQUEST error occurs, an alert will be shown to inform the user.
In addition, if true and a InstantErrorCode.OLD_CLIENT, InstantErrorCode.OLD_SERVER, or InstantErrorCode.INVALID_REQUEST error occurs, automatic syncing will be disabled to prevent infinite retry loops.
This defaults to true. We recommend that you make your app handle all errors that Instant might encounter, and then set this to false.