PlayerIO

The fastest way to build online games without breaking a sweat.

Unity3D Client Reference

Multiplayer  class documentationClass 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
CaptchaError  [read-only]

The error for the captcha field, if any.

public string
EmailError  [read-only]

The error for the email field, if any.

public string
PasswordError  [read-only]

The error for the password field, if any.

public string
UsernameError  [read-only]

The error for the username field, if any.

PlayerIORegistrationError.CaptchaError

public string
CaptchaError  [read-only]

The error for the captcha field, if any.

PlayerIORegistrationError.EmailError

public string
EmailError  [read-only]

The error for the email field, if any.

PlayerIORegistrationError.PasswordError

public string
PasswordError  [read-only]

The error for the password field, if any.

PlayerIORegistrationError.UsernameError

public string
UsernameError  [read-only]

The error for the username field, if any.