Enum philipshue::errors::BridgeError [] [src]

#[repr(u16)]
pub enum BridgeError { UnauthorizedUser, BodyContainsInvalidJson, ResourceNotAvailable, MethodNotAvailableForResource, MissingParametersInBody, ParameterNotAvailable, InvalidValueForParameter, ParameterIsNotModifiable, TooManyItemsInList, ProtalConnectionRequired, InternalError, LinkButtonNotPressed, DHCPCannotBeDisabled, InvalidUpdateState, DeviceIsSetToOff, GroupCouldNotBeCreatedGroupFull, DeviceCouldNotBeAddedGroupFull, DeviceIsUnreachable, UpdateOrDeleteGroupOfThisTypeNotAllowed, LightAlreadyUsed, SceneCouldNotBeCreated, SceneCouldNotBeCreatedBufferFull, SceneCouldNotBeRemoved, NotAllowedToCreateSensorType, SensorListIsFull, RuleEngineFull, ConditionError, ActionError, UnableToActivae, ScheduleListIsFull, ScheduleTimezoneNotValid, ScheduleCannotSetTimeAndLocalTime, CannotCreateSchedule, CannotEnableScheduleTimeInPast, CommandError, SourceModelInvalid, SourceFactoryNew, InvalidState, Other, }

Variants

Trait Implementations

impl Debug for BridgeError
[src]

Formats the value using the given formatter.

impl Copy for BridgeError
[src]

impl Clone for BridgeError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for BridgeError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for BridgeError
[src]

impl From<u16> for BridgeError
[src]

Performs the conversion.