>> We use cookies to give you a good experience when visiting bitcraze.io. By using our site, you agree to our use of cookies

---------------
| OK, got it! |
---------------

exceptions

Exception used when the URI is not for the current driver (ie. radio:// for the serial driver …) It basically means that an other driver could do the job It does NOT means that the URI is good or bad


Classes

CommunicationException

CommunicationException(*args, **kwargs)

Communication problem when communicating with a Crazyflie


Ancestors (in MRO)

  • builtins.Exception
  • builtins.BaseException

WrongUriType

WrongUriType(*args, **kwargs)

Wrong type of URI for this interface


Ancestors (in MRO)

  • builtins.Exception
  • builtins.BaseException