SC_UserController_GetValidationErrors()
Returns the bitmask of validation errors that occurred while updating the user data.
Synopsis:
#include <scoreloop/sc_user_controller.h>
SC_UserValidationError_t SC_UserController_GetValidationErrors(SC_UserController_h self)
Arguments:
- self
-
SC_UserController instance handle
Library:
libscoreloopcoreDescription:
This method returns the bitmask of validation errors that occurred while updating the user data. The errors that could occur include SC_EMAIL_ALREADY_TAKEN, SC_EMAIL_FORMAT_INVALID, SC_USERNAME_ALREADY_TAKEN, or SC_USERNAME_FORMAT_INVALID
Returns:
SC_UserValidationError_t Lists all possible reasons for user update failure.