Class
caplin.streamlink

CommandErrorEvent

Provides error information for commands.

The CommandErrorEvent will be provided on a onCommandError callback to a caplin.streamlink.CommandListener.

Constructor Summary

Attributes Name and Description
caplin.streamlink.CommandErrorEvent()

Method Summary

Attributes Name and Description
void getError()

*

Returns the caplin.streamlink.CommandErrorType of the event.

void getErrorReason()

*

Returns the caplin.streamlink.ErrorReason of the event.

Constructor Detail

caplin.streamlink.CommandErrorEvent()

Method Detail

void getError()

*

Returns the caplin.streamlink.CommandErrorType of the event.

* * @returns {caplin.streamlink.CommandErrorType} The type of error.

void getErrorReason()

*

Returns the caplin.streamlink.ErrorReason of the event.

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