MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ConfigurationError

Class ConfigurationError

dpdk/dts/framework/exception.py:97–102  ·  view source on GitHub ↗

Raised when an invalid configuration is encountered.

Source from the content-addressed store, hash-verified

95
96
97class ConfigurationError(DTSError):
98 """
99 Raised when an invalid configuration is encountered.
100 """
101
102 severity: ClassVar[ErrorSeverity] = ErrorSeverity.CONFIG_ERR
103
104
105class RemoteCommandExecutionError(DTSError):

Callers 4

create_traffic_generatorFunction · 0.90
create_sessionFunction · 0.90
_get_commit_idMethod · 0.85
get_test_suitesFunction · 0.85

Calls

no outgoing calls

Tested by 1

get_test_suitesFunction · 0.68