C# Class PlayFab.SubscriptionError

The error code of PlayStream subscription result.
Datei anzeigen Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
Code ErrorCode
Message string

Public Methods

Method Description
FailWithUnexpected ( string message ) : SubscriptionError

Method Details

FailWithUnexpected() public static method

public static FailWithUnexpected ( string message ) : SubscriptionError
message string
return SubscriptionError

Property Details

Code public_oe property

public ErrorCode Code
return ErrorCode

Message public_oe property

public string Message
return string