Table of Contents

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

type string
message string

Properties

ErrorType

public string? ErrorType { get; }

Property Value

string

IsAuthError

public bool IsAuthError { get; }

Property Value

bool