Module philipshue::errors [] [src]

Errors that can occur in the crate

Structs

HueError

The Error type.

Enums

BridgeError

All errors defined in http://www.developers.meethue.com/documentation/error-messages

HueErrorKind

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.