for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
"""
Define exceptions to be raised at various places in the stack
class UaError(RuntimeError):
pass
class UaStatusCodeError(UaError):
class UaStringParsingError(UaError):