Variables
- TOPIC_REGISTRATION_SUCCESS readonly & TopicRegistrationSuccess(default {})
Common response, which could be used for websubhub:TopicRegistrationSuccess
.
- TOPIC_REGISTRATION_ERROR TopicRegistrationError(default error TopicRegistrationError("Topic registration failed"))
Common response, which could be used for websubhub:TopicRegistrationError
.
- TOPIC_DEREGISTRATION_SUCCESS readonly & TopicDeregistrationSuccess(default {})
Common response, which could be used for websubhub:TopicDeregistrationSuccess
.
- TOPIC_DEREGISTRATION_ERROR TopicDeregistrationError(default error TopicDeregistrationError("Topic deregistration failed!"))
Common response, which could be used for websubhub:TopicDeregistrationError
.
- ACKNOWLEDGEMENT readonly & Acknowledgement(default {})
Common response, which could be used for websubhub:Acknowledgement
.
- UPDATE_MESSAGE_ERROR UpdateMessageError(default error UpdateMessageError("Error in accessing content"))
Common response, which could be used for websubhub:UpdateMessageError
.
- SUBSCRIPTION_ACCEPTED readonly & SubscriptionAccepted(default {})
Common response, which could be used for websubhub:SubscriptionAccepted
.
- BAD_SUBSCRIPTION_ERROR BadSubscriptionError(default error BadSubscriptionError("Bad subscription request"))
Common response, which could be used for websubhub:BadSubscriptionError
.
- INTERNAL_SUBSCRIPTION_ERROR InternalSubscriptionError(default error InternalSubscriptionError("Internal error occurred while processing subscription request"))
Common response, which could be used for websubhub:InternalSubscriptionError
.
- SUBSCRIPTION_DENIED_ERROR SubscriptionDeniedError(default error SubscriptionDeniedError("Subscription denied"))
Common response, which could be used for websubhub:SubscriptionDeniedError
.
- UNSUBSCRIPTION_ACCEPTED readonly & UnsubscriptionAccepted(default {})
Common response, which could be used for websubhub:UnsubscriptionAccepted
.
- BAD_UNSUBSCRIPTION_ERROR BadUnsubscriptionError(default error BadUnsubscriptionError("Bad unsubscription request"))
Common response, which could be used for websubhub:BadUnsubscriptionError
.
- INTERNAL_UNSUBSCRIPTION_ERROR InternalUnsubscriptionError(default error InternalUnsubscriptionError("Internal error occurred while processing unsubscription request"))
Common response, which could be used for websubhub:InternalUnsubscriptionError
.
- UNSUBSCRIPTION_DENIED_ERROR UnsubscriptionDeniedError(default error UnsubscriptionDeniedError("Unsubscription denied"))
Common response, which could be used for websubhub:UnsubscriptionDeniedError
.