Class
caplin.streamlink

SubscriptionErrorEvent

Provides information about a subscription error.

Constructor Summary

Attributes Name and Description
caplin.streamlink.SubscriptionErrorEvent()

Method Summary

Attributes Name and Description
caplin.streamlink.SubscriptionErrorType getError()

Returns the type of subscription error.

String getSubject()

Returns the subject of subscription to which the event relates.

Constructor Detail

caplin.streamlink.SubscriptionErrorEvent()

Method Detail

caplin.streamlink.SubscriptionErrorType getError()

Returns the type of subscription error.

Returns
{caplin.streamlink.SubscriptionErrorType} The subscription error.

String getSubject()

Returns the subject of subscription to which the event relates.

Returns
{String} The subject.