Class
caplin.services.messaging

PublishError

Enumeration that defines errors that can occur when publishing to a subject.

Constructor Summary

Attributes Name and Description
caplin.services.messaging.PublishError()

Field Summary

Attributes Name and Description
<static> caplin.services.messaging.PublishError.INVALID_PARAMETERS

Supplied parameters are invalid for this subject type.

<static> caplin.services.messaging.PublishError.NOT_FOUND

The subject could not be found.

<static> caplin.services.messaging.PublishError.RESULT_UNKNOWN

It is unknown if the publish was successful or not.

<static> caplin.services.messaging.PublishError.WRITE_DENIED

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

<static> caplin.services.messaging.PublishError.WRITE_DENIED_LICENCE_EXPIRED

The publish was rejected as a breach of license parameters was detected.

Constructor Detail

caplin.services.messaging.PublishError()

Field Detail

<static> caplin.services.messaging.PublishError.INVALID_PARAMETERS

Supplied parameters are invalid for this subject type.

<static> caplin.services.messaging.PublishError.NOT_FOUND

The subject could not be found.

<static> caplin.services.messaging.PublishError.RESULT_UNKNOWN

It is unknown if the publish was successful or not. This could be due to a loss of connection between the client and the server.

<static> caplin.services.messaging.PublishError.WRITE_DENIED

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

<static> caplin.services.messaging.PublishError.WRITE_DENIED_LICENCE_EXPIRED

The publish was rejected as a breach of license parameters was detected.