Class
caplin.streamlink

CommandErrorType

Enumeration defining the errors that can occur for a command.

You can obtain the CommandErrorType by calling getError() on a caplin.streamlink.CommandErrorEvent.

Constructor Summary

Attributes Name and Description
caplin.streamlink.CommandErrorType()

Field Summary

Attributes Name and Description
<static> caplin.streamlink.CommandErrorType.CANCELLED

Disconnect occurred and a command set as cancellable has been cancelled.

<static> caplin.streamlink.CommandErrorType.DELETED

*

The subject has been deleted.

<static> caplin.streamlink.CommandErrorType.DISCONNECT_OCCURRED

The command may have been sent to server, but disconnect occurred.

<static> caplin.streamlink.CommandErrorType.INVALID_PARAMETERS

*

The supplied command parameters are invalid for the command.

<static> caplin.streamlink.CommandErrorType.NOT_FOUND

*

The command subject could not be found.

<static> caplin.streamlink.CommandErrorType.READ_DENIED

*

The client does not have permission to read the subject.

<static> caplin.streamlink.CommandErrorType.THROTTLE_FAILED

*

The throttle command failed.

<static> caplin.streamlink.CommandErrorType.UNAVAILABLE

*

The subject is not available.

<static> caplin.streamlink.CommandErrorType.WRITE_DENIED

*

The client does not have permission to write to the subject.

<static> caplin.streamlink.CommandErrorType.WRITE_DENIED_TRADE_GROUP_LICENSE_EXCEEDED

The Liberator has detected a breach of license conditions and has rejected the attempted trade.

Constructor Detail

caplin.streamlink.CommandErrorType()

Field Detail

<static> caplin.streamlink.CommandErrorType.CANCELLED

Disconnect occurred and a command set as cancellable has been cancelled.

<static> caplin.streamlink.CommandErrorType.DELETED

*

The subject has been deleted.

<static> caplin.streamlink.CommandErrorType.DISCONNECT_OCCURRED

The command may have been sent to server, but disconnect occurred. The command may not have been executed.

<static> caplin.streamlink.CommandErrorType.INVALID_PARAMETERS

*

The supplied command parameters are invalid for the command.

<static> caplin.streamlink.CommandErrorType.NOT_FOUND

*

The command subject could not be found.

<static> caplin.streamlink.CommandErrorType.READ_DENIED

*

The client does not have permission to read the subject.

<static> caplin.streamlink.CommandErrorType.THROTTLE_FAILED

*

The throttle command failed.

<static> caplin.streamlink.CommandErrorType.UNAVAILABLE

*

The subject is not available.

<static> caplin.streamlink.CommandErrorType.WRITE_DENIED

*

The client does not have permission to write to the subject.

<static> caplin.streamlink.CommandErrorType.WRITE_DENIED_TRADE_GROUP_LICENSE_EXCEEDED

The Liberator has detected a breach of license conditions and has rejected the attempted trade.