Enum bamboo_rs_core::entry::publish::error::Error [−][src]
pub enum Error { PublishAfterEndOfFeed, PublishWithIncorrectBacklinkLogId, PublishWithIncorrectLipmaaLinkLogId, PublishWithoutSecretKey, PublishKeypairDidNotMatchBacklinkPublicKey, PublishKeypairDidNotMatchLipmaaLinkPublicKey, PublishWithoutLipmaaEntry, PublishWithoutBacklinkEntry, DecodeBacklinkEntry { source: EntryDecodeError, }, DecodeLipmaaEntry { source: EntryDecodeError, }, EncodeEntryToOutBuffer { source: EntryEncodeError, buffer_size: usize, }, }
Variants
Show fields
Fields of DecodeBacklinkEntry
source: EntryDecodeError
Show fields
Fields of DecodeLipmaaEntry
source: EntryDecodeError
Show fields
Fields of EncodeEntryToOutBuffer
source: EntryEncodeError
buffer_size: usize
Trait Implementations
👎 Deprecated since 1.42.0:
use the Display impl or to_string()
👎 Deprecated since 1.33.0:
replaced by Error::source, which can support downcasting
The lower-level source of this error, if any. Read more
Auto Trait Implementations
impl RefUnwindSafe for Error
impl UnwindSafe for Error
Blanket Implementations
For maximum effectiveness, this needs to be called as a method to benefit from Rust’s automatic dereferencing of method receivers. Read more
Mutably borrows from an owned value. Read more