Class
caplin.services.messaging

SubscriptionError

Enumeration that defines errors that can occur with a subscription.

Constructor Summary

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

Field Summary

Attributes Name and Description
<static> caplin.services.messaging.SubscriptionError.DELETED

The subject has been deleted.

<static> caplin.services.messaging.SubscriptionError.INVALID_MESSAGE_TYPE

The subject is for a record type that is not supported by the subscription implementation.

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

Supplied parameters are invalid for this subject type.

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

The subject could not be found.

<static> caplin.services.messaging.SubscriptionError.READ_DENIED

The client does not have permission to read the subject.

Constructor Detail

caplin.services.messaging.SubscriptionError()

Field Detail

<static> caplin.services.messaging.SubscriptionError.DELETED

The subject has been deleted.

<static> caplin.services.messaging.SubscriptionError.INVALID_MESSAGE_TYPE

The subject is for a record type that is not supported by the subscription implementation.

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

Supplied parameters are invalid for this subject type.

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

The subject could not be found.

<static> caplin.services.messaging.SubscriptionError.READ_DENIED

The client does not have permission to read the subject.