Lines Matching refs:PyboardError
88 class PyboardError(Exception): class
116 raise PyboardError("Failed to establish a telnet connection with the board")
292 raise PyboardError("failed to access " + device)
340 raise PyboardError("could not enter raw repl")
350 raise PyboardError("could not enter raw repl")
355 raise PyboardError("could not enter raw repl")
367 raise PyboardError("timeout waiting for first EOF reception")
373 raise PyboardError("timeout waiting for second EOF reception")
399 raise PyboardError("unexpected read during raw paste: {}".format(data))
412 raise PyboardError("could not complete raw paste: {}".format(data))
423 raise PyboardError("could not enter raw repl")
440 raise PyboardError("could not enter raw repl")
453 raise PyboardError("could not exec command (response: %r)" % data)
467 raise PyboardError("exception", ret, ret_err)
506 raise PyboardError("fs_get: Could not interpret received data: %s" % str(e))
597 except PyboardError as er:
709 except PyboardError as er:
719 except PyboardError as er:
733 except PyboardError as er:
770 except PyboardError as er: