Class PlayitApiException
- Namespace
- McServerLauncher.Services
- Assembly
- McServerLauncher.dll
Error returned by the Playit API (status != success).
public class PlayitApiException : Exception, ISerializable
- Inheritance
-
PlayitApiException
- Implements
- Inherited Members
Constructors
PlayitApiException(string?, string)
public PlayitApiException(string? type, string message)
Parameters
Properties
ErrorType
public string? ErrorType { get; }
Property Value
IsAuthError
public bool IsAuthError { get; }