.NET Client Reference
Class PlayerIORegistrationError
Namespace: PlayerIOClient
Language: C# / .NET
If there are any errors when using the SimpleRegister method of QuickConnect, you will get
back an error object of this type that holds more detail about the cause of the error.
You can use this information to provide better help for your users when they are
filling out your registration form.
Properties
|
| public string |
The error for the captcha field, if any.
|
| public string |
The error for the email field, if any.
|
| public string |
The error for the password field, if any.
|
| public string |
The error for the username field, if any.
|
PlayerIORegistrationError.CaptchaError
The error for the captcha field, if any.
PlayerIORegistrationError.EmailError
The error for the email field, if any.
PlayerIORegistrationError.PasswordError
The error for the password field, if any.
PlayerIORegistrationError.UsernameError
The error for the username field, if any.