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
void getError()

*

Returns the type of subscription error.

void getErrorReason()

*

Returns the caplin.streamlink.ErrorReason of the event.

void getSubject()

*

Returns the subject of subscription to which the event relates.

Constructor Detail

caplin.streamlink.SubscriptionErrorEvent()

Method Detail

void getError()

*

Returns the type of subscription error.

* @returns {caplin.streamlink.SubscriptionErrorType} The subscription error.

void getErrorReason()

*

Returns the caplin.streamlink.ErrorReason of the event.

* * @returns {caplin.streamlink.ErrorReason} The error reason.

void getSubject()

*

Returns the subject of subscription to which the event relates.

* @returns {String} The subject.