// Copyright 2026 Photon Ring Contributors
// SPDX-License-Identifier: MIT OR Apache-2.0
/// Error from [`Subscriber::try_recv`](super::subscriber::Subscriber::try_recv).
/// Error returned by
/// [`Publisher::try_publish`](super::publisher::Publisher::try_publish)
/// when the ring is full
/// and backpressure is enabled.