[][src]Module fastly::error

Error-handling. Error-handling utilities.

Re-exports

pub use crate::request::SendError;

Macros

anyhow

Construct an ad-hoc error from a string.

bail

Return early with an error.

ensure

Return early with an error if a condition is not satisfied.

Structs

BufferSizeError

Insufficient buffer size error.

Error

The Error type, a wrapper around a dynamic error type.