Class
caplin.streamlink

LoginFailedReason

Enumeration that defines the reason for a failed login.

The LoginFailedReason will be provided by calling getLoginFailReason on a caplin.streamlink.ConnectionStatusEvent.

Constructor Summary

Attributes Name and Description
caplin.streamlink.LoginFailedReason()

Field Summary

Attributes Name and Description
<static> caplin.streamlink.LoginFailedReason.ACCT_EXPIRED

StreamLink can not log in to the Liberator because the user's account has expired.

<static> caplin.streamlink.LoginFailedReason.ALREADY_LOGGED_IN

StreamLink can not log in to the Liberator because the user is already logged in

<static> caplin.streamlink.LoginFailedReason.CREDENTIALSERROR

An error occurred whilst retrieving the credentials that are used to log in to the Liberator

<static> caplin.streamlink.LoginFailedReason.INVALID_IP

StreamLink can not log in to the Liberator because the connection attempts is made from an invalid IP address.

<static> caplin.streamlink.LoginFailedReason.INVALID_PASS

StreamLink can not log in to the Liberator because the user's password is incorrect.

<static> caplin.streamlink.LoginFailedReason.INVALID_USER

StreamLink can not log in to the Liberator because the user's username is incorrect.

<static> caplin.streamlink.LoginFailedReason.LICENSE_SITE

StreamLink can not log in to the Liberator due to licensing limitations.

<static> caplin.streamlink.LoginFailedReason.LICENSE_USER

StreamLink can not log in to the Liberator due to licensing limitations.

<static> caplin.streamlink.LoginFailedReason.UNDEFINED

This value is undefined

Constructor Detail

caplin.streamlink.LoginFailedReason()

Field Detail

<static> caplin.streamlink.LoginFailedReason.ACCT_EXPIRED

StreamLink can not log in to the Liberator because the user's account has expired.

<static> caplin.streamlink.LoginFailedReason.ALREADY_LOGGED_IN

StreamLink can not log in to the Liberator because the user is already logged in

<static> caplin.streamlink.LoginFailedReason.CREDENTIALSERROR

An error occurred whilst retrieving the credentials that are used to log in to the Liberator

<static> caplin.streamlink.LoginFailedReason.INVALID_IP

StreamLink can not log in to the Liberator because the connection attempts is made from an invalid IP address. *

<static> caplin.streamlink.LoginFailedReason.INVALID_PASS

StreamLink can not log in to the Liberator because the user's password is incorrect.

<static> caplin.streamlink.LoginFailedReason.INVALID_USER

StreamLink can not log in to the Liberator because the user's username is incorrect.

<static> caplin.streamlink.LoginFailedReason.LICENSE_SITE

StreamLink can not log in to the Liberator due to licensing limitations.

<static> caplin.streamlink.LoginFailedReason.LICENSE_USER

StreamLink can not log in to the Liberator due to licensing limitations.

<static> caplin.streamlink.LoginFailedReason.UNDEFINED

This value is undefined