[][src]Module extrahop::errors

Types for handling errors.

This crate uses error_chain for its error handling.

Structs

Error

The Error type.

ErrorBody

The body of an HTTP error response from the appliance.

RestError

A 4xx or 5xx response from the ExtraHop appliance.

Enums

ErrorKind

The kind of an error.

Traits

ResultExt

Additional methods for Result, for easy interaction with this crate.

Type Definitions

Result

Convenient wrapper around std::Result.