C# Class PlayFab.SubscriptionError

The error code of PlayStream subscription result.
Afficher le fichier Open project: PlayFab/PlayFabGameServer Class Usage Examples

Méthodes publiques

Свойство Type Description
Code ErrorCode
Message string

Méthodes publiques

Méthode Description
FailWithUnexpected ( string message ) : SubscriptionError

Method Details

FailWithUnexpected() public static méthode

public static FailWithUnexpected ( string message ) : SubscriptionError
message string
Résultat SubscriptionError

Property Details

Code public_oe property

public ErrorCode Code
Résultat ErrorCode

Message public_oe property

public string Message
Résultat string