Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Helper class for the error code of operations.
public class LobbyError
Public Members
| name | description |
|---|---|
| LobbyError() | The default constructor. |
| const InvalidArg | Indicates that the operation failed due to an invalid argument. |
| const Success | Indicates that the operation succeeded. |
| static FAILED(…) | Generic test for failure on any status value. |
| static SUCCEEDED(…) | Generic test for success on any status value (non-negative numbers indicate success). |
See Also
- namespace PlayFab.Multiplayer