Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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