Class
caplin.streamlink

CommandErrorType

Enumeration that defines errors that can occur for a subject.

The CommandErrorType will be provided 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.DELETED

The subject has been deleted.

<static> caplin.streamlink.CommandErrorType.DISCONNECT_OCCURRED

May have been sent to server, but disconnect occurred.

<static> caplin.streamlink.CommandErrorType.INVALID_PARAMETERS

Supplied parameters are invalid for this subject type.

<static> caplin.streamlink.CommandErrorType.NOT_FOUND

The 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

Throttle failed.

<static> caplin.streamlink.CommandErrorType.UNAVAILABLE

The subject was 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 parameters and has rejected the attempted trade.

Constructor Detail

caplin.streamlink.CommandErrorType()

Field Detail

<static> caplin.streamlink.CommandErrorType.DELETED

The subject has been deleted.

<static> caplin.streamlink.CommandErrorType.DISCONNECT_OCCURRED

May have been sent to server, but disconnect occurred.

<static> caplin.streamlink.CommandErrorType.INVALID_PARAMETERS

Supplied parameters are invalid for this subject type.

<static> caplin.streamlink.CommandErrorType.NOT_FOUND

The 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

Throttle failed.

<static> caplin.streamlink.CommandErrorType.UNAVAILABLE

The subject was 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 parameters and has rejected the attempted trade.