Module anterofit::error [] [src]

Assorted error types and helper functions used by this crate.

Structs

RequestPanicked

Error returned when a panic occurred while completing a request.

Enums

Error

The error type for this crate.

HyperError

A set of errors that can occur parsing HTTP streams.

UrlError

Errors that can occur during parsing.

Functions

flatten_res

Flatten a Result of a Result where the outer's error type is convertible to anterofit::Result.

Type Definitions

MultipartError

Error type from the multipart crate.