Set the error text of a password change dialog.
#include <bps/dialog.h>
BPS_API int dialog_set_password_change_error_text(dialog_instance_t dialog,
const char *text)
BlackBerry 10.0.0
The dialog to update.
The error text to display.
The dialog_set_password_change_error_text() function sets the error text of the specified password change dialog.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.