pub type SubscriptionError = Box<dyn Error + Send + Sync>;
Convenience type to abstract away concrete implementations of Subscription errors.
struct SubscriptionError(/* private fields */);