mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[core,arm] add TARGET_BOOTING error code
Propagate the error code for a VM still booting to client.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user