Exceptions¶
-
exception
libpebble2.exceptions.AppInstallError¶ Bases:
libpebble2.exceptions.PebbleErrorAn app install failed.
-
exception
libpebble2.exceptions.ConnectionError¶ Bases:
libpebble2.exceptions.PebbleErrorConnecting to the Pebble failed.
-
exception
libpebble2.exceptions.GetBytesError(code)¶ Bases:
libpebble2.exceptions.PebbleErrorA getbytes session failed.
-
exception
libpebble2.exceptions.PacketDecodeError¶ Bases:
libpebble2.exceptions.PebbleErrorDecoding a packet received from the Pebble failed.
-
exception
libpebble2.exceptions.PacketEncodeError¶ Bases:
libpebble2.exceptions.PebbleErrorEncoding a packet failed.
-
exception
libpebble2.exceptions.PebbleError¶ Bases:
exceptions.ExceptionThe base class for all exceptions raised by libpebble2.
-
exception
libpebble2.exceptions.PutBytesError¶ Bases:
libpebble2.exceptions.PebbleErrorA putbytes session failed.
-
exception
libpebble2.exceptions.ScreenshotError¶ Bases:
libpebble2.exceptions.PebbleErrorA screenshot failed.
-
exception
libpebble2.exceptions.TimeoutError¶ Bases:
libpebble2.exceptions.PebbleErrorSomething was waiting for an event and timed out.