Enum confluence::Error [] [src]

pub enum Error {
    MethodNotFoundInWsdl(String),
    ReceivedNoLoginToken,
    Io(IoError),
    Http(HttpError),
    Rpc(RpcError),
}
[]

Confluence library error.

Variants

MethodNotFoundInWsdl
ReceivedNoLoginToken
Io
Http
Rpc

Trait Implementations

impl From<HttpError> for Error

fn from(other: HttpError) -> Error

impl From<RpcError> for Error

fn from(other: RpcError) -> Error

impl From<Error> for Error

fn from(other: Error) -> Error

impl From<IoError> for Error

fn from(other: IoError) -> Error

Derived Implementations

impl Debug for Error

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