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
caplin.streamlink.CommandErrorType getError()

Returns the caplin.streamlink.CommandErrorType of the event.

caplin.streamlink.ErrorReason getErrorReason()

Returns the caplin.streamlink.ErrorReason of the event.

Constructor Detail

caplin.streamlink.CommandErrorEvent()

Method Detail

caplin.streamlink.CommandErrorType getError()

Returns the caplin.streamlink.CommandErrorType of the event.

Returns
{caplin.streamlink.CommandErrorType} The type of error.

caplin.streamlink.ErrorReason getErrorReason()

Returns the caplin.streamlink.ErrorReason of the event.

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