The result of validating a username against one or more rules.
Indicates whether the username passed all validation rules.
An array of UsernameValidationError objects representing the individual rules that failed, if any.
This array is empty if UsernameValidationResult.isValid is true.
true
The result of validating a username against one or more rules.