Module homey.exceptions

Classes

class NotFound (*args, **kwargs)

The resource could not be found.

Ancestors

  • builtins.Exception
  • builtins.BaseException
class AlreadyExists (*args, **kwargs)

The given ID is already in use.

Ancestors

  • builtins.Exception
  • builtins.BaseException
class NotConnected (*args, **kwargs)

The device is not connected.

Ancestors

  • builtins.Exception
  • builtins.BaseException
class NotRegistered (*args, **kwargs)

The resource is not registered.

Ancestors

  • builtins.Exception
  • builtins.BaseException
class NoPermission (*args, **kwargs)

The app does not have the needed permission.

Ancestors

  • builtins.Exception
  • builtins.BaseException
class HomeyError (*args, **kwargs)

An error raised by Homey

Ancestors

  • builtins.Exception
  • builtins.BaseException