[][src]Module fastly::error

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

Error

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