Enum solana::packet::BlobError[][src]

pub enum BlobError {
    BadState,
}

Variants

the Blob's meta and data are not self-consistent

Trait Implementations

impl Debug for BlobError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for BlobError

impl Sync for BlobError