Enum hipchat_client::error::Error
[−]
[src]
pub enum Error {
Io(IoError),
Json(JsonError),
Http(HyperError),
HttpStatus(StatusCode),
}Variants
Io(IoError)Json(JsonError)Http(HyperError)HttpStatus(StatusCode)Trait Implementations
impl Debug for Error[src]
impl From<IoError> for Error[src]
impl From<JsonError> for Error[src]
impl From<HyperError> for Error[src]
fn from(e: HyperError) -> Self
Performs the conversion.
impl From<StatusCode> for Error[src]
fn from(e: StatusCode) -> Self
Performs the conversion.
impl Display for Error[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), FmtError>
Formats the value using the given formatter. Read more