[core,arm] add TARGET_BOOTING error code

Propagate the error code for a VM still booting to client.
This commit is contained in:
akallabeth
2025-09-26 09:27:52 +02:00
parent f070c87d75
commit 53d63b3120
7 changed files with 27 additions and 6 deletions

View File

@@ -270,6 +270,7 @@ extern "C"
#define ERRCONNECT_LOGON_TYPE_NOT_GRANTED 0x0000001A
#define ERRCONNECT_NO_OR_MISSING_CREDENTIALS 0x0000001B
#define ERRCONNECT_ACTIVATION_TIMEOUT 0x0000001C
#define ERRCONNECT_TARGET_BOOTING 0x0000001D
#define ERRCONNECT_SUCCESS ERRINFO_SUCCESS
#define ERRCONNECT_NONE ERRINFO_NONE
@@ -352,6 +353,7 @@ extern "C"
#define FREERDP_ERROR_CONNECT_ACTIVATION_TIMEOUT \
MAKE_FREERDP_ERROR(CONNECT, ERRCONNECT_ACTIVATION_TIMEOUT)
#define FREERDP_ERROR_CONNECT_TARGET_BOOTING MAKE_FREERDP_ERROR(CONNECT, ERRCONNECT_TARGET_BOOTING)
#ifdef __cplusplus
}