Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
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