Beamable SDK
Static Public Attributes | List of all members
Beamable.Editor.Login.UI.LoginBaseConstants Class Reference

Static Public Attributes

const string BASE_PATH = "Packages/com.beamable/Editor/UI/Login/UI"
 
const string COMP_PATH = BASE_PATH + "/Components"
 
const string PLACEHOLDER_ALIAS_FIELD = "Enter A Customer Alias"
 
const string PLACEHOLDER_CID_FIELD = "Enter Your Organization's Alias or ID"
 
const string PLACEHOLDER_EMAIL_FIELD = "Enter Email"
 
const string PLACEHOLDER_PASSWORD_FIELD = "Enter Password"
 
const string PLACEHOLDER_PASSWORD_CONFIRM_FIELD = "Confirm Password"
 
const string PLACEHOLDER_GAMENAME_FIELD = "Enter Your Game's Name"
 
const string PLACEHOLDER_CODE_FIELD = "Enter Your Code"
 
const string PLACEHOLDER_CUSTOMENAME_FIELD = "Enter Your Organization's Name"
 
const string EXCEPTION_TYPE_NOCID = "RequestContextNotFoundExceptionForAlias"
 
const string EXCEPTION_TYPE_EMAIL_TAKEN = "EmailAlreadyRegisteredError"
 
const string EXCEPTION_TYPE_BAD_GAME_NAME = "InvalidProjectName"
 
const string EXCEPTION_TYPE_BAD_ALIAS = "AliasInvalid"
 
const string EXCEPTION_TYPE_BADCODE = "InvalidConfirmationCodeError"
 
const string UNKNOWN_ERROR = "An unknown error occured. Please try again soon."
 
const string CUSTOMER_CREATION_UNKNOWN_ERROR = "An unknown error occured. Please check the Unity console for more information."
 
const string INVALID_CREDENTIALS_ERROR = "Your email or password is incorrect."
 
const string NO_ALIAS_FOUND_ERROR = "No organization exists for the given CID/alias."
 
const string BAD_CODE_ERROR = "The code you entered does not match the password reset code we sent to your email."
 
const string BAD_GAME_NAME_ERROR = "The game name is invalid. Please try a different game name."
 
const string BAD_ALIAS_ERROR
 
const string EMAIL_TAKEN_ERROR = "Your chosen email address is already in use by a different account."
 
const string NO_ACCOUNT_FOUND_ERROR = "No account exists for the given email."
 
const string CID_TAKEN_ERROR
 

Member Data Documentation

◆ BAD_ALIAS_ERROR

const string Beamable.Editor.Login.UI.LoginBaseConstants.BAD_ALIAS_ERROR
static
Initial value:
=
"The alias is invalid. It can only contain lower case letters, numbers, and dashes."

◆ CID_TAKEN_ERROR

const string Beamable.Editor.Login.UI.LoginBaseConstants.CID_TAKEN_ERROR
static
Initial value:
=
"Your chosen organization alias has already been reserved by a different organization."

The documentation for this class was generated from the following file: