Merge branch 'master' of git://github.com/awakecoding/FreeRDP
This commit is contained in:
commit
0c9d760bc8
@ -45,6 +45,19 @@ extern "C" {
|
||||
#define ERRINFO_RPC_INITIATED_DISCONNECT_BY_USER 0x0000000B
|
||||
#define ERRINFO_LOGOFF_BY_USER 0x0000000C
|
||||
|
||||
/* Protocol-independent codes generated by the Connection Broker */
|
||||
#define ERRINFO_CB_DESTINATION_NOT_FOUND 0x0000400
|
||||
#define ERRINFO_CB_LOADING_DESTINATION 0x0000402
|
||||
#define ERRINFO_CB_REDIRECTING_TO_DESTINATION 0x0000404
|
||||
#define ERRINFO_CB_SESSION_ONLINE_VM_WAKE 0x0000405
|
||||
#define ERRINFO_CB_SESSION_ONLINE_VM_BOOT 0x0000406
|
||||
#define ERRINFO_CB_SESSION_ONLINE_VM_NO_DNS 0x0000407
|
||||
#define ERRINFO_CB_DESTINATION_POOL_NOT_FREE 0x0000408
|
||||
#define ERRINFO_CB_CONNECTION_CANCELLED 0x0000409
|
||||
#define ERRINFO_CB_CONNECTION_ERROR_INVALID_SETTINGS 0x0000410
|
||||
#define ERRINFO_CB_SESSION_ONLINE_VM_BOOT_TIMEOUT 0x0000411
|
||||
#define ERRINFO_CB_SESSION_ONLINE_VM_SESSMON_FAILED 0x0000412
|
||||
|
||||
/* Protocol-independent licensing codes */
|
||||
#define ERRINFO_LICENSE_INTERNAL 0x00000100
|
||||
#define ERRINFO_LICENSE_NO_LICENSE_SERVER 0x00000101
|
||||
@ -123,6 +136,11 @@ extern "C" {
|
||||
#define ERRINFO_VC_DATA_TOO_LONG 0x0000112B
|
||||
#define ERRINFO_GRAPHICS_MODE_NOT_SUPPORTED 0x0000112D
|
||||
#define ERRINFO_GRAPHICS_SUBSYSTEM_RESET_FAILED 0x0000112E
|
||||
#define ERRINFO_GRAPHICS_SUBSYSTEM_FAILED 0x0000112F
|
||||
#define ERRINFO_TIMEZONE_KEY_NAME_LENGTH_TOO_SHORT 0x00001130
|
||||
#define ERRINFO_TIMEZONE_KEY_NAME_LENGTH_TOO_LONG 0x00001131
|
||||
#define ERRINFO_DYNAMIC_DST_DISABLED_FIELD_MISSING 0x00001132
|
||||
#define ERRINFO_VC_DECODING_ERROR 0x00001133
|
||||
#define ERRINFO_UPDATE_SESSION_KEY_FAILED 0x00001191
|
||||
#define ERRINFO_DECRYPT_FAILED 0x00001192
|
||||
#define ERRINFO_ENCRYPT_FAILED 0x00001193
|
||||
|
@ -62,6 +62,41 @@ int connectErrorCode;
|
||||
#define ERRINFO_LOGOFF_BY_USER_STRING \
|
||||
"The disconnection was initiated by the user logging off his or her session on the server."
|
||||
|
||||
/* Protocol-independent codes generated by the Connection Broker */
|
||||
|
||||
#define ERRINFO_CB_DESTINATION_NOT_FOUND_STRING \
|
||||
"The target endpoint could not be found."
|
||||
|
||||
#define ERRINFO_CB_LOADING_DESTINATION_STRING \
|
||||
"The target endpoint to which the client is being redirected is disconnecting from the Connection Broker."
|
||||
|
||||
#define ERRINFO_CB_REDIRECTING_TO_DESTINATION_STRING \
|
||||
"An error occurred while the connection was being redirected to the target endpoint."
|
||||
|
||||
#define ERRINFO_CB_SESSION_ONLINE_VM_WAKE_STRING \
|
||||
"An error occurred while the target endpoint (a virtual machine) was being awakened."
|
||||
|
||||
#define ERRINFO_CB_SESSION_ONLINE_VM_BOOT_STRING \
|
||||
"An error occurred while the target endpoint (a virtual machine) was being started."
|
||||
|
||||
#define ERRINFO_CB_SESSION_ONLINE_VM_NO_DNS_STRING \
|
||||
"The IP address of the target endpoint (a virtual machine) cannot be determined."
|
||||
|
||||
#define ERRINFO_CB_DESTINATION_POOL_NOT_FREE_STRING \
|
||||
"There are no available endpoints in the pool managed by the Connection Broker."
|
||||
|
||||
#define ERRINFO_CB_CONNECTION_CANCELLED_STRING \
|
||||
"Processing of the connection has been cancelled."
|
||||
|
||||
#define ERRINFO_CB_CONNECTION_ERROR_INVALID_SETTINGS_STRING \
|
||||
"The settings contained in the routingToken field of the X.224 Connection Request PDU (section 2.2.1.1) cannot be validated."
|
||||
|
||||
#define ERRINFO_CB_SESSION_ONLINE_VM_BOOT_TIMEOUT_STRING \
|
||||
"A time-out occurred while the target endpoint (a virtual machine) was being started."
|
||||
|
||||
#define ERRINFO_CB_SESSION_ONLINE_VM_SESSMON_FAILED_STRING \
|
||||
"A session monitoring error occurred while the target endpoint (a virtual machine) was being started."
|
||||
|
||||
/* Protocol-independent licensing codes */
|
||||
|
||||
#define ERRINFO_LICENSE_INTERNAL_STRING \
|
||||
@ -319,6 +354,21 @@ int connectErrorCode;
|
||||
#define ERRINFO_GRAPHICS_SUBSYSTEM_RESET_FAILED_STRING \
|
||||
"The server-side graphics subsystem failed to reset."
|
||||
|
||||
#define ERRINFO_GRAPHICS_SUBSYSTEM_FAILED_STRING \
|
||||
"The server-side graphics subsystem is in an error state and unable to continue graphics encoding."
|
||||
|
||||
#define ERRINFO_TIMEZONE_KEY_NAME_LENGTH_TOO_SHORT_STRING \
|
||||
"There is not enough data to read the cbDynamicDSTTimeZoneKeyName field in the Extended Info Packet (section 2.2.1.11.1.1.1)."
|
||||
|
||||
#define ERRINFO_TIMEZONE_KEY_NAME_LENGTH_TOO_LONG_STRING \
|
||||
"The length reported in the cbDynamicDSTTimeZoneKeyName field of the Extended Info Packet (section 2.2.1.11.1.1.1) is too long."
|
||||
|
||||
#define ERRINFO_DYNAMIC_DST_DISABLED_FIELD_MISSING_STRING \
|
||||
"The dynamicDaylightTimeDisabled field is not present in the Extended Info Packet (section 2.2.1.11.1.1.1)."
|
||||
|
||||
#define ERRINFO_VC_DECODING_ERROR_STRING \
|
||||
"An error occurred when processing dynamic virtual channel data ([MS-RDPEDYC] section 3.3.5)."
|
||||
|
||||
#define ERRINFO_UPDATE_SESSION_KEY_FAILED_STRING \
|
||||
"An attempt to update the session keys while using Standard RDP Security mechanisms (section 5.3.7) failed."
|
||||
|
||||
@ -356,6 +406,19 @@ static const ERRINFO ERRINFO_CODES[] =
|
||||
ERRINFO_DEFINE(RPC_INITIATED_DISCONNECT_BY_USER),
|
||||
ERRINFO_DEFINE(LOGOFF_BY_USER),
|
||||
|
||||
/* Protocol-independent codes generated by the Connection Broker */
|
||||
ERRINFO_DEFINE(CB_DESTINATION_NOT_FOUND),
|
||||
ERRINFO_DEFINE(CB_LOADING_DESTINATION),
|
||||
ERRINFO_DEFINE(CB_REDIRECTING_TO_DESTINATION),
|
||||
ERRINFO_DEFINE(CB_SESSION_ONLINE_VM_WAKE),
|
||||
ERRINFO_DEFINE(CB_SESSION_ONLINE_VM_BOOT),
|
||||
ERRINFO_DEFINE(CB_SESSION_ONLINE_VM_NO_DNS),
|
||||
ERRINFO_DEFINE(CB_DESTINATION_POOL_NOT_FREE),
|
||||
ERRINFO_DEFINE(CB_CONNECTION_CANCELLED),
|
||||
ERRINFO_DEFINE(CB_CONNECTION_ERROR_INVALID_SETTINGS),
|
||||
ERRINFO_DEFINE(CB_SESSION_ONLINE_VM_BOOT_TIMEOUT),
|
||||
ERRINFO_DEFINE(CB_SESSION_ONLINE_VM_SESSMON_FAILED),
|
||||
|
||||
/* Protocol-independent licensing codes */
|
||||
ERRINFO_DEFINE(LICENSE_INTERNAL),
|
||||
ERRINFO_DEFINE(LICENSE_NO_LICENSE_SERVER),
|
||||
@ -434,6 +497,11 @@ static const ERRINFO ERRINFO_CODES[] =
|
||||
ERRINFO_DEFINE(VC_DATA_TOO_LONG),
|
||||
ERRINFO_DEFINE(GRAPHICS_MODE_NOT_SUPPORTED),
|
||||
ERRINFO_DEFINE(GRAPHICS_SUBSYSTEM_RESET_FAILED),
|
||||
ERRINFO_DEFINE(GRAPHICS_SUBSYSTEM_FAILED),
|
||||
ERRINFO_DEFINE(TIMEZONE_KEY_NAME_LENGTH_TOO_SHORT),
|
||||
ERRINFO_DEFINE(TIMEZONE_KEY_NAME_LENGTH_TOO_LONG),
|
||||
ERRINFO_DEFINE(DYNAMIC_DST_DISABLED_FIELD_MISSING),
|
||||
ERRINFO_DEFINE(VC_DECODING_ERROR),
|
||||
ERRINFO_DEFINE(UPDATE_SESSION_KEY_FAILED),
|
||||
ERRINFO_DEFINE(DECRYPT_FAILED),
|
||||
ERRINFO_DEFINE(ENCRYPT_FAILED),
|
||||
|
Loading…
x
Reference in New Issue
Block a user