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.

caplin.streamlink.ErrorReason getErrorReason()

Returns the caplin.streamlink.ErrorReason of the event.

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.

caplin.streamlink.ErrorReason getErrorReason()

Returns the caplin.streamlink.ErrorReason of the event.

Returns
{caplin.streamlink.ErrorReason} The error reason.

String getSubject()

Returns the subject of subscription to which the event relates.

Returns
{String} The subject.