Last update:
July 26, 2024
AccountCreationResultType¶
This type represents the result of an account creation operation.
Fields¶
Field | Description |
---|---|
succeeded Boolean! |
Indicates whether the account creation operation succeeded (true ) or failed (false ). |
errors RegistrationErrorType |
An array of registration error types that capture any errors during the account creation process. |