הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
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