Enum libp2p_gossipsub::error::SubscriptionError [−][src]
pub enum SubscriptionError { PublishError(PublishError), NotAllowed, }
Error associated with subscribing to a topic.
Variants
PublishError(PublishError)
Couldn’t publish our subscription
We are not allowed to subscribe to this topic by the subscription filter