Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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