Module fastly::error[][src]

Error-handling utilities.

Macros

anyhow

Construct an ad-hoc error from a string or existing non-anyhow error value.

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.

Enums

BackendError

Backend-related errors.

BufferKind

Enum describing what kind of buffer had insufficient size, in a BufferSizeError.