Home
last modified time | relevance | path

Searched refs:InvalidArgumentsError (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/tools/otci/otci/
Derrors.py62 class InvalidArgumentsError(OTCIError): class
Dotci.py38 ….errors import UnexpectedCommandOutput, ExpectLineTimeoutError, CommandError, InvalidArgumentsError
1437 raise InvalidArgumentsError("Please specify at least 1 parameter to configure.")
1499 raise InvalidArgumentsError("Please specify eui64 or discerner, but not both.")
1513 raise InvalidArgumentsError("Please specify eui64 or discerner, but not both.")
1728 …raise InvalidArgumentsError("Can not specify both `get_active_dataset` and `get_pending_dataset`.")
1741 raise InvalidArgumentsError(f'Unkonwn dataset: {dataset}')
1755 raise InvalidArgumentsError(f'Unkonwn dataset: {dataset}')
1814 raise InvalidArgumentsError(f'Unkonwn dataset: {dataset}')
1823 raise InvalidArgumentsError(f'Unkonwn dataset: {dataset}')
2107 raise InvalidArgumentsError("Please specify seqno or delay or timeout")
[all …]