Enum lightning_block_sync::BlockSourceErrorKind [−][src]
pub enum BlockSourceErrorKind {
Persistent,
Transient,
}
Expand description
The kind of BlockSourceError
, either persistent or transient.
Variants
Persistent
Indicates an error that won’t resolve when retrying a request (e.g., invalid data).
Transient
Indicates an error that may resolve when retrying a request (e.g., unresponsive).
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BlockSourceErrorKind
impl Send for BlockSourceErrorKind
impl Sync for BlockSourceErrorKind
impl Unpin for BlockSourceErrorKind
impl UnwindSafe for BlockSourceErrorKind
Blanket Implementations
Mutably borrows from an owned value. Read more