Enum gsbrs::gsberror::GSBError [] [src]

pub enum GSBError {
    Network(Error),
    TooManyUrls,
    MalformedMessage,
}

Variants

Network
TooManyUrls
MalformedMessage

Trait Implementations

impl Display for GSBError

fn fmt(&self, f: &mut Formatter) -> Result

impl Error for GSBError

fn description(&self) -> &str

fn cause(&self) -> Option<&Error>

impl From<Error> for GSBError

fn from(err: Error) -> GSBError

Derived Implementations

impl Debug for GSBError

fn fmt(&self, __arg_0: &mut Formatter) -> Result