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