| Enumerator |
|---|
| UV_STATUS_SUCCESS |
Operation successful: No error.
|
| UV_STATUS_FAILED |
Operation failed: Generic / unknown error.
|
| UV_STATUS_NO_PROJECT |
Operation failed: No project is currently open.
|
| UV_STATUS_WRITE_PROTECTED |
Operation failed: The current project is write protected.
|
| UV_STATUS_NO_TARGET |
Operation failed: No target is selected for the current project.
|
| UV_STATUS_NO_TOOLSET |
Operation failed: No toolset is selected for the current target.
|
| UV_STATUS_NOT_DEBUGGING |
Operation failed: The debugger is not running, this operation is only possible in debug mode.
|
| UV_STATUS_ALREADY_PRESENT |
Operation failed: The group / file is already present in the current project.
|
| UV_STATUS_INVALID_NAME |
Operation failed: One of the specified group / file / project name(s) is invalid.
|
| UV_STATUS_NOT_FOUND |
Operation failed: File / group not found in the current project.
|
| UV_STATUS_DEBUGGING |
Operation failed: The debugger is running, this operation is only possible when not in debug mode.
|
| UV_STATUS_TARGET_EXECUTING |
Operation failed: The target is executing, this operation is not possible when target is executing.
|
| UV_STATUS_TARGET_STOPPED |
Operation failed: The target is stopped, this operation is not possible when target is stopped.
|
| UV_STATUS_PARSE_ERROR |
Operation failed: Error parsing data in request.
|
| UV_STATUS_OUT_OF_RANGE |
Operation failed: Data in request is out of range.
|
| UV_STATUS_BP_CANCELLED |
Operation failed: Create new breakpoint has been cancelled.
|
| UV_STATUS_BP_BADADDRESS |
Operation failed: Invalid address in create breakpoint.
|
| UV_STATUS_BP_NOTSUPPORTED |
Operation failed: Type of breakpoint is not supported (by target)
|
| UV_STATUS_BP_FAILED |
Operation failed: Breakpoint creation failed (syntax error, nested command etc.)
|
| UV_STATUS_BP_REDEFINED |
Breakpoint Info: A breakpoint has been redefined.
|
| UV_STATUS_BP_DISABLED |
Breakpoint Info: A breakpoint has been disabled.
|
| UV_STATUS_BP_ENABLED |
Breakpoint Info: A breakpoint has been enabled.
|
| UV_STATUS_BP_CREATED |
Breakpoint Info: A breakpoint has been created.
|
| UV_STATUS_BP_DELETED |
Breakpoint Info: A breakpoint has been deleted.
|
| UV_STATUS_BP_NOTFOUND |
Operation failed: Breakpoint with nTickMark cookie not found.
|
| UV_STATUS_BUILD_OK_WARNINGS |
Build Info: A build was successful, but with warnings.
|
| UV_STATUS_BUILD_FAILED |
Build Info: A build failed with errors.
|
| UV_STATUS_BUILD_CANCELLED |
Build Info: A build was cancelled.
|
| UV_STATUS_NOT_SUPPORTED |
Operation failed: Requested operation is not supported.
|
| UV_STATUS_TIMEOUT |
Operation failed: No response to the request occurred within the timeout period (UVSOCK Client DLL only)
|
| UV_STATUS_UNEXPECTED_MSG |
Operation failed: An unexpected message type was returned (UVSOCK Client DLL only)
|
| UV_STATUS_VERIFY_FAILED |
Operation failed: The code downloaded in the target differs from the current binary.
|
| UV_STATUS_NO_ADRMAP |
Operation failed: The specified code address does not map to a file / line.
|
| UV_STATUS_INFO |
General Info: This is an information only message. It may contain warning information pertinent to a later error condition.
|
| UV_STATUS_NO_MEM_ACCESS |
Operation failed: Memory access is blocked (most likely target does not support memory access while running)
|
| UV_STATUS_FLASH_DOWNLOAD |
Operation failed: The target is downloading FLASH, this operation is not possible when FLASH is downloading.
|
| UV_STATUS_BUILDING |
Operation failed: A build is in progress, this operation is not possible when build is in progress.
|
| UV_STATUS_HARDWARE |
Operation failed: The debugger is debugging hardware, this operation is not possible when debugging a hardware target.
|
| UV_STATUS_SIMULATOR |
Operation failed: The debugger is debugging a simulation, this operation not possible when debugging a simulated target.
|
| UV_STATUS_BUFFER_TOO_SMALL |
Operation failed: Return buffer was too small (UVSOCK Client DLL only)
|
| UV_STATUS_EVTR_FAILED |
Operation failed: Event Recorder error.
|
| UV_STATUS_END |
Always at end.
|