|
int | ERROR_UNKNOWN = 0x80000000 |
|
int | ERROR_NO_MORE_EVENTS = 0x80000001 |
|
int | ERROR_NO_MORE_ADDR_COMP = 0x80000002 |
|
int | ERROR_NO_MORE_DATA_COMP = 0x80000004 |
|
int | ERROR_INVALID_ADDR_MASK = 0x80000020 |
|
int | ERROR_INVALID_DATA_MASK = 0x80000040 |
|
int | ERROR_INVALID_ACCESS_MASK = 0x80000080 |
|
int | UNSPECIFIED_ERROR = -1 |
|
int | EMU_NO_CONNECTION = -256 |
|
int | EMU_COMM_ERROR = -257 |
|
int | DLL_NOT_OPEN = -258 |
|
int | VCC_FAILURE = -259 |
|
int | INVALID_HANDLE = -260 |
|
int | NO_CPU_FOUND = -261 |
|
int | EMU_FEATURE_UNSUPPORTED = -262 |
|
int | EMU_NO_MEMORY = -263 |
|
int | TIF_STATUS_ERROR = -264 |
|
int | FLASH_PROG_COMPARE_FAILED = -265 |
|
int | FLASH_PROG_PROGRAM_FAILED = -266 |
|
int | FLASH_PROG_VERIFY_FAILED = -267 |
|
int | OPEN_FILE_FAILED = -268 |
|
int | UNKNOWN_FILE_FORMAT = -269 |
|
int | WRITE_TARGET_MEMORY_FAILED = -270 |
|
int | DEVICE_FEATURE_NOT_SUPPORTED = -271 |
|
int | WRONG_USER_CONFIG = -272 |
|
int | NO_TARGET_DEVICE_SELECTED = -273 |
|
int | CPU_IN_LOW_POWER_MODE = -274 |
|
Enumeration for the error codes generated when setting a data event.
◆ to_string()
def enums.JLinkDataErrors.to_string |
( |
|
cls, |
|
|
|
error_code |
|
) |
| |
Returns the string message for the given error code.
Args:
cls (JLinkDataErrors): the ``JLinkDataErrors`` class
error_code (int): error code to convert
Returns:
An error string corresponding to the error code.
Raises:
ValueError: if the error code is invalid.
Reimplemented from enums.JLinkGlobalErrors.
The documentation for this class was generated from the following file:
- test/test_script/enums.py