Created
June 14, 2016 05:36
-
-
Save PrateekKumarSingh/72e5deda930831f0bb41a3518d2464e1 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"ErrorString": "ERROR_SUCCESS", | |
"ExitCode": 0, | |
"Hex Value": "0x0", | |
"Description": "The operation completed successfully." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_FUNCTION", | |
"ExitCode": 1, | |
"Hex Value": "0x1", | |
"Description": "Incorrect function." | |
}, | |
{ | |
"ErrorString": "ERROR_FILE_NOT_FOUND", | |
"ExitCode": 2, | |
"Hex Value": "0x2", | |
"Description": "The system cannot find the file specified." | |
}, | |
{ | |
"ErrorString": "ERROR_PATH_NOT_FOUND", | |
"ExitCode": 3, | |
"Hex Value": "0x3", | |
"Description": "The system cannot find the path specified." | |
}, | |
{ | |
"ErrorString": "ERROR_TOO_MANY_OPEN_FILES", | |
"ExitCode": 4, | |
"Hex Value": "0x4", | |
"Description": "The system cannot open the file." | |
}, | |
{ | |
"ErrorString": "ERROR_ACCESS_DENIED", | |
"ExitCode": 5, | |
"Hex Value": "0x5", | |
"Description": "Access is denied." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_HANDLE", | |
"ExitCode": 6, | |
"Hex Value": "0x6", | |
"Description": "The handle is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_ARENA_TRASHED", | |
"ExitCode": 7, | |
"Hex Value": "0x7", | |
"Description": "The storage control blocks were destroyed." | |
}, | |
{ | |
"ErrorString": "ERROR_NOT_ENOUGH_MEMORY", | |
"ExitCode": 8, | |
"Hex Value": "0x8", | |
"Description": "Not enough storage is available to process this command." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_BLOCK", | |
"ExitCode": 9, | |
"Hex Value": "0x9", | |
"Description": "The storage control block address is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_BAD_ENVIRONMENT", | |
"ExitCode": 10, | |
"Hex Value": "0xA", | |
"Description": "The environment is incorrect." | |
}, | |
{ | |
"ErrorString": "ERROR_BAD_FORMAT", | |
"ExitCode": 11, | |
"Hex Value": "0xB", | |
"Description": "An attempt was made to load a program with an incorrect format." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_ACCESS", | |
"ExitCode": 12, | |
"Hex Value": "0xC", | |
"Description": "The access code is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_DATA", | |
"ExitCode": 13, | |
"Hex Value": "0xD", | |
"Description": "The data is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_OUTOFMEMORY", | |
"ExitCode": 14, | |
"Hex Value": "0xE", | |
"Description": "Not enough storage is available to complete this operation." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_DRIVE", | |
"ExitCode": 15, | |
"Hex Value": "0xF", | |
"Description": "The system cannot find the drive specified." | |
}, | |
{ | |
"ErrorString": "ERROR_CURRENT_DIRECTORY", | |
"ExitCode": 16, | |
"Hex Value": "0x10", | |
"Description": "The directory cannot be removed." | |
}, | |
{ | |
"ErrorString": "ERROR_NOT_SAME_DEVICE", | |
"ExitCode": 17, | |
"Hex Value": "0x11", | |
"Description": "The system cannot move the file to a different disk drive." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_MORE_FILES", | |
"ExitCode": 18, | |
"Hex Value": "0x12", | |
"Description": "There are no more files." | |
}, | |
{ | |
"ErrorString": "ERROR_WRITE_PROTECT", | |
"ExitCode": 19, | |
"Hex Value": "0x13", | |
"Description": "The media is write protected." | |
}, | |
{ | |
"ErrorString": "ERROR_BAD_UNIT", | |
"ExitCode": 20, | |
"Hex Value": "0x14", | |
"Description": "The system cannot find the device specified." | |
}, | |
{ | |
"ErrorString": "ERROR_NOT_READY", | |
"ExitCode": 21, | |
"Hex Value": "0x15", | |
"Description": "The device is not ready." | |
}, | |
{ | |
"ErrorString": "ERROR_BAD_COMMAND", | |
"ExitCode": 22, | |
"Hex Value": "0x16", | |
"Description": "The device does not recognize the command." | |
}, | |
{ | |
"ErrorString": "ERROR_CRC", | |
"ExitCode": 23, | |
"Hex Value": "0x17", | |
"Description": "Data error (cyclic redundancy check)." | |
}, | |
{ | |
"ErrorString": "ERROR_BAD_LENGTH", | |
"ExitCode": 24, | |
"Hex Value": "0x18", | |
"Description": "The program issued a command but the command length is incorrect." | |
}, | |
{ | |
"ErrorString": "ERROR_SEEK", | |
"ExitCode": 25, | |
"Hex Value": "0x19", | |
"Description": "The drive cannot locate a specific area or track on the disk." | |
}, | |
{ | |
"ErrorString": "ERROR_NOT_DOS_DISK", | |
"ExitCode": 26, | |
"Hex Value": "0x1A", | |
"Description": "The specified disk or diskette cannot be accessed." | |
}, | |
{ | |
"ErrorString": "ERROR_SECTOR_NOT_FOUND", | |
"ExitCode": 27, | |
"Hex Value": "0x1B", | |
"Description": "The drive cannot find the sector requested." | |
}, | |
{ | |
"ErrorString": "ERROR_OUT_OF_PAPER", | |
"ExitCode": 28, | |
"Hex Value": "0x1C", | |
"Description": "The printer is out of paper." | |
}, | |
{ | |
"ErrorString": "ERROR_WRITE_FAULT", | |
"ExitCode": 29, | |
"Hex Value": "0x1D", | |
"Description": "The system cannot write to the specified device." | |
}, | |
{ | |
"ErrorString": "ERROR_READ_FAULT", | |
"ExitCode": 30, | |
"Hex Value": "0x1E", | |
"Description": "The system cannot read from the specified device." | |
}, | |
{ | |
"ErrorString": "ERROR_GEN_FAILURE", | |
"ExitCode": 31, | |
"Hex Value": "0x1F", | |
"Description": "A device attached to the system is not functioning." | |
}, | |
{ | |
"ErrorString": "ERROR_SHARING_VIOLATION", | |
"ExitCode": 32, | |
"Hex Value": "0x20", | |
"Description": "The process cannot access the file because it is being used by another process." | |
}, | |
{ | |
"ErrorString": "ERROR_LOCK_VIOLATION", | |
"ExitCode": 33, | |
"Hex Value": "0x21", | |
"Description": "The process cannot access the file because another process has locked a portion of the file." | |
}, | |
{ | |
"ErrorString": "ERROR_WRONG_DISK", | |
"ExitCode": 34, | |
"Hex Value": "0x22", | |
"Description": "The wrong diskette is in the drive. Insert %2 (Volume Serial Number: %3) into drive %1." | |
}, | |
{ | |
"ErrorString": "ERROR_SHARING_BUFFER_EXCEEDED", | |
"ExitCode": 36, | |
"Hex Value": "0x24", | |
"Description": "Too many files opened for sharing." | |
}, | |
{ | |
"ErrorString": "ERROR_HANDLE_EOF", | |
"ExitCode": 38, | |
"Hex Value": "0x26", | |
"Description": "Reached the end of the file." | |
}, | |
{ | |
"ErrorString": "ERROR_HANDLE_DISK_FULL", | |
"ExitCode": 39, | |
"Hex Value": "0x27", | |
"Description": "The disk is full." | |
}, | |
{ | |
"ErrorString": "ERROR_NOT_SUPPORTED", | |
"ExitCode": 50, | |
"Hex Value": "0x32", | |
"Description": "The request is not supported." | |
}, | |
{ | |
"ErrorString": "ERROR_REM_NOT_LIST", | |
"ExitCode": 51, | |
"Hex Value": "0x33", | |
"Description": "Windows cannot find the network path. Verify that the network path is correct and the destination computer is not busy or turned off. If Windows still cannot find the network path, contact your network administrator." | |
}, | |
{ | |
"ErrorString": "ERROR_DUP_NAME", | |
"ExitCode": 52, | |
"Hex Value": "0x34", | |
"Description": "You were not connected because a duplicate name exists on the network. If joining a domain, go to System in Control Panel to change the computer name and try again. If joining a workgroup, choose another workgroup name." | |
}, | |
{ | |
"ErrorString": "ERROR_BAD_NETPATH", | |
"ExitCode": 53, | |
"Hex Value": "0x35", | |
"Description": "The network path was not found." | |
}, | |
{ | |
"ErrorString": "ERROR_NETWORK_BUSY", | |
"ExitCode": 54, | |
"Hex Value": "0x36", | |
"Description": "The network is busy." | |
}, | |
{ | |
"ErrorString": "ERROR_DEV_NOT_EXIST", | |
"ExitCode": 55, | |
"Hex Value": "0x37", | |
"Description": "The specified network resource or device is no longer available." | |
}, | |
{ | |
"ErrorString": "ERROR_TOO_MANY_CMDS", | |
"ExitCode": 56, | |
"Hex Value": "0x38", | |
"Description": "The network BIOS command limit has been reached." | |
}, | |
{ | |
"ErrorString": "ERROR_ADAP_HDW_ERR", | |
"ExitCode": 57, | |
"Hex Value": "0x39", | |
"Description": "A network adapter hardware error occurred." | |
}, | |
{ | |
"ErrorString": "ERROR_BAD_NET_RESP", | |
"ExitCode": 58, | |
"Hex Value": "0x3A", | |
"Description": "The specified server cannot perform the requested operation." | |
}, | |
{ | |
"ErrorString": "ERROR_UNEXP_NET_ERR", | |
"ExitCode": 59, | |
"Hex Value": "0x3B", | |
"Description": "An unexpected network error occurred." | |
}, | |
{ | |
"ErrorString": "ERROR_BAD_REM_ADAP", | |
"ExitCode": 60, | |
"Hex Value": "0x3C", | |
"Description": "The remote adapter is not compatible." | |
}, | |
{ | |
"ErrorString": "ERROR_PRINTQ_FULL", | |
"ExitCode": 61, | |
"Hex Value": "0x3D", | |
"Description": "The printer queue is full." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_SPOOL_SPACE", | |
"ExitCode": 62, | |
"Hex Value": "0x3E", | |
"Description": "Space to store the file waiting to be printed is not available on the server." | |
}, | |
{ | |
"ErrorString": "ERROR_PRINT_CANCELLED", | |
"ExitCode": 63, | |
"Hex Value": "0x3F", | |
"Description": "Your file waiting to be printed was deleted." | |
}, | |
{ | |
"ErrorString": "ERROR_NETNAME_DELETED", | |
"ExitCode": 64, | |
"Hex Value": "0x40", | |
"Description": "The specified network name is no longer available." | |
}, | |
{ | |
"ErrorString": "ERROR_NETWORK_ACCESS_DENIED", | |
"ExitCode": 65, | |
"Hex Value": "0x41", | |
"Description": "Network access is denied." | |
}, | |
{ | |
"ErrorString": "ERROR_BAD_DEV_TYPE", | |
"ExitCode": 66, | |
"Hex Value": "0x42", | |
"Description": "The network resource type is not correct." | |
}, | |
{ | |
"ErrorString": "ERROR_BAD_NET_NAME", | |
"ExitCode": 67, | |
"Hex Value": "0x43", | |
"Description": "The network name cannot be found." | |
}, | |
{ | |
"ErrorString": "ERROR_TOO_MANY_NAMES", | |
"ExitCode": 68, | |
"Hex Value": "0x44", | |
"Description": "The name limit for the local computer network adapter card was exceeded." | |
}, | |
{ | |
"ErrorString": "ERROR_TOO_MANY_SESS", | |
"ExitCode": 69, | |
"Hex Value": "0x45", | |
"Description": "The network BIOS session limit was exceeded." | |
}, | |
{ | |
"ErrorString": "ERROR_SHARING_PAUSED", | |
"ExitCode": 70, | |
"Hex Value": "0x46", | |
"Description": "The remote server has been paused or is in the process of being started." | |
}, | |
{ | |
"ErrorString": "ERROR_REQ_NOT_ACCEP", | |
"ExitCode": 71, | |
"Hex Value": "0x47", | |
"Description": "No more connections can be made to this remote computer at this time because there are already as many connections as the computer can accept." | |
}, | |
{ | |
"ErrorString": "ERROR_REDIR_PAUSED", | |
"ExitCode": 72, | |
"Hex Value": "0x48", | |
"Description": "The specified printer or disk device has been paused." | |
}, | |
{ | |
"ErrorString": "ERROR_FILE_EXISTS", | |
"ExitCode": 80, | |
"Hex Value": "0x50", | |
"Description": "The file exists." | |
}, | |
{ | |
"ErrorString": "ERROR_CANNOT_MAKE", | |
"ExitCode": 82, | |
"Hex Value": "0x52", | |
"Description": "The directory or file cannot be created." | |
}, | |
{ | |
"ErrorString": "ERROR_FAIL_I24", | |
"ExitCode": 83, | |
"Hex Value": "0x53", | |
"Description": "Fail on INT 24." | |
}, | |
{ | |
"ErrorString": "ERROR_OUT_OF_STRUCTURES", | |
"ExitCode": 84, | |
"Hex Value": "0x54", | |
"Description": "Storage to process this request is not available." | |
}, | |
{ | |
"ErrorString": "ERROR_ALREADY_ASSIGNED", | |
"ExitCode": 85, | |
"Hex Value": "0x55", | |
"Description": "The local device name is already in use." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_PASSWORD", | |
"ExitCode": 86, | |
"Hex Value": "0x56", | |
"Description": "The specified network password is not correct." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_PARAMETER", | |
"ExitCode": 87, | |
"Hex Value": "0x57", | |
"Description": "The parameter is incorrect." | |
}, | |
{ | |
"ErrorString": "ERROR_NET_WRITE_FAULT", | |
"ExitCode": 88, | |
"Hex Value": "0x58", | |
"Description": "A write fault occurred on the network." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_PROC_SLOTS", | |
"ExitCode": 89, | |
"Hex Value": "0x59", | |
"Description": "The system cannot start another process at this time." | |
}, | |
{ | |
"ErrorString": "ERROR_TOO_MANY_SEMAPHORES", | |
"ExitCode": 100, | |
"Hex Value": "0x64", | |
"Description": "Cannot create another system semaphore." | |
}, | |
{ | |
"ErrorString": "ERROR_EXCL_SEM_ALREADY_OWNED", | |
"ExitCode": 101, | |
"Hex Value": "0x65", | |
"Description": "The exclusive semaphore is owned by another process." | |
}, | |
{ | |
"ErrorString": "ERROR_SEM_IS_SET", | |
"ExitCode": 102, | |
"Hex Value": "0x66", | |
"Description": "The semaphore is set and cannot be closed." | |
}, | |
{ | |
"ErrorString": "ERROR_TOO_MANY_SEM_REQUESTS", | |
"ExitCode": 103, | |
"Hex Value": "0x67", | |
"Description": "The semaphore cannot be set again." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_AT_INTERRUPT_TIME", | |
"ExitCode": 104, | |
"Hex Value": "0x68", | |
"Description": "Cannot request exclusive semaphores at interrupt time." | |
}, | |
{ | |
"ErrorString": "ERROR_SEM_OWNER_DIED", | |
"ExitCode": 105, | |
"Hex Value": "0x69", | |
"Description": "The previous ownership of this semaphore has ended." | |
}, | |
{ | |
"ErrorString": "ERROR_SEM_USER_LIMIT", | |
"ExitCode": 106, | |
"Hex Value": "0x6A", | |
"Description": "Insert the diskette for drive %1." | |
}, | |
{ | |
"ErrorString": "ERROR_DISK_CHANGE", | |
"ExitCode": 107, | |
"Hex Value": "0x6B", | |
"Description": "The program stopped because an alternate diskette was not inserted." | |
}, | |
{ | |
"ErrorString": "ERROR_DRIVE_LOCKED", | |
"ExitCode": 108, | |
"Hex Value": "0x6C", | |
"Description": "The disk is in use or locked by another process." | |
}, | |
{ | |
"ErrorString": "ERROR_BROKEN_PIPE", | |
"ExitCode": 109, | |
"Hex Value": "0x6D", | |
"Description": "The pipe has been ended." | |
}, | |
{ | |
"ErrorString": "ERROR_OPEN_FAILED", | |
"ExitCode": 110, | |
"Hex Value": "0x6E", | |
"Description": "The system cannot open the device or file specified." | |
}, | |
{ | |
"ErrorString": "ERROR_BUFFER_OVERFLOW", | |
"ExitCode": 111, | |
"Hex Value": "0x6F", | |
"Description": "The file name is too long." | |
}, | |
{ | |
"ErrorString": "ERROR_DISK_FULL", | |
"ExitCode": 112, | |
"Hex Value": "0x70", | |
"Description": "There is not enough space on the disk." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_MORE_SEARCH_HANDLES", | |
"ExitCode": 113, | |
"Hex Value": "0x71", | |
"Description": "No more internal file identifiers available." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_TARGET_HANDLE", | |
"ExitCode": 114, | |
"Hex Value": "0x72", | |
"Description": "The target internal file identifier is incorrect." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_CATEGORY", | |
"ExitCode": 117, | |
"Hex Value": "0x75", | |
"Description": "The IOCTL call made by the application program is not correct." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_VERIFY_SWITCH", | |
"ExitCode": 118, | |
"Hex Value": "0x76", | |
"Description": "The verify-on-write switch parameter value is not correct." | |
}, | |
{ | |
"ErrorString": "ERROR_BAD_DRIVER_LEVEL", | |
"ExitCode": 119, | |
"Hex Value": "0x77", | |
"Description": "The system does not support the command requested." | |
}, | |
{ | |
"ErrorString": "ERROR_CALL_NOT_IMPLEMENTED", | |
"ExitCode": 120, | |
"Hex Value": "0x78", | |
"Description": "This function is not supported on this system." | |
}, | |
{ | |
"ErrorString": "ERROR_SEM_TIMEOUT", | |
"ExitCode": 121, | |
"Hex Value": "0x79", | |
"Description": "The semaphore timeout period has expired." | |
}, | |
{ | |
"ErrorString": "ERROR_INSUFFICIENT_BUFFER", | |
"ExitCode": 122, | |
"Hex Value": "0x7A", | |
"Description": "The data area passed to a system call is too small." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_NAME", | |
"ExitCode": 123, | |
"Hex Value": "0x7B", | |
"Description": "The filename, directory name, or volume label syntax is incorrect." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_LEVEL", | |
"ExitCode": 124, | |
"Hex Value": "0x7C", | |
"Description": "The system call level is not correct." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_VOLUME_LABEL", | |
"ExitCode": 125, | |
"Hex Value": "0x7D", | |
"Description": "The disk has no volume label." | |
}, | |
{ | |
"ErrorString": "ERROR_MOD_NOT_FOUND", | |
"ExitCode": 126, | |
"Hex Value": "0x7E", | |
"Description": "The specified module could not be found." | |
}, | |
{ | |
"ErrorString": "ERROR_PROC_NOT_FOUND", | |
"ExitCode": 127, | |
"Hex Value": "0x7F", | |
"Description": "The specified procedure could not be found." | |
}, | |
{ | |
"ErrorString": "ERROR_WAIT_NO_CHILDREN", | |
"ExitCode": 128, | |
"Hex Value": "0x80", | |
"Description": "There are no child processes to wait for." | |
}, | |
{ | |
"ErrorString": "ERROR_CHILD_NOT_COMPLETE", | |
"ExitCode": 129, | |
"Hex Value": "0x81", | |
"Description": "The %1 application cannot be run in Win32 mode." | |
}, | |
{ | |
"ErrorString": "ERROR_DIRECT_ACCESS_HANDLE", | |
"ExitCode": 130, | |
"Hex Value": "0x82", | |
"Description": "Attempt to use a file handle to an open disk partition for an operation other than raw disk I/O." | |
}, | |
{ | |
"ErrorString": "ERROR_NEGATIVE_SEEK", | |
"ExitCode": 131, | |
"Hex Value": "0x83", | |
"Description": "An attempt was made to move the file pointer before the beginning of the file." | |
}, | |
{ | |
"ErrorString": "ERROR_SEEK_ON_DEVICE", | |
"ExitCode": 132, | |
"Hex Value": "0x84", | |
"Description": "The file pointer cannot be set on the specified device or file." | |
}, | |
{ | |
"ErrorString": "ERROR_IS_JOIN_TARGET", | |
"ExitCode": 133, | |
"Hex Value": "0x85", | |
"Description": "A JOIN or SUBST command cannot be used for a drive that contains previously joined drives." | |
}, | |
{ | |
"ErrorString": "ERROR_IS_JOINED", | |
"ExitCode": 134, | |
"Hex Value": "0x86", | |
"Description": "An attempt was made to use a JOIN or SUBST command on a drive that has already been joined." | |
}, | |
{ | |
"ErrorString": "ERROR_IS_SUBSTED", | |
"ExitCode": 135, | |
"Hex Value": "0x87", | |
"Description": "An attempt was made to use a JOIN or SUBST command on a drive that has already been substituted." | |
}, | |
{ | |
"ErrorString": "ERROR_NOT_JOINED", | |
"ExitCode": 136, | |
"Hex Value": "0x88", | |
"Description": "The system tried to delete the JOIN of a drive that is not joined." | |
}, | |
{ | |
"ErrorString": "ERROR_NOT_SUBSTED", | |
"ExitCode": 137, | |
"Hex Value": "0x89", | |
"Description": "The system tried to delete the substitution of a drive that is not substituted." | |
}, | |
{ | |
"ErrorString": "ERROR_JOIN_TO_JOIN", | |
"ExitCode": 138, | |
"Hex Value": "0x8A", | |
"Description": "The system tried to join a drive to a directory on a joined drive." | |
}, | |
{ | |
"ErrorString": "ERROR_SUBST_TO_SUBST", | |
"ExitCode": 139, | |
"Hex Value": "0x8B", | |
"Description": "The system tried to substitute a drive to a directory on a substituted drive." | |
}, | |
{ | |
"ErrorString": "ERROR_JOIN_TO_SUBST", | |
"ExitCode": 140, | |
"Hex Value": "0x8C", | |
"Description": "The system tried to join a drive to a directory on a substituted drive." | |
}, | |
{ | |
"ErrorString": "ERROR_SUBST_TO_JOIN", | |
"ExitCode": 141, | |
"Hex Value": "0x8D", | |
"Description": "The system tried to SUBST a drive to a directory on a joined drive." | |
}, | |
{ | |
"ErrorString": "ERROR_BUSY_DRIVE", | |
"ExitCode": 142, | |
"Hex Value": "0x8E", | |
"Description": "The system cannot perform a JOIN or SUBST at this time." | |
}, | |
{ | |
"ErrorString": "ERROR_SAME_DRIVE", | |
"ExitCode": 143, | |
"Hex Value": "0x8F", | |
"Description": "The system cannot join or substitute a drive to or for a directory on the same drive." | |
}, | |
{ | |
"ErrorString": "ERROR_DIR_NOT_ROOT", | |
"ExitCode": 144, | |
"Hex Value": "0x90", | |
"Description": "The directory is not a subdirectory of the root directory." | |
}, | |
{ | |
"ErrorString": "ERROR_DIR_NOT_EMPTY", | |
"ExitCode": 145, | |
"Hex Value": "0x91", | |
"Description": "The directory is not empty." | |
}, | |
{ | |
"ErrorString": "ERROR_IS_SUBST_PATH", | |
"ExitCode": 146, | |
"Hex Value": "0x92", | |
"Description": "The path specified is being used in a substitute." | |
}, | |
{ | |
"ErrorString": "ERROR_IS_JOIN_PATH", | |
"ExitCode": 147, | |
"Hex Value": "0x93", | |
"Description": "Not enough resources are available to process this command." | |
}, | |
{ | |
"ErrorString": "ERROR_PATH_BUSY", | |
"ExitCode": 148, | |
"Hex Value": "0x94", | |
"Description": "The path specified cannot be used at this time." | |
}, | |
{ | |
"ErrorString": "ERROR_IS_SUBST_TARGET", | |
"ExitCode": 149, | |
"Hex Value": "0x95", | |
"Description": "An attempt was made to join or substitute a drive for which a directory on the drive is the target of a previous substitute." | |
}, | |
{ | |
"ErrorString": "ERROR_SYSTEM_TRACE", | |
"ExitCode": 150, | |
"Hex Value": "0x96", | |
"Description": "System trace information was not specified in your CONFIG.SYS file, or tracing is disallowed." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_EVENT_COUNT", | |
"ExitCode": 151, | |
"Hex Value": "0x97", | |
"Description": "The number of specified semaphore events for DosMuxSemWait is not correct." | |
}, | |
{ | |
"ErrorString": "ERROR_TOO_MANY_MUXWAITERS", | |
"ExitCode": 152, | |
"Hex Value": "0x98", | |
"Description": "DosMuxSemWait did not execute; too many semaphores are already set." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_LIST_FORMAT", | |
"ExitCode": 153, | |
"Hex Value": "0x99", | |
"Description": "The DosMuxSemWait list is not correct." | |
}, | |
{ | |
"ErrorString": "ERROR_LABEL_TOO_LONG", | |
"ExitCode": 154, | |
"Hex Value": "0x9A", | |
"Description": "The volume label you entered exceeds the label character limit of the target file system." | |
}, | |
{ | |
"ErrorString": "ERROR_TOO_MANY_TCBS", | |
"ExitCode": 155, | |
"Hex Value": "0x9B", | |
"Description": "Cannot create another thread." | |
}, | |
{ | |
"ErrorString": "ERROR_SIGNAL_REFUSED", | |
"ExitCode": 156, | |
"Hex Value": "0x9C", | |
"Description": "The recipient process has refused the signal." | |
}, | |
{ | |
"ErrorString": "ERROR_DISCARDED", | |
"ExitCode": 157, | |
"Hex Value": "0x9D", | |
"Description": "The segment is already discarded and cannot be locked." | |
}, | |
{ | |
"ErrorString": "ERROR_NOT_LOCKED", | |
"ExitCode": 158, | |
"Hex Value": "0x9E", | |
"Description": "The segment is already unlocked." | |
}, | |
{ | |
"ErrorString": "ERROR_BAD_THREADID_ADDR", | |
"ExitCode": 159, | |
"Hex Value": "0x9F", | |
"Description": "The address for the thread ID is not correct." | |
}, | |
{ | |
"ErrorString": "ERROR_BAD_ARGUMENTS", | |
"ExitCode": 160, | |
"Hex Value": "0xA0", | |
"Description": "One or more arguments are not correct." | |
}, | |
{ | |
"ErrorString": "ERROR_BAD_PATHNAME", | |
"ExitCode": 161, | |
"Hex Value": "0xA1", | |
"Description": "The specified path is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_SIGNAL_PENDING", | |
"ExitCode": 162, | |
"Hex Value": "0xA2", | |
"Description": "A signal is already pending." | |
}, | |
{ | |
"ErrorString": "ERROR_MAX_THRDS_REACHED", | |
"ExitCode": 164, | |
"Hex Value": "0xA4", | |
"Description": "No more threads can be created in the system." | |
}, | |
{ | |
"ErrorString": "ERROR_LOCK_FAILED", | |
"ExitCode": 167, | |
"Hex Value": "0xA7", | |
"Description": "Unable to lock a region of a file." | |
}, | |
{ | |
"ErrorString": "ERROR_BUSY", | |
"ExitCode": 170, | |
"Hex Value": "0xAA", | |
"Description": "The requested resource is in use." | |
}, | |
{ | |
"ErrorString": "ERROR_DEVICE_SUPPORT_IN_PROGRESS", | |
"ExitCode": 171, | |
"Hex Value": "0xAB", | |
"Description": "Device\u0027s command support detection is in progress." | |
}, | |
{ | |
"ErrorString": "ERROR_CANCEL_VIOLATION", | |
"ExitCode": 173, | |
"Hex Value": "0xAD", | |
"Description": "A lock request was not outstanding for the supplied cancel region." | |
}, | |
{ | |
"ErrorString": "ERROR_ATOMIC_LOCKS_NOT_SUPPORTED", | |
"ExitCode": 174, | |
"Hex Value": "0xAE", | |
"Description": "The file system does not support atomic changes to the lock type." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_SEGMENT_NUMBER", | |
"ExitCode": 180, | |
"Hex Value": "0xB4", | |
"Description": "The system detected a segment number that was not correct." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_ORDINAL", | |
"ExitCode": 182, | |
"Hex Value": "0xB6", | |
"Description": "The operating system cannot run %1." | |
}, | |
{ | |
"ErrorString": "ERROR_ALREADY_EXISTS", | |
"ExitCode": 183, | |
"Hex Value": "0xB7", | |
"Description": "Cannot create a file when that file already exists." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_FLAG_NUMBER", | |
"ExitCode": 186, | |
"Hex Value": "0xBA", | |
"Description": "The flag passed is not correct." | |
}, | |
{ | |
"ErrorString": "ERROR_SEM_NOT_FOUND", | |
"ExitCode": 187, | |
"Hex Value": "0xBB", | |
"Description": "The specified system semaphore name was not found." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_STARTING_CODESEG", | |
"ExitCode": 188, | |
"Hex Value": "0xBC", | |
"Description": "The operating system cannot run %1." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_STACKSEG", | |
"ExitCode": 189, | |
"Hex Value": "0xBD", | |
"Description": "The operating system cannot run %1." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_MODULETYPE", | |
"ExitCode": 190, | |
"Hex Value": "0xBE", | |
"Description": "The operating system cannot run %1." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_EXE_SIGNATURE", | |
"ExitCode": 191, | |
"Hex Value": "0xBF", | |
"Description": "Cannot run %1 in Win32 mode." | |
}, | |
{ | |
"ErrorString": "ERROR_EXE_MARKED_INVALID", | |
"ExitCode": 192, | |
"Hex Value": "0xC0", | |
"Description": "The operating system cannot run %1." | |
}, | |
{ | |
"ErrorString": "ERROR_BAD_EXE_FORMAT", | |
"ExitCode": 193, | |
"Hex Value": "0xC1", | |
"Description": "%1 is not a valid Win32 application." | |
}, | |
{ | |
"ErrorString": "ERROR_ITERATED_DATA_EXCEEDS_64k", | |
"ExitCode": 194, | |
"Hex Value": "0xC2", | |
"Description": "The operating system cannot run %1." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_MINALLOCSIZE", | |
"ExitCode": 195, | |
"Hex Value": "0xC3", | |
"Description": "The operating system cannot run %1." | |
}, | |
{ | |
"ErrorString": "ERROR_DYNLINK_FROM_INVALID_RING", | |
"ExitCode": 196, | |
"Hex Value": "0xC4", | |
"Description": "The operating system cannot run this application program." | |
}, | |
{ | |
"ErrorString": "ERROR_IOPL_NOT_ENABLED", | |
"ExitCode": 197, | |
"Hex Value": "0xC5", | |
"Description": "The operating system is not presently configured to run this application." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_SEGDPL", | |
"ExitCode": 198, | |
"Hex Value": "0xC6", | |
"Description": "The operating system cannot run %1." | |
}, | |
{ | |
"ErrorString": "ERROR_AUTODATASEG_EXCEEDS_64k", | |
"ExitCode": 199, | |
"Hex Value": "0xC7", | |
"Description": "The operating system cannot run this application program." | |
}, | |
{ | |
"ErrorString": "ERROR_RING2SEG_MUST_BE_MOVABLE", | |
"ExitCode": 200, | |
"Hex Value": "0xC8", | |
"Description": "The code segment cannot be greater than or equal to 64K." | |
}, | |
{ | |
"ErrorString": "ERROR_RELOC_CHAIN_XEEDS_SEGLIM", | |
"ExitCode": 201, | |
"Hex Value": "0xC9", | |
"Description": "The operating system cannot run %1." | |
}, | |
{ | |
"ErrorString": "ERROR_INFLOOP_IN_RELOC_CHAIN", | |
"ExitCode": 202, | |
"Hex Value": "0xCA", | |
"Description": "The operating system cannot run %1." | |
}, | |
{ | |
"ErrorString": "ERROR_ENVVAR_NOT_FOUND", | |
"ExitCode": 203, | |
"Hex Value": "0xCB", | |
"Description": "The system could not find the environment option that was entered." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_SIGNAL_SENT", | |
"ExitCode": 205, | |
"Hex Value": "0xCD", | |
"Description": "No process in the command subtree has a signal handler." | |
}, | |
{ | |
"ErrorString": "ERROR_FILENAME_EXCED_RANGE", | |
"ExitCode": 206, | |
"Hex Value": "0xCE", | |
"Description": "The filename or extension is too long." | |
}, | |
{ | |
"ErrorString": "ERROR_RING2_STACK_IN_USE", | |
"ExitCode": 207, | |
"Hex Value": "0xCF", | |
"Description": "The ring 2 stack is in use." | |
}, | |
{ | |
"ErrorString": "ERROR_META_EXPANSION_TOO_LONG", | |
"ExitCode": 208, | |
"Hex Value": "0xD0", | |
"Description": "The global filename characters, * or ?, are entered incorrectly or too many global filename characters are specified." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_SIGNAL_NUMBER", | |
"ExitCode": 209, | |
"Hex Value": "0xD1", | |
"Description": "The signal being posted is not correct." | |
}, | |
{ | |
"ErrorString": "ERROR_THREAD_1_INACTIVE", | |
"ExitCode": 210, | |
"Hex Value": "0xD2", | |
"Description": "The signal handler cannot be set." | |
}, | |
{ | |
"ErrorString": "ERROR_LOCKED", | |
"ExitCode": 212, | |
"Hex Value": "0xD4", | |
"Description": "The segment is locked and cannot be reallocated." | |
}, | |
{ | |
"ErrorString": "ERROR_TOO_MANY_MODULES", | |
"ExitCode": 214, | |
"Hex Value": "0xD6", | |
"Description": "Too many dynamic-link modules are attached to this program or dynamic-link module." | |
}, | |
{ | |
"ErrorString": "ERROR_NESTING_NOT_ALLOWED", | |
"ExitCode": 215, | |
"Hex Value": "0xD7", | |
"Description": "Cannot nest calls to LoadModule." | |
}, | |
{ | |
"ErrorString": "ERROR_EXE_MACHINE_TYPE_MISMATCH", | |
"ExitCode": 216, | |
"Hex Value": "0xD8", | |
"Description": "This version of %1 is not compatible with the version of Windows you\u0027re running. Check your computer\u0027s system information and then contact the software publisher." | |
}, | |
{ | |
"ErrorString": "ERROR_EXE_CANNOT_MODIFY_SIGNED_BINARY", | |
"ExitCode": 217, | |
"Hex Value": "0xD9", | |
"Description": "The image file %1 is signed, unable to modify." | |
}, | |
{ | |
"ErrorString": "ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY", | |
"ExitCode": 218, | |
"Hex Value": "0xDA", | |
"Description": "The image file %1 is strong signed, unable to modify." | |
}, | |
{ | |
"ErrorString": "ERROR_FILE_CHECKED_OUT", | |
"ExitCode": 220, | |
"Hex Value": "0xDC", | |
"Description": "This file is checked out or locked for editing by another user." | |
}, | |
{ | |
"ErrorString": "ERROR_CHECKOUT_REQUIRED", | |
"ExitCode": 221, | |
"Hex Value": "0xDD", | |
"Description": "The file must be checked out before saving changes." | |
}, | |
{ | |
"ErrorString": "ERROR_BAD_FILE_TYPE", | |
"ExitCode": 222, | |
"Hex Value": "0xDE", | |
"Description": "The file type being saved or retrieved has been blocked." | |
}, | |
{ | |
"ErrorString": "ERROR_FILE_TOO_LARGE", | |
"ExitCode": 223, | |
"Hex Value": "0xDF", | |
"Description": "The file size exceeds the limit allowed and cannot be saved." | |
}, | |
{ | |
"ErrorString": "ERROR_FORMS_AUTH_REQUIRED", | |
"ExitCode": 224, | |
"Hex Value": "0xE0", | |
"Description": "Access Denied. Before opening files in this location, you must first add the web site to your trusted sites list, browse to the web site, and select the option to login automatically." | |
}, | |
{ | |
"ErrorString": "ERROR_VIRUS_INFECTED", | |
"ExitCode": 225, | |
"Hex Value": "0xE1", | |
"Description": "Operation did not complete successfully because the file contains a virus or potentially unwanted software." | |
}, | |
{ | |
"ErrorString": "ERROR_VIRUS_DELETED", | |
"ExitCode": 226, | |
"Hex Value": "0xE2", | |
"Description": "This file contains a virus or potentially unwanted software and cannot be opened. Due to the nature of this virus or potentially unwanted software, the file has been removed from this location." | |
}, | |
{ | |
"ErrorString": "ERROR_PIPE_LOCAL", | |
"ExitCode": 229, | |
"Hex Value": "0xE5", | |
"Description": "The pipe is local." | |
}, | |
{ | |
"ErrorString": "ERROR_BAD_PIPE", | |
"ExitCode": 230, | |
"Hex Value": "0xE6", | |
"Description": "The pipe state is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_PIPE_BUSY", | |
"ExitCode": 231, | |
"Hex Value": "0xE7", | |
"Description": "All pipe instances are busy." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_DATA", | |
"ExitCode": 232, | |
"Hex Value": "0xE8", | |
"Description": "The pipe is being closed." | |
}, | |
{ | |
"ErrorString": "ERROR_PIPE_NOT_CONNECTED", | |
"ExitCode": 233, | |
"Hex Value": "0xE9", | |
"Description": "No process is on the other end of the pipe." | |
}, | |
{ | |
"ErrorString": "ERROR_MORE_DATA", | |
"ExitCode": 234, | |
"Hex Value": "0xEA", | |
"Description": "More data is available." | |
}, | |
{ | |
"ErrorString": "ERROR_VC_DISCONNECTED", | |
"ExitCode": 240, | |
"Hex Value": "0xF0", | |
"Description": "The session was canceled." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_EA_NAME", | |
"ExitCode": 254, | |
"Hex Value": "0xFE", | |
"Description": "The specified extended attribute name was invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_EA_LIST_INCONSISTENT", | |
"ExitCode": 255, | |
"Hex Value": "0xFF", | |
"Description": "The extended attributes are inconsistent." | |
}, | |
{ | |
"ErrorString": "WAIT_TIMEOUT", | |
"ExitCode": 258, | |
"Hex Value": "0x102", | |
"Description": "The wait operation timed out." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_MORE_ITEMS", | |
"ExitCode": 259, | |
"Hex Value": "0x103", | |
"Description": "No more data is available." | |
}, | |
{ | |
"ErrorString": "ERROR_CANNOT_COPY", | |
"ExitCode": 266, | |
"Hex Value": "0x10A", | |
"Description": "The copy functions cannot be used." | |
}, | |
{ | |
"ErrorString": "ERROR_DIRECTORY", | |
"ExitCode": 267, | |
"Hex Value": "0x10B", | |
"Description": "The directory name is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_EAS_DIDNT_FIT", | |
"ExitCode": 275, | |
"Hex Value": "0x113", | |
"Description": "The extended attributes did not fit in the buffer." | |
}, | |
{ | |
"ErrorString": "ERROR_EA_FILE_CORRUPT", | |
"ExitCode": 276, | |
"Hex Value": "0x114", | |
"Description": "The extended attribute file on the mounted file system is corrupt." | |
}, | |
{ | |
"ErrorString": "ERROR_EA_TABLE_FULL", | |
"ExitCode": 277, | |
"Hex Value": "0x115", | |
"Description": "The extended attribute table file is full." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_EA_HANDLE", | |
"ExitCode": 278, | |
"Hex Value": "0x116", | |
"Description": "The specified extended attribute handle is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_EAS_NOT_SUPPORTED", | |
"ExitCode": 282, | |
"Hex Value": "0x11A", | |
"Description": "The mounted file system does not support extended attributes." | |
}, | |
{ | |
"ErrorString": "ERROR_NOT_OWNER", | |
"ExitCode": 288, | |
"Hex Value": "0x120", | |
"Description": "Attempt to release mutex not owned by caller." | |
}, | |
{ | |
"ErrorString": "ERROR_TOO_MANY_POSTS", | |
"ExitCode": 298, | |
"Hex Value": "0x12A", | |
"Description": "Too many posts were made to a semaphore." | |
}, | |
{ | |
"ErrorString": "ERROR_PARTIAL_COPY", | |
"ExitCode": 299, | |
"Hex Value": "0x12B", | |
"Description": "Only part of a ReadProcessMemory or WriteProcessMemory request was completed." | |
}, | |
{ | |
"ErrorString": "ERROR_OPLOCK_NOT_GRANTED", | |
"ExitCode": 300, | |
"Hex Value": "0x12C", | |
"Description": "The oplock request is denied." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_OPLOCK_PROTOCOL", | |
"ExitCode": 301, | |
"Hex Value": "0x12D", | |
"Description": "An invalid oplock acknowledgment was received by the system." | |
}, | |
{ | |
"ErrorString": "ERROR_DISK_TOO_FRAGMENTED", | |
"ExitCode": 302, | |
"Hex Value": "0x12E", | |
"Description": "The volume is too fragmented to complete this operation." | |
}, | |
{ | |
"ErrorString": "ERROR_DELETE_PENDING", | |
"ExitCode": 303, | |
"Hex Value": "0x12F", | |
"Description": "The file cannot be opened because it is in the process of being deleted." | |
}, | |
{ | |
"ErrorString": "ERROR_INCOMPATIBLE_WITH_GLOBAL_SHORT_NAME_REGISTRY_SETTING", | |
"ExitCode": 304, | |
"Hex Value": "0x130", | |
"Description": "Short name settings may not be changed on this volume due to the global registry setting." | |
}, | |
{ | |
"ErrorString": "ERROR_SHORT_NAMES_NOT_ENABLED_ON_VOLUME", | |
"ExitCode": 305, | |
"Hex Value": "0x131", | |
"Description": "Short names are not enabled on this volume." | |
}, | |
{ | |
"ErrorString": "ERROR_SECURITY_STREAM_IS_INCONSISTENT", | |
"ExitCode": 306, | |
"Hex Value": "0x132", | |
"Description": "The security stream for the given volume is in an inconsistent state. Please run CHKDSK on the volume." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_LOCK_RANGE", | |
"ExitCode": 307, | |
"Hex Value": "0x133", | |
"Description": "A requested file lock operation cannot be processed due to an invalid byte range." | |
}, | |
{ | |
"ErrorString": "ERROR_IMAGE_SUBSYSTEM_NOT_PRESENT", | |
"ExitCode": 308, | |
"Hex Value": "0x134", | |
"Description": "The subsystem needed to support the image type is not present." | |
}, | |
{ | |
"ErrorString": "ERROR_NOTIFICATION_GUID_ALREADY_DEFINED", | |
"ExitCode": 309, | |
"Hex Value": "0x135", | |
"Description": "The specified file already has a notification GUID associated with it." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_EXCEPTION_HANDLER", | |
"ExitCode": 310, | |
"Hex Value": "0x136", | |
"Description": "An invalid exception handler routine has been detected." | |
}, | |
{ | |
"ErrorString": "ERROR_DUPLICATE_PRIVILEGES", | |
"ExitCode": 311, | |
"Hex Value": "0x137", | |
"Description": "Duplicate privileges were specified for the token." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_RANGES_PROCESSED", | |
"ExitCode": 312, | |
"Hex Value": "0x138", | |
"Description": "No ranges for the specified operation were able to be processed." | |
}, | |
{ | |
"ErrorString": "ERROR_NOT_ALLOWED_ON_SYSTEM_FILE", | |
"ExitCode": 313, | |
"Hex Value": "0x139", | |
"Description": "Operation is not allowed on a file system internal file." | |
}, | |
{ | |
"ErrorString": "ERROR_DISK_RESOURCES_EXHAUSTED", | |
"ExitCode": 314, | |
"Hex Value": "0x13A", | |
"Description": "The physical resources of this disk have been exhausted." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_TOKEN", | |
"ExitCode": 315, | |
"Hex Value": "0x13B", | |
"Description": "The token representing the data is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_DEVICE_FEATURE_NOT_SUPPORTED", | |
"ExitCode": 316, | |
"Hex Value": "0x13C", | |
"Description": "The device does not support the command feature." | |
}, | |
{ | |
"ErrorString": "ERROR_MR_MID_NOT_FOUND", | |
"ExitCode": 317, | |
"Hex Value": "0x13D", | |
"Description": "The system cannot find message text for message number 0x%1 in the message file for %2." | |
}, | |
{ | |
"ErrorString": "ERROR_SCOPE_NOT_FOUND", | |
"ExitCode": 318, | |
"Hex Value": "0x13E", | |
"Description": "The scope specified was not found." | |
}, | |
{ | |
"ErrorString": "ERROR_UNDEFINED_SCOPE", | |
"ExitCode": 319, | |
"Hex Value": "0x13F", | |
"Description": "The Central Access Policy specified is not defined on the target machine." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_CAP", | |
"ExitCode": 320, | |
"Hex Value": "0x140", | |
"Description": "The Central Access Policy obtained from Active Directory is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_DEVICE_UNREACHABLE", | |
"ExitCode": 321, | |
"Hex Value": "0x141", | |
"Description": "The device is unreachable." | |
}, | |
{ | |
"ErrorString": "ERROR_DEVICE_NO_RESOURCES", | |
"ExitCode": 322, | |
"Hex Value": "0x142", | |
"Description": "The target device has insufficient resources to complete the operation." | |
}, | |
{ | |
"ErrorString": "ERROR_DATA_CHECKSUM_ERROR", | |
"ExitCode": 323, | |
"Hex Value": "0x143", | |
"Description": "A data integrity checksum error occurred. Data in the file stream is corrupt." | |
}, | |
{ | |
"ErrorString": "ERROR_INTERMIXED_KERNEL_EA_OPERATION", | |
"ExitCode": 324, | |
"Hex Value": "0x144", | |
"Description": "An attempt was made to modify both a KERNEL and normal Extended Attribute (EA) in the same operation." | |
}, | |
{ | |
"ErrorString": "ERROR_FILE_LEVEL_TRIM_NOT_SUPPORTED", | |
"ExitCode": 326, | |
"Hex Value": "0x146", | |
"Description": "Device does not support file-level TRIM." | |
}, | |
{ | |
"ErrorString": "ERROR_OFFSET_ALIGNMENT_VIOLATION", | |
"ExitCode": 327, | |
"Hex Value": "0x147", | |
"Description": "The command specified a data offset that does not align to the device\u0027s granularity/alignment." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_FIELD_IN_PARAMETER_LIST", | |
"ExitCode": 328, | |
"Hex Value": "0x148", | |
"Description": "The command specified an invalid field in its parameter list." | |
}, | |
{ | |
"ErrorString": "ERROR_OPERATION_IN_PROGRESS", | |
"ExitCode": 329, | |
"Hex Value": "0x149", | |
"Description": "An operation is currently in progress with the device." | |
}, | |
{ | |
"ErrorString": "ERROR_BAD_DEVICE_PATH", | |
"ExitCode": 330, | |
"Hex Value": "0x14A", | |
"Description": "An attempt was made to send down the command via an invalid path to the target device." | |
}, | |
{ | |
"ErrorString": "ERROR_TOO_MANY_DESCRIPTORS", | |
"ExitCode": 331, | |
"Hex Value": "0x14B", | |
"Description": "The command specified a number of descriptors that exceeded the maximum supported by the device." | |
}, | |
{ | |
"ErrorString": "ERROR_SCRUB_DATA_DISABLED", | |
"ExitCode": 332, | |
"Hex Value": "0x14C", | |
"Description": "Scrub is disabled on the specified file." | |
}, | |
{ | |
"ErrorString": "ERROR_NOT_REDUNDANT_STORAGE", | |
"ExitCode": 333, | |
"Hex Value": "0x14D", | |
"Description": "The storage device does not provide redundancy." | |
}, | |
{ | |
"ErrorString": "ERROR_RESIDENT_FILE_NOT_SUPPORTED", | |
"ExitCode": 334, | |
"Hex Value": "0x14E", | |
"Description": "An operation is not supported on a resident file." | |
}, | |
{ | |
"ErrorString": "ERROR_COMPRESSED_FILE_NOT_SUPPORTED", | |
"ExitCode": 335, | |
"Hex Value": "0x14F", | |
"Description": "An operation is not supported on a compressed file." | |
}, | |
{ | |
"ErrorString": "ERROR_DIRECTORY_NOT_SUPPORTED", | |
"ExitCode": 336, | |
"Hex Value": "0x150", | |
"Description": "An operation is not supported on a directory." | |
}, | |
{ | |
"ErrorString": "ERROR_NOT_READ_FROM_COPY", | |
"ExitCode": 337, | |
"Hex Value": "0x151", | |
"Description": "The specified copy of the requested data could not be read." | |
}, | |
{ | |
"ErrorString": "ERROR_FAIL_NOACTION_REBOOT", | |
"ExitCode": 350, | |
"Hex Value": "0x15E", | |
"Description": "No action was taken as a system reboot is required." | |
}, | |
{ | |
"ErrorString": "ERROR_FAIL_SHUTDOWN", | |
"ExitCode": 351, | |
"Hex Value": "0x15F", | |
"Description": "The shutdown operation failed." | |
}, | |
{ | |
"ErrorString": "ERROR_FAIL_RESTART", | |
"ExitCode": 352, | |
"Hex Value": "0x160", | |
"Description": "The restart operation failed." | |
}, | |
{ | |
"ErrorString": "ERROR_MAX_SESSIONS_REACHED", | |
"ExitCode": 353, | |
"Hex Value": "0x161", | |
"Description": "The maximum number of sessions has been reached." | |
}, | |
{ | |
"ErrorString": "ERROR_THREAD_MODE_ALREADY_BACKGROUND", | |
"ExitCode": 400, | |
"Hex Value": "0x190", | |
"Description": "The thread is already in background processing mode." | |
}, | |
{ | |
"ErrorString": "ERROR_THREAD_MODE_NOT_BACKGROUND", | |
"ExitCode": 401, | |
"Hex Value": "0x191", | |
"Description": "The thread is not in background processing mode." | |
}, | |
{ | |
"ErrorString": "ERROR_PROCESS_MODE_ALREADY_BACKGROUND", | |
"ExitCode": 402, | |
"Hex Value": "0x192", | |
"Description": "The process is already in background processing mode." | |
}, | |
{ | |
"ErrorString": "ERROR_PROCESS_MODE_NOT_BACKGROUND", | |
"ExitCode": 403, | |
"Hex Value": "0x193", | |
"Description": "The process is not in background processing mode." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_ADDRESS", | |
"ExitCode": 487, | |
"Hex Value": "0x1E7", | |
"Description": "Attempt to access invalid address." | |
}, | |
{ | |
"ErrorString": "ERROR_USER_PROFILE_LOAD", | |
"ExitCode": 500, | |
"Hex Value": "0x1F4", | |
"Description": "User profile cannot be loaded." | |
}, | |
{ | |
"ErrorString": "ERROR_ARITHMETIC_OVERFLOW", | |
"ExitCode": 534, | |
"Hex Value": "0x216", | |
"Description": "Arithmetic result exceeded 32 bits." | |
}, | |
{ | |
"ErrorString": "ERROR_PIPE_CONNECTED", | |
"ExitCode": 535, | |
"Hex Value": "0x217", | |
"Description": "There is a process on other end of the pipe." | |
}, | |
{ | |
"ErrorString": "ERROR_PIPE_LISTENING", | |
"ExitCode": 536, | |
"Hex Value": "0x218", | |
"Description": "Waiting for a process to open the other end of the pipe." | |
}, | |
{ | |
"ErrorString": "ERROR_VERIFIER_STOP", | |
"ExitCode": 537, | |
"Hex Value": "0x219", | |
"Description": "Application verifier has found an error in the current process." | |
}, | |
{ | |
"ErrorString": "ERROR_ABIOS_ERROR", | |
"ExitCode": 538, | |
"Hex Value": "0x21A", | |
"Description": "An error occurred in the ABIOS subsystem." | |
}, | |
{ | |
"ErrorString": "ERROR_WX86_WARNING", | |
"ExitCode": 539, | |
"Hex Value": "0x21B", | |
"Description": "A warning occurred in the WX86 subsystem." | |
}, | |
{ | |
"ErrorString": "ERROR_WX86_ERROR", | |
"ExitCode": 540, | |
"Hex Value": "0x21C", | |
"Description": "An error occurred in the WX86 subsystem." | |
}, | |
{ | |
"ErrorString": "ERROR_TIMER_NOT_CANCELED", | |
"ExitCode": 541, | |
"Hex Value": "0x21D", | |
"Description": "An attempt was made to cancel or set a timer that has an associated APC and the subject thread is not the thread that originally set the timer with an associated APC routine." | |
}, | |
{ | |
"ErrorString": "ERROR_UNWIND", | |
"ExitCode": 542, | |
"Hex Value": "0x21E", | |
"Description": "Unwind exception code." | |
}, | |
{ | |
"ErrorString": "ERROR_BAD_STACK", | |
"ExitCode": 543, | |
"Hex Value": "0x21F", | |
"Description": "An invalid or unaligned stack was encountered during an unwind operation." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_UNWIND_TARGET", | |
"ExitCode": 544, | |
"Hex Value": "0x220", | |
"Description": "An invalid unwind target was encountered during an unwind operation." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_PORT_ATTRIBUTES", | |
"ExitCode": 545, | |
"Hex Value": "0x221", | |
"Description": "Invalid Object Attributes specified to NtCreatePort or invalid Port Attributes specified to NtConnectPort" | |
}, | |
{ | |
"ErrorString": "ERROR_PORT_MESSAGE_TOO_LONG", | |
"ExitCode": 546, | |
"Hex Value": "0x222", | |
"Description": "Length of message passed to NtRequestPort or NtRequestWaitReplyPort was longer than the maximum message allowed by the port." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_QUOTA_LOWER", | |
"ExitCode": 547, | |
"Hex Value": "0x223", | |
"Description": "An attempt was made to lower a quota limit below the current usage." | |
}, | |
{ | |
"ErrorString": "ERROR_DEVICE_ALREADY_ATTACHED", | |
"ExitCode": 548, | |
"Hex Value": "0x224", | |
"Description": "An attempt was made to attach to a device that was already attached to another device." | |
}, | |
{ | |
"ErrorString": "ERROR_INSTRUCTION_MISALIGNMENT", | |
"ExitCode": 549, | |
"Hex Value": "0x225", | |
"Description": "An attempt was made to execute an instruction at an unaligned address and the host system does not support unaligned instruction references." | |
}, | |
{ | |
"ErrorString": "ERROR_PROFILING_NOT_STARTED", | |
"ExitCode": 550, | |
"Hex Value": "0x226", | |
"Description": "Profiling not started." | |
}, | |
{ | |
"ErrorString": "ERROR_PROFILING_NOT_STOPPED", | |
"ExitCode": 551, | |
"Hex Value": "0x227", | |
"Description": "Profiling not stopped." | |
}, | |
{ | |
"ErrorString": "ERROR_COULD_NOT_INTERPRET", | |
"ExitCode": 552, | |
"Hex Value": "0x228", | |
"Description": "The passed ACL did not contain the minimum required information." | |
}, | |
{ | |
"ErrorString": "ERROR_PROFILING_AT_LIMIT", | |
"ExitCode": 553, | |
"Hex Value": "0x229", | |
"Description": "The number of active profiling objects is at the maximum and no more may be started." | |
}, | |
{ | |
"ErrorString": "ERROR_CANT_WAIT", | |
"ExitCode": 554, | |
"Hex Value": "0x22A", | |
"Description": "Used to indicate that an operation cannot continue without blocking for I/O." | |
}, | |
{ | |
"ErrorString": "ERROR_CANT_TERMINATE_SELF", | |
"ExitCode": 555, | |
"Hex Value": "0x22B", | |
"Description": "Indicates that a thread attempted to terminate itself by default (called NtTerminateThread with NULL) and it was the last thread in the current process." | |
}, | |
{ | |
"ErrorString": "ERROR_UNEXPECTED_MM_CREATE_ERR", | |
"ExitCode": 556, | |
"Hex Value": "0x22C", | |
"Description": "If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter. In this case information is lost, however, the filter correctly handles the exception." | |
}, | |
{ | |
"ErrorString": "ERROR_UNEXPECTED_MM_MAP_ERROR", | |
"ExitCode": 557, | |
"Hex Value": "0x22D", | |
"Description": "If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter. In this case information is lost, however, the filter correctly handles the exception." | |
}, | |
{ | |
"ErrorString": "ERROR_UNEXPECTED_MM_EXTEND_ERR", | |
"ExitCode": 558, | |
"Hex Value": "0x22E", | |
"Description": "If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter. In this case information is lost, however, the filter correctly handles the exception." | |
}, | |
{ | |
"ErrorString": "ERROR_BAD_FUNCTION_TABLE", | |
"ExitCode": 559, | |
"Hex Value": "0x22F", | |
"Description": "A malformed function table was encountered during an unwind operation." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_GUID_TRANSLATION", | |
"ExitCode": 560, | |
"Hex Value": "0x230", | |
"Description": "Indicates that an attempt was made to assign protection to a file system file or directory and one of the SIDs in the security descriptor could not be translated into a GUID that could be stored by the file system. This causes the protection attempt to fail, which may cause a file creation attempt to fail." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_LDT_SIZE", | |
"ExitCode": 561, | |
"Hex Value": "0x231", | |
"Description": "Indicates that an attempt was made to grow an LDT by setting its size, or that the size was not an even number of selectors." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_LDT_OFFSET", | |
"ExitCode": 563, | |
"Hex Value": "0x233", | |
"Description": "Indicates that the starting value for the LDT information was not an integral multiple of the selector size." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_LDT_DESCRIPTOR", | |
"ExitCode": 564, | |
"Hex Value": "0x234", | |
"Description": "Indicates that the user supplied an invalid descriptor when trying to set up Ldt descriptors." | |
}, | |
{ | |
"ErrorString": "ERROR_TOO_MANY_THREADS", | |
"ExitCode": 565, | |
"Hex Value": "0x235", | |
"Description": "Indicates a process has too many threads to perform the requested action. For example, assignment of a primary token may only be performed when a process has zero or one threads." | |
}, | |
{ | |
"ErrorString": "ERROR_THREAD_NOT_IN_PROCESS", | |
"ExitCode": 566, | |
"Hex Value": "0x236", | |
"Description": "An attempt was made to operate on a thread within a specific process, but the thread specified is not in the process specified." | |
}, | |
{ | |
"ErrorString": "ERROR_PAGEFILE_QUOTA_EXCEEDED", | |
"ExitCode": 567, | |
"Hex Value": "0x237", | |
"Description": "Page file quota was exceeded." | |
}, | |
{ | |
"ErrorString": "ERROR_LOGON_SERVER_CONFLICT", | |
"ExitCode": 568, | |
"Hex Value": "0x238", | |
"Description": "The Netlogon service cannot start because another Netlogon service running in the domain conflicts with the specified role." | |
}, | |
{ | |
"ErrorString": "ERROR_SYNCHRONIZATION_REQUIRED", | |
"ExitCode": 569, | |
"Hex Value": "0x239", | |
"Description": "The SAM database on a Windows Server is significantly out of synchronization with the copy on the Domain Controller. A complete synchronization is required." | |
}, | |
{ | |
"ErrorString": "ERROR_NET_OPEN_FAILED", | |
"ExitCode": 570, | |
"Hex Value": "0x23A", | |
"Description": "The NtCreateFile API failed. This error should never be returned to an application, it is a place holder for the Windows Lan Manager Redirector to use in its internal error mapping routines." | |
}, | |
{ | |
"ErrorString": "ERROR_IO_PRIVILEGE_FAILED", | |
"ExitCode": 571, | |
"Hex Value": "0x23B", | |
"Description": "{Privilege Failed} The I/O permissions for the process could not be changed." | |
}, | |
{ | |
"ErrorString": "ERROR_CONTROL_C_EXIT", | |
"ExitCode": 572, | |
"Hex Value": "0x23C", | |
"Description": "{Application Exit by CTRL+C} The application terminated as a result of a CTRL+C." | |
}, | |
{ | |
"ErrorString": "ERROR_MISSING_SYSTEMFILE", | |
"ExitCode": 573, | |
"Hex Value": "0x23D", | |
"Description": "{Missing System File} The required system file %hs is bad or missing." | |
}, | |
{ | |
"ErrorString": "ERROR_UNHANDLED_EXCEPTION", | |
"ExitCode": 574, | |
"Hex Value": "0x23E", | |
"Description": "{Application Error} The exception %s (0x%08lx) occurred in the application at location 0x%08lx." | |
}, | |
{ | |
"ErrorString": "ERROR_APP_INIT_FAILURE", | |
"ExitCode": 575, | |
"Hex Value": "0x23F", | |
"Description": "{Application Error} The application was unable to start correctly (0x%lx). Click OK to close the application." | |
}, | |
{ | |
"ErrorString": "ERROR_PAGEFILE_CREATE_FAILED", | |
"ExitCode": 576, | |
"Hex Value": "0x240", | |
"Description": "{Unable to Create Paging File} The creation of the paging file %hs failed (%lx). The requested size was %ld." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_IMAGE_HASH", | |
"ExitCode": 577, | |
"Hex Value": "0x241", | |
"Description": "Windows cannot verify the digital signature for this file. A recent hardware or software change might have installed a file that is signed incorrectly or damaged, or that might be malicious software from an unknown source." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_PAGEFILE", | |
"ExitCode": 578, | |
"Hex Value": "0x242", | |
"Description": "{No Paging File Specified} No paging file was specified in the system configuration." | |
}, | |
{ | |
"ErrorString": "ERROR_ILLEGAL_FLOAT_CONTEXT", | |
"ExitCode": 579, | |
"Hex Value": "0x243", | |
"Description": "{EXCEPTION} A real-mode application issued a floating-point instruction and floating-point hardware is not present." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_EVENT_PAIR", | |
"ExitCode": 580, | |
"Hex Value": "0x244", | |
"Description": "An event pair synchronization operation was performed using the thread specific client/server event pair object, but no event pair object was associated with the thread." | |
}, | |
{ | |
"ErrorString": "ERROR_DOMAIN_CTRLR_CONFIG_ERROR", | |
"ExitCode": 581, | |
"Hex Value": "0x245", | |
"Description": "A Windows Server has an incorrect configuration." | |
}, | |
{ | |
"ErrorString": "ERROR_ILLEGAL_CHARACTER", | |
"ExitCode": 582, | |
"Hex Value": "0x246", | |
"Description": "An illegal character was encountered. For a multi-byte character set this includes a lead byte without a succeeding trail byte. For the Unicode character set this includes the characters 0xFFFF and 0xFFFE." | |
}, | |
{ | |
"ErrorString": "ERROR_UNDEFINED_CHARACTER", | |
"ExitCode": 583, | |
"Hex Value": "0x247", | |
"Description": "The Unicode character is not defined in the Unicode character set installed on the system." | |
}, | |
{ | |
"ErrorString": "ERROR_FLOPPY_VOLUME", | |
"ExitCode": 584, | |
"Hex Value": "0x248", | |
"Description": "The paging file cannot be created on a floppy diskette." | |
}, | |
{ | |
"ErrorString": "ERROR_BIOS_FAILED_TO_CONNECT_INTERRUPT", | |
"ExitCode": 585, | |
"Hex Value": "0x249", | |
"Description": "The system BIOS failed to connect a system interrupt to the device or bus for which the device is connected." | |
}, | |
{ | |
"ErrorString": "ERROR_BACKUP_CONTROLLER", | |
"ExitCode": 586, | |
"Hex Value": "0x24A", | |
"Description": "This operation is only allowed for the Primary Domain Controller of the domain." | |
}, | |
{ | |
"ErrorString": "ERROR_MUTANT_LIMIT_EXCEEDED", | |
"ExitCode": 587, | |
"Hex Value": "0x24B", | |
"Description": "An attempt was made to acquire a mutant such that its maximum count would have been exceeded." | |
}, | |
{ | |
"ErrorString": "ERROR_FS_DRIVER_REQUIRED", | |
"ExitCode": 588, | |
"Hex Value": "0x24C", | |
"Description": "A volume has been accessed for which a file system driver is required that has not yet been loaded." | |
}, | |
{ | |
"ErrorString": "ERROR_CANNOT_LOAD_REGISTRY_FILE", | |
"ExitCode": 589, | |
"Hex Value": "0x24D", | |
"Description": "{Registry File Failure} The registry cannot load the hive (file): %hs or its log or alternate. It is corrupt, absent, or not writable." | |
}, | |
{ | |
"ErrorString": "ERROR_DEBUG_ATTACH_FAILED", | |
"ExitCode": 590, | |
"Hex Value": "0x24E", | |
"Description": "{Unexpected Failure in DebugActiveProcess} An unexpected failure occurred while processing a DebugActiveProcess API request. You may choose OK to terminate the process, or Cancel to ignore the error." | |
}, | |
{ | |
"ErrorString": "ERROR_SYSTEM_PROCESS_TERMINATED", | |
"ExitCode": 591, | |
"Hex Value": "0x24F", | |
"Description": "{Fatal System Error} The %hs system process terminated unexpectedly with a status of 0x%08x (0x%08x 0x%08x). The system has been shut down." | |
}, | |
{ | |
"ErrorString": "ERROR_DATA_NOT_ACCEPTED", | |
"ExitCode": 592, | |
"Hex Value": "0x250", | |
"Description": "{Data Not Accepted} The TDI client could not handle the data received during an indication." | |
}, | |
{ | |
"ErrorString": "ERROR_VDM_HARD_ERROR", | |
"ExitCode": 593, | |
"Hex Value": "0x251", | |
"Description": "NTVDM encountered a hard error." | |
}, | |
{ | |
"ErrorString": "ERROR_DRIVER_CANCEL_TIMEOUT", | |
"ExitCode": 594, | |
"Hex Value": "0x252", | |
"Description": "{Cancel Timeout} The driver %hs failed to complete a cancelled I/O request in the allotted time." | |
}, | |
{ | |
"ErrorString": "ERROR_REPLY_MESSAGE_MISMATCH", | |
"ExitCode": 595, | |
"Hex Value": "0x253", | |
"Description": "{Reply Message Mismatch} An attempt was made to reply to an LPC message, but the thread specified by the client ID in the message was not waiting on that message." | |
}, | |
{ | |
"ErrorString": "ERROR_LOST_WRITEBEHIND_DATA", | |
"ExitCode": 596, | |
"Hex Value": "0x254", | |
"Description": "{Delayed Write Failed} Windows was unable to save all the data for the file %hs. The data has been lost. This error may be caused by a failure of your computer hardware or network connection. Please try to save this file elsewhere." | |
}, | |
{ | |
"ErrorString": "ERROR_CLIENT_SERVER_PARAMETERS_INVALID", | |
"ExitCode": 597, | |
"Hex Value": "0x255", | |
"Description": "The parameter(s) passed to the server in the client/server shared memory window were invalid. Too much data may have been put in the shared memory window." | |
}, | |
{ | |
"ErrorString": "ERROR_NOT_TINY_STREAM", | |
"ExitCode": 598, | |
"Hex Value": "0x256", | |
"Description": "The stream is not a tiny stream." | |
}, | |
{ | |
"ErrorString": "ERROR_STACK_OVERFLOW_READ", | |
"ExitCode": 599, | |
"Hex Value": "0x257", | |
"Description": "The request must be handled by the stack overflow code." | |
}, | |
{ | |
"ErrorString": "ERROR_CONVERT_TO_LARGE", | |
"ExitCode": 600, | |
"Hex Value": "0x258", | |
"Description": "Internal OFS status codes indicating how an allocation operation is handled. Either it is retried after the containing onode is moved or the extent stream is converted to a large stream." | |
}, | |
{ | |
"ErrorString": "ERROR_FOUND_OUT_OF_SCOPE", | |
"ExitCode": 601, | |
"Hex Value": "0x259", | |
"Description": "The attempt to find the object found an object matching by ID on the volume but it is out of the scope of the handle used for the operation." | |
}, | |
{ | |
"ErrorString": "ERROR_ALLOCATE_BUCKET", | |
"ExitCode": 602, | |
"Hex Value": "0x25A", | |
"Description": "The bucket array must be grown. Retry transaction after doing so." | |
}, | |
{ | |
"ErrorString": "ERROR_MARSHALL_OVERFLOW", | |
"ExitCode": 603, | |
"Hex Value": "0x25B", | |
"Description": "The user/kernel marshalling buffer has overflowed." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_VARIANT", | |
"ExitCode": 604, | |
"Hex Value": "0x25C", | |
"Description": "The supplied variant structure contains invalid data." | |
}, | |
{ | |
"ErrorString": "ERROR_BAD_COMPRESSION_BUFFER", | |
"ExitCode": 605, | |
"Hex Value": "0x25D", | |
"Description": "The specified buffer contains ill-formed data." | |
}, | |
{ | |
"ErrorString": "ERROR_AUDIT_FAILED", | |
"ExitCode": 606, | |
"Hex Value": "0x25E", | |
"Description": "{Audit Failed} An attempt to generate a security audit failed." | |
}, | |
{ | |
"ErrorString": "ERROR_TIMER_RESOLUTION_NOT_SET", | |
"ExitCode": 607, | |
"Hex Value": "0x25F", | |
"Description": "The timer resolution was not previously set by the current process." | |
}, | |
{ | |
"ErrorString": "ERROR_INSUFFICIENT_LOGON_INFO", | |
"ExitCode": 608, | |
"Hex Value": "0x260", | |
"Description": "There is insufficient account information to log you on." | |
}, | |
{ | |
"ErrorString": "ERROR_BAD_DLL_ENTRYPOINT", | |
"ExitCode": 609, | |
"Hex Value": "0x261", | |
"Description": "{Invalid DLL Entrypoint} The dynamic link library %hs is not written correctly. The stack pointer has been left in an inconsistent state. The entrypoint should be declared as WINAPI or STDCALL. Select YES to fail the DLL load. Select NO to continue execution. Selecting NO may cause the application to operate incorrectly." | |
}, | |
{ | |
"ErrorString": "ERROR_BAD_SERVICE_ENTRYPOINT", | |
"ExitCode": 610, | |
"Hex Value": "0x262", | |
"Description": "{Invalid Service Callback Entrypoint} The %hs service is not written correctly. The stack pointer has been left in an inconsistent state. The callback entrypoint should be declared as WINAPI or STDCALL. Selecting OK will cause the service to continue operation. However, the service process may operate incorrectly." | |
}, | |
{ | |
"ErrorString": "ERROR_IP_ADDRESS_CONFLICT1", | |
"ExitCode": 611, | |
"Hex Value": "0x263", | |
"Description": "There is an IP address conflict with another system on the network." | |
}, | |
{ | |
"ErrorString": "ERROR_IP_ADDRESS_CONFLICT2", | |
"ExitCode": 612, | |
"Hex Value": "0x264", | |
"Description": "There is an IP address conflict with another system on the network." | |
}, | |
{ | |
"ErrorString": "ERROR_REGISTRY_QUOTA_LIMIT", | |
"ExitCode": 613, | |
"Hex Value": "0x265", | |
"Description": "{Low On Registry Space} The system has reached the maximum size allowed for the system part of the registry. Additional storage requests will be ignored." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_CALLBACK_ACTIVE", | |
"ExitCode": 614, | |
"Hex Value": "0x266", | |
"Description": "A callback return system service cannot be executed when no callback is active." | |
}, | |
{ | |
"ErrorString": "ERROR_PWD_TOO_SHORT", | |
"ExitCode": 615, | |
"Hex Value": "0x267", | |
"Description": "The password provided is too short to meet the policy of your user account. Please choose a longer password." | |
}, | |
{ | |
"ErrorString": "ERROR_PWD_TOO_RECENT", | |
"ExitCode": 616, | |
"Hex Value": "0x268", | |
"Description": "The policy of your user account does not allow you to change passwords too frequently. This is done to prevent users from changing back to a familiar, but potentially discovered, password. If you feel your password has been compromised then please contact your administrator immediately to have a new one assigned." | |
}, | |
{ | |
"ErrorString": "ERROR_PWD_HISTORY_CONFLICT", | |
"ExitCode": 617, | |
"Hex Value": "0x269", | |
"Description": "You have attempted to change your password to one that you have used in the past. The policy of your user account does not allow this. Please select a password that you have not previously used." | |
}, | |
{ | |
"ErrorString": "ERROR_UNSUPPORTED_COMPRESSION", | |
"ExitCode": 618, | |
"Hex Value": "0x26A", | |
"Description": "The specified compression format is unsupported." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_HW_PROFILE", | |
"ExitCode": 619, | |
"Hex Value": "0x26B", | |
"Description": "The specified hardware profile configuration is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_PLUGPLAY_DEVICE_PATH", | |
"ExitCode": 620, | |
"Hex Value": "0x26C", | |
"Description": "The specified Plug and Play registry device path is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_QUOTA_LIST_INCONSISTENT", | |
"ExitCode": 621, | |
"Hex Value": "0x26D", | |
"Description": "The specified quota list is internally inconsistent with its descriptor." | |
}, | |
{ | |
"ErrorString": "ERROR_EVALUATION_EXPIRATION", | |
"ExitCode": 622, | |
"Hex Value": "0x26E", | |
"Description": "{Windows Evaluation Notification} The evaluation period for this installation of Windows has expired. This system will shutdown in 1 hour. To restore access to this installation of Windows, please upgrade this installation using a licensed distribution of this product." | |
}, | |
{ | |
"ErrorString": "ERROR_ILLEGAL_DLL_RELOCATION", | |
"ExitCode": 623, | |
"Hex Value": "0x26F", | |
"Description": "{Illegal System DLL Relocation} The system DLL %hs was relocated in memory. The application will not run properly. The relocation occurred because the DLL %hs occupied an address range reserved for Windows system DLLs. The vendor supplying the DLL should be contacted for a new DLL." | |
}, | |
{ | |
"ErrorString": "ERROR_DLL_INIT_FAILED_LOGOFF", | |
"ExitCode": 624, | |
"Hex Value": "0x270", | |
"Description": "{DLL Initialization Failed} The application failed to initialize because the window station is shutting down." | |
}, | |
{ | |
"ErrorString": "ERROR_VALIDATE_CONTINUE", | |
"ExitCode": 625, | |
"Hex Value": "0x271", | |
"Description": "The validation process needs to continue on to the next step." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_MORE_MATCHES", | |
"ExitCode": 626, | |
"Hex Value": "0x272", | |
"Description": "There are no more matches for the current index enumeration." | |
}, | |
{ | |
"ErrorString": "ERROR_RANGE_LIST_CONFLICT", | |
"ExitCode": 627, | |
"Hex Value": "0x273", | |
"Description": "The range could not be added to the range list because of a conflict." | |
}, | |
{ | |
"ErrorString": "ERROR_SERVER_SID_MISMATCH", | |
"ExitCode": 628, | |
"Hex Value": "0x274", | |
"Description": "The server process is running under a SID different than that required by client." | |
}, | |
{ | |
"ErrorString": "ERROR_CANT_ENABLE_DENY_ONLY", | |
"ExitCode": 629, | |
"Hex Value": "0x275", | |
"Description": "A group marked use for deny only cannot be enabled." | |
}, | |
{ | |
"ErrorString": "ERROR_FLOAT_MULTIPLE_FAULTS", | |
"ExitCode": 630, | |
"Hex Value": "0x276", | |
"Description": "{EXCEPTION} Multiple floating point faults." | |
}, | |
{ | |
"ErrorString": "ERROR_FLOAT_MULTIPLE_TRAPS", | |
"ExitCode": 631, | |
"Hex Value": "0x277", | |
"Description": "{EXCEPTION} Multiple floating point traps." | |
}, | |
{ | |
"ErrorString": "ERROR_NOINTERFACE", | |
"ExitCode": 632, | |
"Hex Value": "0x278", | |
"Description": "The requested interface is not supported." | |
}, | |
{ | |
"ErrorString": "ERROR_DRIVER_FAILED_SLEEP", | |
"ExitCode": 633, | |
"Hex Value": "0x279", | |
"Description": "{System Standby Failed} The driver %hs does not support standby mode. Updating this driver may allow the system to go to standby mode." | |
}, | |
{ | |
"ErrorString": "ERROR_CORRUPT_SYSTEM_FILE", | |
"ExitCode": 634, | |
"Hex Value": "0x27A", | |
"Description": "The system file %1 has become corrupt and has been replaced." | |
}, | |
{ | |
"ErrorString": "ERROR_COMMITMENT_MINIMUM", | |
"ExitCode": 635, | |
"Hex Value": "0x27B", | |
"Description": "{Virtual Memory Minimum Too Low} Your system is low on virtual memory. Windows is increasing the size of your virtual memory paging file. During this process, memory requests for some applications may be denied. For more information, see Help." | |
}, | |
{ | |
"ErrorString": "ERROR_PNP_RESTART_ENUMERATION", | |
"ExitCode": 636, | |
"Hex Value": "0x27C", | |
"Description": "A device was removed so enumeration must be restarted." | |
}, | |
{ | |
"ErrorString": "ERROR_SYSTEM_IMAGE_BAD_SIGNATURE", | |
"ExitCode": 637, | |
"Hex Value": "0x27D", | |
"Description": "{Fatal System Error} The system image %s is not properly signed. The file has been replaced with the signed file. The system has been shut down." | |
}, | |
{ | |
"ErrorString": "ERROR_PNP_REBOOT_REQUIRED", | |
"ExitCode": 638, | |
"Hex Value": "0x27E", | |
"Description": "Device will not start without a reboot." | |
}, | |
{ | |
"ErrorString": "ERROR_INSUFFICIENT_POWER", | |
"ExitCode": 639, | |
"Hex Value": "0x27F", | |
"Description": "There is not enough power to complete the requested operation." | |
}, | |
{ | |
"ErrorString": "ERROR_MULTIPLE_FAULT_VIOLATION", | |
"ExitCode": 640, | |
"Hex Value": "0x280", | |
"Description": "ERROR_MULTIPLE_FAULT_VIOLATION" | |
}, | |
{ | |
"ErrorString": "ERROR_SYSTEM_SHUTDOWN", | |
"ExitCode": 641, | |
"Hex Value": "0x281", | |
"Description": "The system is in the process of shutting down." | |
}, | |
{ | |
"ErrorString": "ERROR_PORT_NOT_SET", | |
"ExitCode": 642, | |
"Hex Value": "0x282", | |
"Description": "An attempt to remove a processes DebugPort was made, but a port was not already associated with the process." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_VERSION_CHECK_FAILURE", | |
"ExitCode": 643, | |
"Hex Value": "0x283", | |
"Description": "This version of Windows is not compatible with the behavior version of directory forest, domain or domain controller." | |
}, | |
{ | |
"ErrorString": "ERROR_RANGE_NOT_FOUND", | |
"ExitCode": 644, | |
"Hex Value": "0x284", | |
"Description": "The specified range could not be found in the range list." | |
}, | |
{ | |
"ErrorString": "ERROR_NOT_SAFE_MODE_DRIVER", | |
"ExitCode": 646, | |
"Hex Value": "0x286", | |
"Description": "The driver was not loaded because the system is booting into safe mode." | |
}, | |
{ | |
"ErrorString": "ERROR_FAILED_DRIVER_ENTRY", | |
"ExitCode": 647, | |
"Hex Value": "0x287", | |
"Description": "The driver was not loaded because it failed its initialization call." | |
}, | |
{ | |
"ErrorString": "ERROR_DEVICE_ENUMERATION_ERROR", | |
"ExitCode": 648, | |
"Hex Value": "0x288", | |
"Description": "The \"%hs\" encountered an error while applying power or reading the device configuration. This may be caused by a failure of your hardware or by a poor connection." | |
}, | |
{ | |
"ErrorString": "ERROR_MOUNT_POINT_NOT_RESOLVED", | |
"ExitCode": 649, | |
"Hex Value": "0x289", | |
"Description": "The create operation failed because the name contained at least one mount point which resolves to a volume to which the specified device object is not attached." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_DEVICE_OBJECT_PARAMETER", | |
"ExitCode": 650, | |
"Hex Value": "0x28A", | |
"Description": "The device object parameter is either not a valid device object or is not attached to the volume specified by the file name." | |
}, | |
{ | |
"ErrorString": "ERROR_MCA_OCCURED", | |
"ExitCode": 651, | |
"Hex Value": "0x28B", | |
"Description": "A Machine Check Error has occurred. Please check the system eventlog for additional information." | |
}, | |
{ | |
"ErrorString": "ERROR_DRIVER_DATABASE_ERROR", | |
"ExitCode": 652, | |
"Hex Value": "0x28C", | |
"Description": "There was error [%2] processing the driver database." | |
}, | |
{ | |
"ErrorString": "ERROR_SYSTEM_HIVE_TOO_LARGE", | |
"ExitCode": 653, | |
"Hex Value": "0x28D", | |
"Description": "System hive size has exceeded its limit." | |
}, | |
{ | |
"ErrorString": "ERROR_DRIVER_FAILED_PRIOR_UNLOAD", | |
"ExitCode": 654, | |
"Hex Value": "0x28E", | |
"Description": "The driver could not be loaded because a previous version of the driver is still in memory." | |
}, | |
{ | |
"ErrorString": "ERROR_VOLSNAP_PREPARE_HIBERNATE", | |
"ExitCode": 655, | |
"Hex Value": "0x28F", | |
"Description": "{Volume Shadow Copy Service} Please wait while the Volume Shadow Copy Service prepares volume %hs for hibernation." | |
}, | |
{ | |
"ErrorString": "ERROR_HIBERNATION_FAILURE", | |
"ExitCode": 656, | |
"Hex Value": "0x290", | |
"Description": "The system has failed to hibernate (The error code is %hs). Hibernation will be disabled until the system is restarted." | |
}, | |
{ | |
"ErrorString": "ERROR_PWD_TOO_LONG", | |
"ExitCode": 657, | |
"Hex Value": "0x291", | |
"Description": "The password provided is too long to meet the policy of your user account. Please choose a shorter password." | |
}, | |
{ | |
"ErrorString": "ERROR_FILE_SYSTEM_LIMITATION", | |
"ExitCode": 665, | |
"Hex Value": "0x299", | |
"Description": "The requested operation could not be completed due to a file system limitation." | |
}, | |
{ | |
"ErrorString": "ERROR_ASSERTION_FAILURE", | |
"ExitCode": 668, | |
"Hex Value": "0x29C", | |
"Description": "An assertion failure has occurred." | |
}, | |
{ | |
"ErrorString": "ERROR_ACPI_ERROR", | |
"ExitCode": 669, | |
"Hex Value": "0x29D", | |
"Description": "An error occurred in the ACPI subsystem." | |
}, | |
{ | |
"ErrorString": "ERROR_WOW_ASSERTION", | |
"ExitCode": 670, | |
"Hex Value": "0x29E", | |
"Description": "WOW Assertion Error." | |
}, | |
{ | |
"ErrorString": "ERROR_PNP_BAD_MPS_TABLE", | |
"ExitCode": 671, | |
"Hex Value": "0x29F", | |
"Description": "A device is missing in the system BIOS MPS table. This device will not be used. Please contact your system vendor for system BIOS update." | |
}, | |
{ | |
"ErrorString": "ERROR_PNP_TRANSLATION_FAILED", | |
"ExitCode": 672, | |
"Hex Value": "0x2A0", | |
"Description": "A translator failed to translate resources." | |
}, | |
{ | |
"ErrorString": "ERROR_PNP_IRQ_TRANSLATION_FAILED", | |
"ExitCode": 673, | |
"Hex Value": "0x2A1", | |
"Description": "A IRQ translator failed to translate resources." | |
}, | |
{ | |
"ErrorString": "ERROR_PNP_INVALID_ID", | |
"ExitCode": 674, | |
"Hex Value": "0x2A2", | |
"Description": "Driver %2 returned invalid ID for a child device (%3)." | |
}, | |
{ | |
"ErrorString": "ERROR_WAKE_SYSTEM_DEBUGGER", | |
"ExitCode": 675, | |
"Hex Value": "0x2A3", | |
"Description": "{Kernel Debugger Awakened} the system debugger was awakened by an interrupt." | |
}, | |
{ | |
"ErrorString": "ERROR_HANDLES_CLOSED", | |
"ExitCode": 676, | |
"Hex Value": "0x2A4", | |
"Description": "{Handles Closed} Handles to objects have been automatically closed as a result of the requested operation." | |
}, | |
{ | |
"ErrorString": "ERROR_EXTRANEOUS_INFORMATION", | |
"ExitCode": 677, | |
"Hex Value": "0x2A5", | |
"Description": "{Too Much Information} The specified access control list (ACL) contained more information than was expected." | |
}, | |
{ | |
"ErrorString": "ERROR_RXACT_COMMIT_NECESSARY", | |
"ExitCode": 678, | |
"Hex Value": "0x2A6", | |
"Description": "This warning level status indicates that the transaction state already exists for the registry sub-tree, but that a transaction commit was previously aborted. The commit has NOT been completed, but has not been rolled back either (so it may still be committed if desired)." | |
}, | |
{ | |
"ErrorString": "ERROR_MEDIA_CHECK", | |
"ExitCode": 679, | |
"Hex Value": "0x2A7", | |
"Description": "{Media Changed} The media may have changed." | |
}, | |
{ | |
"ErrorString": "ERROR_GUID_SUBSTITUTION_MADE", | |
"ExitCode": 680, | |
"Hex Value": "0x2A8", | |
"Description": "{GUID Substitution} During the translation of a global identifier (GUID) to a Windows security ID (SID), no administratively-defined GUID prefix was found. A substitute prefix was used, which will not compromise system security. However, this may provide a more restrictive access than intended." | |
}, | |
{ | |
"ErrorString": "ERROR_STOPPED_ON_SYMLINK", | |
"ExitCode": 681, | |
"Hex Value": "0x2A9", | |
"Description": "The create operation stopped after reaching a symbolic link." | |
}, | |
{ | |
"ErrorString": "ERROR_LONGJUMP", | |
"ExitCode": 682, | |
"Hex Value": "0x2AA", | |
"Description": "A long jump has been executed." | |
}, | |
{ | |
"ErrorString": "ERROR_PLUGPLAY_QUERY_VETOED", | |
"ExitCode": 683, | |
"Hex Value": "0x2AB", | |
"Description": "The Plug and Play query operation was not successful." | |
}, | |
{ | |
"ErrorString": "ERROR_UNWIND_CONSOLIDATE", | |
"ExitCode": 684, | |
"Hex Value": "0x2AC", | |
"Description": "A frame consolidation has been executed." | |
}, | |
{ | |
"ErrorString": "ERROR_REGISTRY_HIVE_RECOVERED", | |
"ExitCode": 685, | |
"Hex Value": "0x2AD", | |
"Description": "{Registry Hive Recovered} Registry hive (file): %hs was corrupted and it has been recovered. Some data might have been lost." | |
}, | |
{ | |
"ErrorString": "ERROR_DLL_MIGHT_BE_INSECURE", | |
"ExitCode": 686, | |
"Hex Value": "0x2AE", | |
"Description": "The application is attempting to run executable code from the module %hs. This may be insecure. An alternative, %hs, is available. Should the application use the secure module %hs?" | |
}, | |
{ | |
"ErrorString": "ERROR_DLL_MIGHT_BE_INCOMPATIBLE", | |
"ExitCode": 687, | |
"Hex Value": "0x2AF", | |
"Description": "The application is loading executable code from the module %hs. This is secure, but may be incompatible with previous releases of the operating system. An alternative, %hs, is available. Should the application use the secure module %hs?" | |
}, | |
{ | |
"ErrorString": "ERROR_DBG_EXCEPTION_NOT_HANDLED", | |
"ExitCode": 688, | |
"Hex Value": "0x2B0", | |
"Description": "Debugger did not handle the exception." | |
}, | |
{ | |
"ErrorString": "ERROR_DBG_REPLY_LATER", | |
"ExitCode": 689, | |
"Hex Value": "0x2B1", | |
"Description": "Debugger will reply later." | |
}, | |
{ | |
"ErrorString": "ERROR_DBG_UNABLE_TO_PROVIDE_HANDLE", | |
"ExitCode": 690, | |
"Hex Value": "0x2B2", | |
"Description": "Debugger cannot provide handle." | |
}, | |
{ | |
"ErrorString": "ERROR_DBG_TERMINATE_THREAD", | |
"ExitCode": 691, | |
"Hex Value": "0x2B3", | |
"Description": "Debugger terminated thread." | |
}, | |
{ | |
"ErrorString": "ERROR_DBG_TERMINATE_PROCESS", | |
"ExitCode": 692, | |
"Hex Value": "0x2B4", | |
"Description": "Debugger terminated process." | |
}, | |
{ | |
"ErrorString": "ERROR_DBG_CONTROL_C", | |
"ExitCode": 693, | |
"Hex Value": "0x2B5", | |
"Description": "Debugger got control C." | |
}, | |
{ | |
"ErrorString": "ERROR_DBG_PRINTEXCEPTION_C", | |
"ExitCode": 694, | |
"Hex Value": "0x2B6", | |
"Description": "Debugger printed exception on control C." | |
}, | |
{ | |
"ErrorString": "ERROR_DBG_RIPEXCEPTION", | |
"ExitCode": 695, | |
"Hex Value": "0x2B7", | |
"Description": "Debugger received RIP exception." | |
}, | |
{ | |
"ErrorString": "ERROR_DBG_CONTROL_BREAK", | |
"ExitCode": 696, | |
"Hex Value": "0x2B8", | |
"Description": "Debugger received control break." | |
}, | |
{ | |
"ErrorString": "ERROR_DBG_COMMAND_EXCEPTION", | |
"ExitCode": 697, | |
"Hex Value": "0x2B9", | |
"Description": "Debugger command communication exception." | |
}, | |
{ | |
"ErrorString": "ERROR_OBJECT_NAME_EXISTS", | |
"ExitCode": 698, | |
"Hex Value": "0x2BA", | |
"Description": "{Object Exists} An attempt was made to create an object and the object name already existed." | |
}, | |
{ | |
"ErrorString": "ERROR_THREAD_WAS_SUSPENDED", | |
"ExitCode": 699, | |
"Hex Value": "0x2BB", | |
"Description": "{Thread Suspended} A thread termination occurred while the thread was suspended. The thread was resumed, and termination proceeded." | |
}, | |
{ | |
"ErrorString": "ERROR_IMAGE_NOT_AT_BASE", | |
"ExitCode": 700, | |
"Hex Value": "0x2BC", | |
"Description": "{Image Relocated} An image file could not be mapped at the address specified in the image file. Local fixups must be performed on this image." | |
}, | |
{ | |
"ErrorString": "ERROR_RXACT_STATE_CREATED", | |
"ExitCode": 701, | |
"Hex Value": "0x2BD", | |
"Description": "This informational level status indicates that a specified registry sub-tree transaction state did not yet exist and had to be created." | |
}, | |
{ | |
"ErrorString": "ERROR_SEGMENT_NOTIFICATION", | |
"ExitCode": 702, | |
"Hex Value": "0x2BE", | |
"Description": "{Segment Load} A virtual DOS machine (VDM) is loading, unloading, or moving an MS-DOS or Win16 program segment image. An exception is raised so a debugger can load, unload or track symbols and breakpoints within these 16-bit segments." | |
}, | |
{ | |
"ErrorString": "ERROR_BAD_CURRENT_DIRECTORY", | |
"ExitCode": 703, | |
"Hex Value": "0x2BF", | |
"Description": "{Invalid Current Directory} The process cannot switch to the startup current directory %hs. Select OK to set current directory to %hs, or select CANCEL to exit." | |
}, | |
{ | |
"ErrorString": "ERROR_FT_READ_RECOVERY_FROM_BACKUP", | |
"ExitCode": 704, | |
"Hex Value": "0x2C0", | |
"Description": "{Redundant Read} To satisfy a read request, the NT fault-tolerant file system successfully read the requested data from a redundant copy. This was done because the file system encountered a failure on a member of the fault-tolerant volume, but was unable to reassign the failing area of the device." | |
}, | |
{ | |
"ErrorString": "ERROR_FT_WRITE_RECOVERY", | |
"ExitCode": 705, | |
"Hex Value": "0x2C1", | |
"Description": "{Redundant Write} To satisfy a write request, the NT fault-tolerant file system successfully wrote a redundant copy of the information. This was done because the file system encountered a failure on a member of the fault-tolerant volume, but was not able to reassign the failing area of the device." | |
}, | |
{ | |
"ErrorString": "ERROR_IMAGE_MACHINE_TYPE_MISMATCH", | |
"ExitCode": 706, | |
"Hex Value": "0x2C2", | |
"Description": "{Machine Type Mismatch} The image file %hs is valid, but is for a machine type other than the current machine. Select OK to continue, or CANCEL to fail the DLL load." | |
}, | |
{ | |
"ErrorString": "ERROR_RECEIVE_PARTIAL", | |
"ExitCode": 707, | |
"Hex Value": "0x2C3", | |
"Description": "{Partial Data Received} The network transport returned partial data to its client. The remaining data will be sent later." | |
}, | |
{ | |
"ErrorString": "ERROR_RECEIVE_EXPEDITED", | |
"ExitCode": 708, | |
"Hex Value": "0x2C4", | |
"Description": "{Expedited Data Received} The network transport returned data to its client that was marked as expedited by the remote system." | |
}, | |
{ | |
"ErrorString": "ERROR_RECEIVE_PARTIAL_EXPEDITED", | |
"ExitCode": 709, | |
"Hex Value": "0x2C5", | |
"Description": "{Partial Expedited Data Received} The network transport returned partial data to its client and this data was marked as expedited by the remote system. The remaining data will be sent later." | |
}, | |
{ | |
"ErrorString": "ERROR_EVENT_DONE", | |
"ExitCode": 710, | |
"Hex Value": "0x2C6", | |
"Description": "{TDI Event Done} The TDI indication has completed successfully." | |
}, | |
{ | |
"ErrorString": "ERROR_EVENT_PENDING", | |
"ExitCode": 711, | |
"Hex Value": "0x2C7", | |
"Description": "{TDI Event Pending} The TDI indication has entered the pending state." | |
}, | |
{ | |
"ErrorString": "ERROR_CHECKING_FILE_SYSTEM", | |
"ExitCode": 712, | |
"Hex Value": "0x2C8", | |
"Description": "Checking file system on %wZ." | |
}, | |
{ | |
"ErrorString": "ERROR_FATAL_APP_EXIT", | |
"ExitCode": 713, | |
"Hex Value": "0x2C9", | |
"Description": "{Fatal Application Exit} %hs." | |
}, | |
{ | |
"ErrorString": "ERROR_PREDEFINED_HANDLE", | |
"ExitCode": 714, | |
"Hex Value": "0x2CA", | |
"Description": "The specified registry key is referenced by a predefined handle." | |
}, | |
{ | |
"ErrorString": "ERROR_WAS_UNLOCKED", | |
"ExitCode": 715, | |
"Hex Value": "0x2CB", | |
"Description": "{Page Unlocked} The page protection of a locked page was changed to \u0027No Access\u0027 and the page was unlocked from memory and from the process." | |
}, | |
{ | |
"ErrorString": "ERROR_SERVICE_NOTIFICATION", | |
"ExitCode": 716, | |
"Hex Value": "0x2CC", | |
"Description": "%hs" | |
}, | |
{ | |
"ErrorString": "ERROR_WAS_LOCKED", | |
"ExitCode": 717, | |
"Hex Value": "0x2CD", | |
"Description": "{Page Locked} One of the pages to lock was already locked." | |
}, | |
{ | |
"ErrorString": "ERROR_LOG_HARD_ERROR", | |
"ExitCode": 718, | |
"Hex Value": "0x2CE", | |
"Description": "Application popup: %1 : %2" | |
}, | |
{ | |
"ErrorString": "ERROR_ALREADY_WIN32", | |
"ExitCode": 719, | |
"Hex Value": "0x2CF", | |
"Description": "ERROR_ALREADY_WIN32" | |
}, | |
{ | |
"ErrorString": "ERROR_IMAGE_MACHINE_TYPE_MISMATCH_EXE", | |
"ExitCode": 720, | |
"Hex Value": "0x2D0", | |
"Description": "{Machine Type Mismatch} The image file %hs is valid, but is for a machine type other than the current machine." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_YIELD_PERFORMED", | |
"ExitCode": 721, | |
"Hex Value": "0x2D1", | |
"Description": "A yield execution was performed and no thread was available to run." | |
}, | |
{ | |
"ErrorString": "ERROR_TIMER_RESUME_IGNORED", | |
"ExitCode": 722, | |
"Hex Value": "0x2D2", | |
"Description": "The resumable flag to a timer API was ignored." | |
}, | |
{ | |
"ErrorString": "ERROR_ARBITRATION_UNHANDLED", | |
"ExitCode": 723, | |
"Hex Value": "0x2D3", | |
"Description": "The arbiter has deferred arbitration of these resources to its parent." | |
}, | |
{ | |
"ErrorString": "ERROR_CARDBUS_NOT_SUPPORTED", | |
"ExitCode": 724, | |
"Hex Value": "0x2D4", | |
"Description": "The inserted CardBus device cannot be started because of a configuration error on \"%hs\"." | |
}, | |
{ | |
"ErrorString": "ERROR_MP_PROCESSOR_MISMATCH", | |
"ExitCode": 725, | |
"Hex Value": "0x2D5", | |
"Description": "The CPUs in this multiprocessor system are not all the same revision level. To use all processors the operating system restricts itself to the features of the least capable processor in the system. Should problems occur with this system, contact the CPU manufacturer to see if this mix of processors is supported." | |
}, | |
{ | |
"ErrorString": "ERROR_HIBERNATED", | |
"ExitCode": 726, | |
"Hex Value": "0x2D6", | |
"Description": "The system was put into hibernation." | |
}, | |
{ | |
"ErrorString": "ERROR_RESUME_HIBERNATION", | |
"ExitCode": 727, | |
"Hex Value": "0x2D7", | |
"Description": "The system was resumed from hibernation." | |
}, | |
{ | |
"ErrorString": "ERROR_FIRMWARE_UPDATED", | |
"ExitCode": 728, | |
"Hex Value": "0x2D8", | |
"Description": "Windows has detected that the system firmware (BIOS) was updated [previous firmware date = %2, current firmware date %3]." | |
}, | |
{ | |
"ErrorString": "ERROR_DRIVERS_LEAKING_LOCKED_PAGES", | |
"ExitCode": 729, | |
"Hex Value": "0x2D9", | |
"Description": "A device driver is leaking locked I/O pages causing system degradation. The system has automatically enabled tracking code in order to try and catch the culprit." | |
}, | |
{ | |
"ErrorString": "ERROR_WAKE_SYSTEM", | |
"ExitCode": 730, | |
"Hex Value": "0x2DA", | |
"Description": "The system has awoken." | |
}, | |
{ | |
"ErrorString": "ERROR_WAIT_1", | |
"ExitCode": 731, | |
"Hex Value": "0x2DB", | |
"Description": "ERROR_WAIT_1" | |
}, | |
{ | |
"ErrorString": "ERROR_WAIT_2", | |
"ExitCode": 732, | |
"Hex Value": "0x2DC", | |
"Description": "ERROR_WAIT_2" | |
}, | |
{ | |
"ErrorString": "ERROR_WAIT_3", | |
"ExitCode": 733, | |
"Hex Value": "0x2DD", | |
"Description": "ERROR_WAIT_3" | |
}, | |
{ | |
"ErrorString": "ERROR_WAIT_63", | |
"ExitCode": 734, | |
"Hex Value": "0x2DE", | |
"Description": "ERROR_WAIT_63" | |
}, | |
{ | |
"ErrorString": "ERROR_ABANDONED_WAIT_0", | |
"ExitCode": 735, | |
"Hex Value": "0x2DF", | |
"Description": "ERROR_ABANDONED_WAIT_0" | |
}, | |
{ | |
"ErrorString": "ERROR_ABANDONED_WAIT_63", | |
"ExitCode": 736, | |
"Hex Value": "0x2E0", | |
"Description": "ERROR_ABANDONED_WAIT_63" | |
}, | |
{ | |
"ErrorString": "ERROR_USER_APC", | |
"ExitCode": 737, | |
"Hex Value": "0x2E1", | |
"Description": "ERROR_USER_APC" | |
}, | |
{ | |
"ErrorString": "ERROR_KERNEL_APC", | |
"ExitCode": 738, | |
"Hex Value": "0x2E2", | |
"Description": "ERROR_KERNEL_APC" | |
}, | |
{ | |
"ErrorString": "ERROR_ALERTED", | |
"ExitCode": 739, | |
"Hex Value": "0x2E3", | |
"Description": "ERROR_ALERTED" | |
}, | |
{ | |
"ErrorString": "ERROR_ELEVATION_REQUIRED", | |
"ExitCode": 740, | |
"Hex Value": "0x2E4", | |
"Description": "The requested operation requires elevation." | |
}, | |
{ | |
"ErrorString": "ERROR_REPARSE", | |
"ExitCode": 741, | |
"Hex Value": "0x2E5", | |
"Description": "A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link." | |
}, | |
{ | |
"ErrorString": "ERROR_OPLOCK_BREAK_IN_PROGRESS", | |
"ExitCode": 742, | |
"Hex Value": "0x2E6", | |
"Description": "An open/create operation completed while an oplock break is underway." | |
}, | |
{ | |
"ErrorString": "ERROR_VOLUME_MOUNTED", | |
"ExitCode": 743, | |
"Hex Value": "0x2E7", | |
"Description": "A new volume has been mounted by a file system." | |
}, | |
{ | |
"ErrorString": "ERROR_RXACT_COMMITTED", | |
"ExitCode": 744, | |
"Hex Value": "0x2E8", | |
"Description": "This success level status indicates that the transaction state already exists for the registry sub-tree, but that a transaction commit was previously aborted. The commit has now been completed." | |
}, | |
{ | |
"ErrorString": "ERROR_NOTIFY_CLEANUP", | |
"ExitCode": 745, | |
"Hex Value": "0x2E9", | |
"Description": "This indicates that a notify change request has been completed due to closing the handle which made the notify change request." | |
}, | |
{ | |
"ErrorString": "ERROR_PRIMARY_TRANSPORT_CONNECT_FAILED", | |
"ExitCode": 746, | |
"Hex Value": "0x2EA", | |
"Description": "{Connect Failure on Primary Transport} An attempt was made to connect to the remote server %hs on the primary transport, but the connection failed. The computer WAS able to connect on a secondary transport." | |
}, | |
{ | |
"ErrorString": "ERROR_PAGE_FAULT_TRANSITION", | |
"ExitCode": 747, | |
"Hex Value": "0x2EB", | |
"Description": "Page fault was a transition fault." | |
}, | |
{ | |
"ErrorString": "ERROR_PAGE_FAULT_DEMAND_ZERO", | |
"ExitCode": 748, | |
"Hex Value": "0x2EC", | |
"Description": "Page fault was a demand zero fault." | |
}, | |
{ | |
"ErrorString": "ERROR_PAGE_FAULT_COPY_ON_WRITE", | |
"ExitCode": 749, | |
"Hex Value": "0x2ED", | |
"Description": "Page fault was a demand zero fault." | |
}, | |
{ | |
"ErrorString": "ERROR_PAGE_FAULT_GUARD_PAGE", | |
"ExitCode": 750, | |
"Hex Value": "0x2EE", | |
"Description": "Page fault was a demand zero fault." | |
}, | |
{ | |
"ErrorString": "ERROR_PAGE_FAULT_PAGING_FILE", | |
"ExitCode": 751, | |
"Hex Value": "0x2EF", | |
"Description": "Page fault was satisfied by reading from a secondary storage device." | |
}, | |
{ | |
"ErrorString": "ERROR_CACHE_PAGE_LOCKED", | |
"ExitCode": 752, | |
"Hex Value": "0x2F0", | |
"Description": "Cached page was locked during operation." | |
}, | |
{ | |
"ErrorString": "ERROR_CRASH_DUMP", | |
"ExitCode": 753, | |
"Hex Value": "0x2F1", | |
"Description": "Crash dump exists in paging file." | |
}, | |
{ | |
"ErrorString": "ERROR_BUFFER_ALL_ZEROS", | |
"ExitCode": 754, | |
"Hex Value": "0x2F2", | |
"Description": "Specified buffer contains all zeros." | |
}, | |
{ | |
"ErrorString": "ERROR_REPARSE_OBJECT", | |
"ExitCode": 755, | |
"Hex Value": "0x2F3", | |
"Description": "A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link." | |
}, | |
{ | |
"ErrorString": "ERROR_RESOURCE_REQUIREMENTS_CHANGED", | |
"ExitCode": 756, | |
"Hex Value": "0x2F4", | |
"Description": "The device has succeeded a query-stop and its resource requirements have changed." | |
}, | |
{ | |
"ErrorString": "ERROR_TRANSLATION_COMPLETE", | |
"ExitCode": 757, | |
"Hex Value": "0x2F5", | |
"Description": "The translator has translated these resources into the global space and no further translations should be performed." | |
}, | |
{ | |
"ErrorString": "ERROR_NOTHING_TO_TERMINATE", | |
"ExitCode": 758, | |
"Hex Value": "0x2F6", | |
"Description": "A process being terminated has no threads to terminate." | |
}, | |
{ | |
"ErrorString": "ERROR_PROCESS_NOT_IN_JOB", | |
"ExitCode": 759, | |
"Hex Value": "0x2F7", | |
"Description": "The specified process is not part of a job." | |
}, | |
{ | |
"ErrorString": "ERROR_PROCESS_IN_JOB", | |
"ExitCode": 760, | |
"Hex Value": "0x2F8", | |
"Description": "The specified process is part of a job." | |
}, | |
{ | |
"ErrorString": "ERROR_VOLSNAP_HIBERNATE_READY", | |
"ExitCode": 761, | |
"Hex Value": "0x2F9", | |
"Description": "{Volume Shadow Copy Service} The system is now ready for hibernation." | |
}, | |
{ | |
"ErrorString": "ERROR_FSFILTER_OP_COMPLETED_SUCCESSFULLY", | |
"ExitCode": 762, | |
"Hex Value": "0x2FA", | |
"Description": "A file system or file system filter driver has successfully completed an FsFilter operation." | |
}, | |
{ | |
"ErrorString": "ERROR_INTERRUPT_VECTOR_ALREADY_CONNECTED", | |
"ExitCode": 763, | |
"Hex Value": "0x2FB", | |
"Description": "The specified interrupt vector was already connected." | |
}, | |
{ | |
"ErrorString": "ERROR_INTERRUPT_STILL_CONNECTED", | |
"ExitCode": 764, | |
"Hex Value": "0x2FC", | |
"Description": "The specified interrupt vector is still connected." | |
}, | |
{ | |
"ErrorString": "ERROR_WAIT_FOR_OPLOCK", | |
"ExitCode": 765, | |
"Hex Value": "0x2FD", | |
"Description": "An operation is blocked waiting for an oplock." | |
}, | |
{ | |
"ErrorString": "ERROR_DBG_EXCEPTION_HANDLED", | |
"ExitCode": 766, | |
"Hex Value": "0x2FE", | |
"Description": "Debugger handled exception." | |
}, | |
{ | |
"ErrorString": "ERROR_DBG_CONTINUE", | |
"ExitCode": 767, | |
"Hex Value": "0x2FF", | |
"Description": "Debugger continued." | |
}, | |
{ | |
"ErrorString": "ERROR_CALLBACK_POP_STACK", | |
"ExitCode": 768, | |
"Hex Value": "0x300", | |
"Description": "An exception occurred in a user mode callback and the kernel callback frame should be removed." | |
}, | |
{ | |
"ErrorString": "ERROR_COMPRESSION_DISABLED", | |
"ExitCode": 769, | |
"Hex Value": "0x301", | |
"Description": "Compression is disabled for this volume." | |
}, | |
{ | |
"ErrorString": "ERROR_CANTFETCHBACKWARDS", | |
"ExitCode": 770, | |
"Hex Value": "0x302", | |
"Description": "The data provider cannot fetch backwards through a result set." | |
}, | |
{ | |
"ErrorString": "ERROR_CANTSCROLLBACKWARDS", | |
"ExitCode": 771, | |
"Hex Value": "0x303", | |
"Description": "The data provider cannot scroll backwards through a result set." | |
}, | |
{ | |
"ErrorString": "ERROR_ROWSNOTRELEASED", | |
"ExitCode": 772, | |
"Hex Value": "0x304", | |
"Description": "The data provider requires that previously fetched data is released before asking for more data." | |
}, | |
{ | |
"ErrorString": "ERROR_BAD_ACCESSOR_FLAGS", | |
"ExitCode": 773, | |
"Hex Value": "0x305", | |
"Description": "The data provider was not able to interpret the flags set for a column binding in an accessor." | |
}, | |
{ | |
"ErrorString": "ERROR_ERRORS_ENCOUNTERED", | |
"ExitCode": 774, | |
"Hex Value": "0x306", | |
"Description": "One or more errors occurred while processing the request." | |
}, | |
{ | |
"ErrorString": "ERROR_NOT_CAPABLE", | |
"ExitCode": 775, | |
"Hex Value": "0x307", | |
"Description": "The implementation is not capable of performing the request." | |
}, | |
{ | |
"ErrorString": "ERROR_REQUEST_OUT_OF_SEQUENCE", | |
"ExitCode": 776, | |
"Hex Value": "0x308", | |
"Description": "The client of a component requested an operation which is not valid given the state of the component instance." | |
}, | |
{ | |
"ErrorString": "ERROR_VERSION_PARSE_ERROR", | |
"ExitCode": 777, | |
"Hex Value": "0x309", | |
"Description": "A version number could not be parsed." | |
}, | |
{ | |
"ErrorString": "ERROR_BADSTARTPOSITION", | |
"ExitCode": 778, | |
"Hex Value": "0x30A", | |
"Description": "The iterator\u0027s start position is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_MEMORY_HARDWARE", | |
"ExitCode": 779, | |
"Hex Value": "0x30B", | |
"Description": "The hardware has reported an uncorrectable memory error." | |
}, | |
{ | |
"ErrorString": "ERROR_DISK_REPAIR_DISABLED", | |
"ExitCode": 780, | |
"Hex Value": "0x30C", | |
"Description": "The attempted operation required self healing to be enabled." | |
}, | |
{ | |
"ErrorString": "ERROR_INSUFFICIENT_RESOURCE_FOR_SPECIFIED_SHARED_SECTION_SIZE", | |
"ExitCode": 781, | |
"Hex Value": "0x30D", | |
"Description": "The Desktop heap encountered an error while allocating session memory. There is more information in the system event log." | |
}, | |
{ | |
"ErrorString": "ERROR_SYSTEM_POWERSTATE_TRANSITION", | |
"ExitCode": 782, | |
"Hex Value": "0x30E", | |
"Description": "The system power state is transitioning from %2 to %3." | |
}, | |
{ | |
"ErrorString": "ERROR_SYSTEM_POWERSTATE_COMPLEX_TRANSITION", | |
"ExitCode": 783, | |
"Hex Value": "0x30F", | |
"Description": "The system power state is transitioning from %2 to %3 but could enter %4." | |
}, | |
{ | |
"ErrorString": "ERROR_MCA_EXCEPTION", | |
"ExitCode": 784, | |
"Hex Value": "0x310", | |
"Description": "A thread is getting dispatched with MCA EXCEPTION because of MCA." | |
}, | |
{ | |
"ErrorString": "ERROR_ACCESS_AUDIT_BY_POLICY", | |
"ExitCode": 785, | |
"Hex Value": "0x311", | |
"Description": "Access to %1 is monitored by policy rule %2." | |
}, | |
{ | |
"ErrorString": "ERROR_ACCESS_DISABLED_NO_SAFER_UI_BY_POLICY", | |
"ExitCode": 786, | |
"Hex Value": "0x312", | |
"Description": "Access to %1 has been restricted by your Administrator by policy rule %2." | |
}, | |
{ | |
"ErrorString": "ERROR_ABANDON_HIBERFILE", | |
"ExitCode": 787, | |
"Hex Value": "0x313", | |
"Description": "A valid hibernation file has been invalidated and should be abandoned." | |
}, | |
{ | |
"ErrorString": "ERROR_LOST_WRITEBEHIND_DATA_NETWORK_DISCONNECTED", | |
"ExitCode": 788, | |
"Hex Value": "0x314", | |
"Description": "{Delayed Write Failed} Windows was unable to save all the data for the file %hs; the data has been lost. This error may be caused by network connectivity issues. Please try to save this file elsewhere." | |
}, | |
{ | |
"ErrorString": "ERROR_LOST_WRITEBEHIND_DATA_NETWORK_SERVER_ERROR", | |
"ExitCode": 789, | |
"Hex Value": "0x315", | |
"Description": "{Delayed Write Failed} Windows was unable to save all the data for the file %hs; the data has been lost. This error was returned by the server on which the file exists. Please try to save this file elsewhere." | |
}, | |
{ | |
"ErrorString": "ERROR_LOST_WRITEBEHIND_DATA_LOCAL_DISK_ERROR", | |
"ExitCode": 790, | |
"Hex Value": "0x316", | |
"Description": "{Delayed Write Failed} Windows was unable to save all the data for the file %hs; the data has been lost. This error may be caused if the device has been removed or the media is write-protected." | |
}, | |
{ | |
"ErrorString": "ERROR_BAD_MCFG_TABLE", | |
"ExitCode": 791, | |
"Hex Value": "0x317", | |
"Description": "The resources required for this device conflict with the MCFG table." | |
}, | |
{ | |
"ErrorString": "ERROR_DISK_REPAIR_REDIRECTED", | |
"ExitCode": 792, | |
"Hex Value": "0x318", | |
"Description": "The volume repair could not be performed while it is online. Please schedule to take the volume offline so that it can be repaired." | |
}, | |
{ | |
"ErrorString": "ERROR_DISK_REPAIR_UNSUCCESSFUL", | |
"ExitCode": 793, | |
"Hex Value": "0x319", | |
"Description": "The volume repair was not successful." | |
}, | |
{ | |
"ErrorString": "ERROR_CORRUPT_LOG_OVERFULL", | |
"ExitCode": 794, | |
"Hex Value": "0x31A", | |
"Description": "One of the volume corruption logs is full. Further corruptions that may be detected won\u0027t be logged." | |
}, | |
{ | |
"ErrorString": "ERROR_CORRUPT_LOG_CORRUPTED", | |
"ExitCode": 795, | |
"Hex Value": "0x31B", | |
"Description": "One of the volume corruption logs is internally corrupted and needs to be recreated. The volume may contain undetected corruptions and must be scanned." | |
}, | |
{ | |
"ErrorString": "ERROR_CORRUPT_LOG_UNAVAILABLE", | |
"ExitCode": 796, | |
"Hex Value": "0x31C", | |
"Description": "One of the volume corruption logs is unavailable for being operated on." | |
}, | |
{ | |
"ErrorString": "ERROR_CORRUPT_LOG_DELETED_FULL", | |
"ExitCode": 797, | |
"Hex Value": "0x31D", | |
"Description": "One of the volume corruption logs was deleted while still having corruption records in them. The volume contains detected corruptions and must be scanned." | |
}, | |
{ | |
"ErrorString": "ERROR_CORRUPT_LOG_CLEARED", | |
"ExitCode": 798, | |
"Hex Value": "0x31E", | |
"Description": "One of the volume corruption logs was cleared by chkdsk and no longer contains real corruptions." | |
}, | |
{ | |
"ErrorString": "ERROR_ORPHAN_NAME_EXHAUSTED", | |
"ExitCode": 799, | |
"Hex Value": "0x31F", | |
"Description": "Orphaned files exist on the volume but could not be recovered because no more new names could be created in the recovery directory. Files must be moved from the recovery directory." | |
}, | |
{ | |
"ErrorString": "ERROR_OPLOCK_SWITCHED_TO_NEW_HANDLE", | |
"ExitCode": 800, | |
"Hex Value": "0x320", | |
"Description": "The oplock that was associated with this handle is now associated with a different handle." | |
}, | |
{ | |
"ErrorString": "ERROR_CANNOT_GRANT_REQUESTED_OPLOCK", | |
"ExitCode": 801, | |
"Hex Value": "0x321", | |
"Description": "An oplock of the requested level cannot be granted. An oplock of a lower level may be available." | |
}, | |
{ | |
"ErrorString": "ERROR_CANNOT_BREAK_OPLOCK", | |
"ExitCode": 802, | |
"Hex Value": "0x322", | |
"Description": "The operation did not complete successfully because it would cause an oplock to be broken. The caller has requested that existing oplocks not be broken." | |
}, | |
{ | |
"ErrorString": "ERROR_OPLOCK_HANDLE_CLOSED", | |
"ExitCode": 803, | |
"Hex Value": "0x323", | |
"Description": "The handle with which this oplock was associated has been closed. The oplock is now broken." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_ACE_CONDITION", | |
"ExitCode": 804, | |
"Hex Value": "0x324", | |
"Description": "The specified access control entry (ACE) does not contain a condition." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_ACE_CONDITION", | |
"ExitCode": 805, | |
"Hex Value": "0x325", | |
"Description": "The specified access control entry (ACE) contains an invalid condition." | |
}, | |
{ | |
"ErrorString": "ERROR_FILE_HANDLE_REVOKED", | |
"ExitCode": 806, | |
"Hex Value": "0x326", | |
"Description": "Access to the specified file handle has been revoked." | |
}, | |
{ | |
"ErrorString": "ERROR_IMAGE_AT_DIFFERENT_BASE", | |
"ExitCode": 807, | |
"Hex Value": "0x327", | |
"Description": "An image file was mapped at a different address from the one specified in the image file but fixups will still be automatically performed on the image." | |
}, | |
{ | |
"ErrorString": "ERROR_EA_ACCESS_DENIED", | |
"ExitCode": 994, | |
"Hex Value": "0x3E2", | |
"Description": "Access to the extended attribute was denied." | |
}, | |
{ | |
"ErrorString": "ERROR_OPERATION_ABORTED", | |
"ExitCode": 995, | |
"Hex Value": "0x3E3", | |
"Description": "The I/O operation has been aborted because of either a thread exit or an application request." | |
}, | |
{ | |
"ErrorString": "ERROR_IO_INCOMPLETE", | |
"ExitCode": 996, | |
"Hex Value": "0x3E4", | |
"Description": "Overlapped I/O event is not in a signaled state." | |
}, | |
{ | |
"ErrorString": "ERROR_IO_PENDING", | |
"ExitCode": 997, | |
"Hex Value": "0x3E5", | |
"Description": "Overlapped I/O operation is in progress." | |
}, | |
{ | |
"ErrorString": "ERROR_NOACCESS", | |
"ExitCode": 998, | |
"Hex Value": "0x3E6", | |
"Description": "Invalid access to memory location." | |
}, | |
{ | |
"ErrorString": "ERROR_SWAPERROR", | |
"ExitCode": 999, | |
"Hex Value": "0x3E7", | |
"Description": "Error performing inpage operation." | |
}, | |
{ | |
"ErrorString": "ERROR_STACK_OVERFLOW", | |
"ExitCode": 1001, | |
"Hex Value": "0x3E9", | |
"Description": "Recursion too deep; the stack overflowed." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_MESSAGE", | |
"ExitCode": 1002, | |
"Hex Value": "0x3EA", | |
"Description": "The window cannot act on the sent message." | |
}, | |
{ | |
"ErrorString": "ERROR_CAN_NOT_COMPLETE", | |
"ExitCode": 1003, | |
"Hex Value": "0x3EB", | |
"Description": "Cannot complete this function." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_FLAGS", | |
"ExitCode": 1004, | |
"Hex Value": "0x3EC", | |
"Description": "Invalid flags." | |
}, | |
{ | |
"ErrorString": "ERROR_UNRECOGNIZED_VOLUME", | |
"ExitCode": 1005, | |
"Hex Value": "0x3ED", | |
"Description": "The volume does not contain a recognized file system. Please make sure that all required file system drivers are loaded and that the volume is not corrupted." | |
}, | |
{ | |
"ErrorString": "ERROR_FILE_INVALID", | |
"ExitCode": 1006, | |
"Hex Value": "0x3EE", | |
"Description": "The volume for a file has been externally altered so that the opened file is no longer valid." | |
}, | |
{ | |
"ErrorString": "ERROR_FULLSCREEN_MODE", | |
"ExitCode": 1007, | |
"Hex Value": "0x3EF", | |
"Description": "The requested operation cannot be performed in full-screen mode." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_TOKEN", | |
"ExitCode": 1008, | |
"Hex Value": "0x3F0", | |
"Description": "An attempt was made to reference a token that does not exist." | |
}, | |
{ | |
"ErrorString": "ERROR_BADDB", | |
"ExitCode": 1009, | |
"Hex Value": "0x3F1", | |
"Description": "The configuration registry database is corrupt." | |
}, | |
{ | |
"ErrorString": "ERROR_BADKEY", | |
"ExitCode": 1010, | |
"Hex Value": "0x3F2", | |
"Description": "The configuration registry key is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_CANTOPEN", | |
"ExitCode": 1011, | |
"Hex Value": "0x3F3", | |
"Description": "The configuration registry key could not be opened." | |
}, | |
{ | |
"ErrorString": "ERROR_CANTREAD", | |
"ExitCode": 1012, | |
"Hex Value": "0x3F4", | |
"Description": "The configuration registry key could not be read." | |
}, | |
{ | |
"ErrorString": "ERROR_CANTWRITE", | |
"ExitCode": 1013, | |
"Hex Value": "0x3F5", | |
"Description": "The configuration registry key could not be written." | |
}, | |
{ | |
"ErrorString": "ERROR_REGISTRY_RECOVERED", | |
"ExitCode": 1014, | |
"Hex Value": "0x3F6", | |
"Description": "One of the files in the registry database had to be recovered by use of a log or alternate copy. The recovery was successful." | |
}, | |
{ | |
"ErrorString": "ERROR_REGISTRY_CORRUPT", | |
"ExitCode": 1015, | |
"Hex Value": "0x3F7", | |
"Description": "The registry is corrupted. The structure of one of the files containing registry data is corrupted, or the system\u0027s memory image of the file is corrupted, or the file could not be recovered because the alternate copy or log was absent or corrupted." | |
}, | |
{ | |
"ErrorString": "ERROR_REGISTRY_IO_FAILED", | |
"ExitCode": 1016, | |
"Hex Value": "0x3F8", | |
"Description": "An I/O operation initiated by the registry failed unrecoverably. The registry could not read in, or write out, or flush, one of the files that contain the system\u0027s image of the registry." | |
}, | |
{ | |
"ErrorString": "ERROR_NOT_REGISTRY_FILE", | |
"ExitCode": 1017, | |
"Hex Value": "0x3F9", | |
"Description": "The system has attempted to load or restore a file into the registry, but the specified file is not in a registry file format." | |
}, | |
{ | |
"ErrorString": "ERROR_KEY_DELETED", | |
"ExitCode": 1018, | |
"Hex Value": "0x3FA", | |
"Description": "Illegal operation attempted on a registry key that has been marked for deletion." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_LOG_SPACE", | |
"ExitCode": 1019, | |
"Hex Value": "0x3FB", | |
"Description": "System could not allocate the required space in a registry log." | |
}, | |
{ | |
"ErrorString": "ERROR_KEY_HAS_CHILDREN", | |
"ExitCode": 1020, | |
"Hex Value": "0x3FC", | |
"Description": "Cannot create a symbolic link in a registry key that already has subkeys or values." | |
}, | |
{ | |
"ErrorString": "ERROR_CHILD_MUST_BE_VOLATILE", | |
"ExitCode": 1021, | |
"Hex Value": "0x3FD", | |
"Description": "Cannot create a stable subkey under a volatile parent key." | |
}, | |
{ | |
"ErrorString": "ERROR_NOTIFY_ENUM_DIR", | |
"ExitCode": 1022, | |
"Hex Value": "0x3FE", | |
"Description": "A notify change request is being completed and the information is not being returned in the caller\u0027s buffer. The caller now needs to enumerate the files to find the changes." | |
}, | |
{ | |
"ErrorString": "ERROR_DEPENDENT_SERVICES_RUNNING", | |
"ExitCode": 1051, | |
"Hex Value": "0x41B", | |
"Description": "A stop control has been sent to a service that other running services are dependent on." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_SERVICE_CONTROL", | |
"ExitCode": 1052, | |
"Hex Value": "0x41C", | |
"Description": "The requested control is not valid for this service." | |
}, | |
{ | |
"ErrorString": "ERROR_SERVICE_REQUEST_TIMEOUT", | |
"ExitCode": 1053, | |
"Hex Value": "0x41D", | |
"Description": "The service did not respond to the start or control request in a timely fashion." | |
}, | |
{ | |
"ErrorString": "ERROR_SERVICE_NO_THREAD", | |
"ExitCode": 1054, | |
"Hex Value": "0x41E", | |
"Description": "A thread could not be created for the service." | |
}, | |
{ | |
"ErrorString": "ERROR_SERVICE_DATABASE_LOCKED", | |
"ExitCode": 1055, | |
"Hex Value": "0x41F", | |
"Description": "The service database is locked." | |
}, | |
{ | |
"ErrorString": "ERROR_SERVICE_ALREADY_RUNNING", | |
"ExitCode": 1056, | |
"Hex Value": "0x420", | |
"Description": "An instance of the service is already running." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_SERVICE_ACCOUNT", | |
"ExitCode": 1057, | |
"Hex Value": "0x421", | |
"Description": "The account name is invalid or does not exist, or the password is invalid for the account name specified." | |
}, | |
{ | |
"ErrorString": "ERROR_SERVICE_DISABLED", | |
"ExitCode": 1058, | |
"Hex Value": "0x422", | |
"Description": "The service cannot be started, either because it is disabled or because it has no enabled devices associated with it." | |
}, | |
{ | |
"ErrorString": "ERROR_CIRCULAR_DEPENDENCY", | |
"ExitCode": 1059, | |
"Hex Value": "0x423", | |
"Description": "Circular service dependency was specified." | |
}, | |
{ | |
"ErrorString": "ERROR_SERVICE_DOES_NOT_EXIST", | |
"ExitCode": 1060, | |
"Hex Value": "0x424", | |
"Description": "The specified service does not exist as an installed service." | |
}, | |
{ | |
"ErrorString": "ERROR_SERVICE_CANNOT_ACCEPT_CTRL", | |
"ExitCode": 1061, | |
"Hex Value": "0x425", | |
"Description": "The service cannot accept control messages at this time." | |
}, | |
{ | |
"ErrorString": "ERROR_SERVICE_NOT_ACTIVE", | |
"ExitCode": 1062, | |
"Hex Value": "0x426", | |
"Description": "The service has not been started." | |
}, | |
{ | |
"ErrorString": "ERROR_FAILED_SERVICE_CONTROLLER_CONNECT", | |
"ExitCode": 1063, | |
"Hex Value": "0x427", | |
"Description": "The service process could not connect to the service controller." | |
}, | |
{ | |
"ErrorString": "ERROR_EXCEPTION_IN_SERVICE", | |
"ExitCode": 1064, | |
"Hex Value": "0x428", | |
"Description": "An exception occurred in the service when handling the control request." | |
}, | |
{ | |
"ErrorString": "ERROR_DATABASE_DOES_NOT_EXIST", | |
"ExitCode": 1065, | |
"Hex Value": "0x429", | |
"Description": "The database specified does not exist." | |
}, | |
{ | |
"ErrorString": "ERROR_SERVICE_SPECIFIC_ERROR", | |
"ExitCode": 1066, | |
"Hex Value": "0x42A", | |
"Description": "The service has returned a service-specific error code." | |
}, | |
{ | |
"ErrorString": "ERROR_PROCESS_ABORTED", | |
"ExitCode": 1067, | |
"Hex Value": "0x42B", | |
"Description": "The process terminated unexpectedly." | |
}, | |
{ | |
"ErrorString": "ERROR_SERVICE_DEPENDENCY_FAIL", | |
"ExitCode": 1068, | |
"Hex Value": "0x42C", | |
"Description": "The dependency service or group failed to start." | |
}, | |
{ | |
"ErrorString": "ERROR_SERVICE_LOGON_FAILED", | |
"ExitCode": 1069, | |
"Hex Value": "0x42D", | |
"Description": "The service did not start due to a logon failure." | |
}, | |
{ | |
"ErrorString": "ERROR_SERVICE_START_HANG", | |
"ExitCode": 1070, | |
"Hex Value": "0x42E", | |
"Description": "After starting, the service hung in a start-pending state." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_SERVICE_LOCK", | |
"ExitCode": 1071, | |
"Hex Value": "0x42F", | |
"Description": "The specified service database lock is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_SERVICE_MARKED_FOR_DELETE", | |
"ExitCode": 1072, | |
"Hex Value": "0x430", | |
"Description": "The specified service has been marked for deletion." | |
}, | |
{ | |
"ErrorString": "ERROR_SERVICE_EXISTS", | |
"ExitCode": 1073, | |
"Hex Value": "0x431", | |
"Description": "The specified service already exists." | |
}, | |
{ | |
"ErrorString": "ERROR_ALREADY_RUNNING_LKG", | |
"ExitCode": 1074, | |
"Hex Value": "0x432", | |
"Description": "The system is currently running with the last-known-good configuration." | |
}, | |
{ | |
"ErrorString": "ERROR_SERVICE_DEPENDENCY_DELETED", | |
"ExitCode": 1075, | |
"Hex Value": "0x433", | |
"Description": "The dependency service does not exist or has been marked for deletion." | |
}, | |
{ | |
"ErrorString": "ERROR_BOOT_ALREADY_ACCEPTED", | |
"ExitCode": 1076, | |
"Hex Value": "0x434", | |
"Description": "The current boot has already been accepted for use as the last-known-good control set." | |
}, | |
{ | |
"ErrorString": "ERROR_SERVICE_NEVER_STARTED", | |
"ExitCode": 1077, | |
"Hex Value": "0x435", | |
"Description": "No attempts to start the service have been made since the last boot." | |
}, | |
{ | |
"ErrorString": "ERROR_DUPLICATE_SERVICE_NAME", | |
"ExitCode": 1078, | |
"Hex Value": "0x436", | |
"Description": "The name is already in use as either a service name or a service display name." | |
}, | |
{ | |
"ErrorString": "ERROR_DIFFERENT_SERVICE_ACCOUNT", | |
"ExitCode": 1079, | |
"Hex Value": "0x437", | |
"Description": "The account specified for this service is different from the account specified for other services running in the same process." | |
}, | |
{ | |
"ErrorString": "ERROR_CANNOT_DETECT_DRIVER_FAILURE", | |
"ExitCode": 1080, | |
"Hex Value": "0x438", | |
"Description": "Failure actions can only be set for Win32 services, not for drivers." | |
}, | |
{ | |
"ErrorString": "ERROR_CANNOT_DETECT_PROCESS_ABORT", | |
"ExitCode": 1081, | |
"Hex Value": "0x439", | |
"Description": "This service runs in the same process as the service control manager. Therefore, the service control manager cannot take action if this service\u0027s process terminates unexpectedly." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_RECOVERY_PROGRAM", | |
"ExitCode": 1082, | |
"Hex Value": "0x43A", | |
"Description": "No recovery program has been configured for this service." | |
}, | |
{ | |
"ErrorString": "ERROR_SERVICE_NOT_IN_EXE", | |
"ExitCode": 1083, | |
"Hex Value": "0x43B", | |
"Description": "The executable program that this service is configured to run in does not implement the service." | |
}, | |
{ | |
"ErrorString": "ERROR_NOT_SAFEBOOT_SERVICE", | |
"ExitCode": 1084, | |
"Hex Value": "0x43C", | |
"Description": "This service cannot be started in Safe Mode." | |
}, | |
{ | |
"ErrorString": "ERROR_END_OF_MEDIA", | |
"ExitCode": 1100, | |
"Hex Value": "0x44C", | |
"Description": "The physical end of the tape has been reached." | |
}, | |
{ | |
"ErrorString": "ERROR_FILEMARK_DETECTED", | |
"ExitCode": 1101, | |
"Hex Value": "0x44D", | |
"Description": "A tape access reached a filemark." | |
}, | |
{ | |
"ErrorString": "ERROR_BEGINNING_OF_MEDIA", | |
"ExitCode": 1102, | |
"Hex Value": "0x44E", | |
"Description": "The beginning of the tape or a partition was encountered." | |
}, | |
{ | |
"ErrorString": "ERROR_SETMARK_DETECTED", | |
"ExitCode": 1103, | |
"Hex Value": "0x44F", | |
"Description": "A tape access reached the end of a set of files." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_DATA_DETECTED", | |
"ExitCode": 1104, | |
"Hex Value": "0x450", | |
"Description": "No more data is on the tape." | |
}, | |
{ | |
"ErrorString": "ERROR_PARTITION_FAILURE", | |
"ExitCode": 1105, | |
"Hex Value": "0x451", | |
"Description": "Tape could not be partitioned." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_BLOCK_LENGTH", | |
"ExitCode": 1106, | |
"Hex Value": "0x452", | |
"Description": "When accessing a new tape of a multivolume partition, the current block size is incorrect." | |
}, | |
{ | |
"ErrorString": "ERROR_DEVICE_NOT_PARTITIONED", | |
"ExitCode": 1107, | |
"Hex Value": "0x453", | |
"Description": "Tape partition information could not be found when loading a tape." | |
}, | |
{ | |
"ErrorString": "ERROR_UNABLE_TO_LOCK_MEDIA", | |
"ExitCode": 1108, | |
"Hex Value": "0x454", | |
"Description": "Unable to lock the media eject mechanism." | |
}, | |
{ | |
"ErrorString": "ERROR_UNABLE_TO_UNLOAD_MEDIA", | |
"ExitCode": 1109, | |
"Hex Value": "0x455", | |
"Description": "Unable to unload the media." | |
}, | |
{ | |
"ErrorString": "ERROR_MEDIA_CHANGED", | |
"ExitCode": 1110, | |
"Hex Value": "0x456", | |
"Description": "The media in the drive may have changed." | |
}, | |
{ | |
"ErrorString": "ERROR_BUS_RESET", | |
"ExitCode": 1111, | |
"Hex Value": "0x457", | |
"Description": "The I/O bus was reset." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_MEDIA_IN_DRIVE", | |
"ExitCode": 1112, | |
"Hex Value": "0x458", | |
"Description": "No media in drive." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_UNICODE_TRANSLATION", | |
"ExitCode": 1113, | |
"Hex Value": "0x459", | |
"Description": "No mapping for the Unicode character exists in the target multi-byte code page." | |
}, | |
{ | |
"ErrorString": "ERROR_DLL_INIT_FAILED", | |
"ExitCode": 1114, | |
"Hex Value": "0x45A", | |
"Description": "A dynamic link library (DLL) initialization routine failed." | |
}, | |
{ | |
"ErrorString": "ERROR_SHUTDOWN_IN_PROGRESS", | |
"ExitCode": 1115, | |
"Hex Value": "0x45B", | |
"Description": "A system shutdown is in progress." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_SHUTDOWN_IN_PROGRESS", | |
"ExitCode": 1116, | |
"Hex Value": "0x45C", | |
"Description": "Unable to abort the system shutdown because no shutdown was in progress." | |
}, | |
{ | |
"ErrorString": "ERROR_IO_DEVICE", | |
"ExitCode": 1117, | |
"Hex Value": "0x45D", | |
"Description": "The request could not be performed because of an I/O device error." | |
}, | |
{ | |
"ErrorString": "ERROR_SERIAL_NO_DEVICE", | |
"ExitCode": 1118, | |
"Hex Value": "0x45E", | |
"Description": "No serial device was successfully initialized. The serial driver will unload." | |
}, | |
{ | |
"ErrorString": "ERROR_IRQ_BUSY", | |
"ExitCode": 1119, | |
"Hex Value": "0x45F", | |
"Description": "Unable to open a device that was sharing an interrupt request (IRQ) with other devices. At least one other device that uses that IRQ was already opened." | |
}, | |
{ | |
"ErrorString": "ERROR_MORE_WRITES", | |
"ExitCode": 1120, | |
"Hex Value": "0x460", | |
"Description": "A serial I/O operation was completed by another write to the serial port. The IOCTL_SERIAL_XOFF_COUNTER reached zero.)" | |
}, | |
{ | |
"ErrorString": "ERROR_COUNTER_TIMEOUT", | |
"ExitCode": 1121, | |
"Hex Value": "0x461", | |
"Description": "A serial I/O operation completed because the timeout period expired. The IOCTL_SERIAL_XOFF_COUNTER did not reach zero.)" | |
}, | |
{ | |
"ErrorString": "ERROR_FLOPPY_ID_MARK_NOT_FOUND", | |
"ExitCode": 1122, | |
"Hex Value": "0x462", | |
"Description": "No ID address mark was found on the floppy disk." | |
}, | |
{ | |
"ErrorString": "ERROR_FLOPPY_WRONG_CYLINDER", | |
"ExitCode": 1123, | |
"Hex Value": "0x463", | |
"Description": "Mismatch between the floppy disk sector ID field and the floppy disk controller track address." | |
}, | |
{ | |
"ErrorString": "ERROR_FLOPPY_UNKNOWN_ERROR", | |
"ExitCode": 1124, | |
"Hex Value": "0x464", | |
"Description": "The floppy disk controller reported an error that is not recognized by the floppy disk driver." | |
}, | |
{ | |
"ErrorString": "ERROR_FLOPPY_BAD_REGISTERS", | |
"ExitCode": 1125, | |
"Hex Value": "0x465", | |
"Description": "The floppy disk controller returned inconsistent results in its registers." | |
}, | |
{ | |
"ErrorString": "ERROR_DISK_RECALIBRATE_FAILED", | |
"ExitCode": 1126, | |
"Hex Value": "0x466", | |
"Description": "While accessing the hard disk, a recalibrate operation failed, even after retries." | |
}, | |
{ | |
"ErrorString": "ERROR_DISK_OPERATION_FAILED", | |
"ExitCode": 1127, | |
"Hex Value": "0x467", | |
"Description": "While accessing the hard disk, a disk operation failed even after retries." | |
}, | |
{ | |
"ErrorString": "ERROR_DISK_RESET_FAILED", | |
"ExitCode": 1128, | |
"Hex Value": "0x468", | |
"Description": "While accessing the hard disk, a disk controller reset was needed, but even that failed." | |
}, | |
{ | |
"ErrorString": "ERROR_EOM_OVERFLOW", | |
"ExitCode": 1129, | |
"Hex Value": "0x469", | |
"Description": "Physical end of tape encountered." | |
}, | |
{ | |
"ErrorString": "ERROR_NOT_ENOUGH_SERVER_MEMORY", | |
"ExitCode": 1130, | |
"Hex Value": "0x46A", | |
"Description": "Not enough server storage is available to process this command." | |
}, | |
{ | |
"ErrorString": "ERROR_POSSIBLE_DEADLOCK", | |
"ExitCode": 1131, | |
"Hex Value": "0x46B", | |
"Description": "A potential deadlock condition has been detected." | |
}, | |
{ | |
"ErrorString": "ERROR_MAPPED_ALIGNMENT", | |
"ExitCode": 1132, | |
"Hex Value": "0x46C", | |
"Description": "The base address or the file offset specified does not have the proper alignment." | |
}, | |
{ | |
"ErrorString": "ERROR_SET_POWER_STATE_VETOED", | |
"ExitCode": 1140, | |
"Hex Value": "0x474", | |
"Description": "An attempt to change the system power state was vetoed by another application or driver." | |
}, | |
{ | |
"ErrorString": "ERROR_SET_POWER_STATE_FAILED", | |
"ExitCode": 1141, | |
"Hex Value": "0x475", | |
"Description": "The system BIOS failed an attempt to change the system power state." | |
}, | |
{ | |
"ErrorString": "ERROR_TOO_MANY_LINKS", | |
"ExitCode": 1142, | |
"Hex Value": "0x476", | |
"Description": "An attempt was made to create more links on a file than the file system supports." | |
}, | |
{ | |
"ErrorString": "ERROR_OLD_WIN_VERSION", | |
"ExitCode": 1150, | |
"Hex Value": "0x47E", | |
"Description": "The specified program requires a newer version of Windows." | |
}, | |
{ | |
"ErrorString": "ERROR_APP_WRONG_OS", | |
"ExitCode": 1151, | |
"Hex Value": "0x47F", | |
"Description": "The specified program is not a Windows or MS-DOS program." | |
}, | |
{ | |
"ErrorString": "ERROR_SINGLE_INSTANCE_APP", | |
"ExitCode": 1152, | |
"Hex Value": "0x480", | |
"Description": "Cannot start more than one instance of the specified program." | |
}, | |
{ | |
"ErrorString": "ERROR_RMODE_APP", | |
"ExitCode": 1153, | |
"Hex Value": "0x481", | |
"Description": "The specified program was written for an earlier version of Windows." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_DLL", | |
"ExitCode": 1154, | |
"Hex Value": "0x482", | |
"Description": "One of the library files needed to run this application is damaged." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_ASSOCIATION", | |
"ExitCode": 1155, | |
"Hex Value": "0x483", | |
"Description": "No application is associated with the specified file for this operation." | |
}, | |
{ | |
"ErrorString": "ERROR_DDE_FAIL", | |
"ExitCode": 1156, | |
"Hex Value": "0x484", | |
"Description": "An error occurred in sending the command to the application." | |
}, | |
{ | |
"ErrorString": "ERROR_DLL_NOT_FOUND", | |
"ExitCode": 1157, | |
"Hex Value": "0x485", | |
"Description": "One of the library files needed to run this application cannot be found." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_MORE_USER_HANDLES", | |
"ExitCode": 1158, | |
"Hex Value": "0x486", | |
"Description": "The current process has used all of its system allowance of handles for Window Manager objects." | |
}, | |
{ | |
"ErrorString": "ERROR_MESSAGE_SYNC_ONLY", | |
"ExitCode": 1159, | |
"Hex Value": "0x487", | |
"Description": "The message can be used only with synchronous operations." | |
}, | |
{ | |
"ErrorString": "ERROR_SOURCE_ELEMENT_EMPTY", | |
"ExitCode": 1160, | |
"Hex Value": "0x488", | |
"Description": "The indicated source element has no media." | |
}, | |
{ | |
"ErrorString": "ERROR_DESTINATION_ELEMENT_FULL", | |
"ExitCode": 1161, | |
"Hex Value": "0x489", | |
"Description": "The indicated destination element already contains media." | |
}, | |
{ | |
"ErrorString": "ERROR_ILLEGAL_ELEMENT_ADDRESS", | |
"ExitCode": 1162, | |
"Hex Value": "0x48A", | |
"Description": "The indicated element does not exist." | |
}, | |
{ | |
"ErrorString": "ERROR_MAGAZINE_NOT_PRESENT", | |
"ExitCode": 1163, | |
"Hex Value": "0x48B", | |
"Description": "The indicated element is part of a magazine that is not present." | |
}, | |
{ | |
"ErrorString": "ERROR_DEVICE_REINITIALIZATION_NEEDED", | |
"ExitCode": 1164, | |
"Hex Value": "0x48C", | |
"Description": "The indicated device requires reinitialization due to hardware errors." | |
}, | |
{ | |
"ErrorString": "ERROR_DEVICE_REQUIRES_CLEANING", | |
"ExitCode": 1165, | |
"Hex Value": "0x48D", | |
"Description": "The device has indicated that cleaning is required before further operations are attempted." | |
}, | |
{ | |
"ErrorString": "ERROR_DEVICE_DOOR_OPEN", | |
"ExitCode": 1166, | |
"Hex Value": "0x48E", | |
"Description": "The device has indicated that its door is open." | |
}, | |
{ | |
"ErrorString": "ERROR_DEVICE_NOT_CONNECTED", | |
"ExitCode": 1167, | |
"Hex Value": "0x48F", | |
"Description": "The device is not connected." | |
}, | |
{ | |
"ErrorString": "ERROR_NOT_FOUND", | |
"ExitCode": 1168, | |
"Hex Value": "0x490", | |
"Description": "Element not found." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_MATCH", | |
"ExitCode": 1169, | |
"Hex Value": "0x491", | |
"Description": "There was no match for the specified key in the index." | |
}, | |
{ | |
"ErrorString": "ERROR_SET_NOT_FOUND", | |
"ExitCode": 1170, | |
"Hex Value": "0x492", | |
"Description": "The property set specified does not exist on the object." | |
}, | |
{ | |
"ErrorString": "ERROR_POINT_NOT_FOUND", | |
"ExitCode": 1171, | |
"Hex Value": "0x493", | |
"Description": "The point passed to GetMouseMovePoints is not in the buffer." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_TRACKING_SERVICE", | |
"ExitCode": 1172, | |
"Hex Value": "0x494", | |
"Description": "The tracking (workstation) service is not running." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_VOLUME_ID", | |
"ExitCode": 1173, | |
"Hex Value": "0x495", | |
"Description": "The Volume ID could not be found." | |
}, | |
{ | |
"ErrorString": "ERROR_UNABLE_TO_REMOVE_REPLACED", | |
"ExitCode": 1175, | |
"Hex Value": "0x497", | |
"Description": "Unable to remove the file to be replaced." | |
}, | |
{ | |
"ErrorString": "ERROR_UNABLE_TO_MOVE_REPLACEMENT", | |
"ExitCode": 1176, | |
"Hex Value": "0x498", | |
"Description": "Unable to move the replacement file to the file to be replaced. The file to be replaced has retained its original name." | |
}, | |
{ | |
"ErrorString": "ERROR_UNABLE_TO_MOVE_REPLACEMENT_2", | |
"ExitCode": 1177, | |
"Hex Value": "0x499", | |
"Description": "Unable to move the replacement file to the file to be replaced. The file to be replaced has been renamed using the backup name." | |
}, | |
{ | |
"ErrorString": "ERROR_JOURNAL_DELETE_IN_PROGRESS", | |
"ExitCode": 1178, | |
"Hex Value": "0x49A", | |
"Description": "The volume change journal is being deleted." | |
}, | |
{ | |
"ErrorString": "ERROR_JOURNAL_NOT_ACTIVE", | |
"ExitCode": 1179, | |
"Hex Value": "0x49B", | |
"Description": "The volume change journal is not active." | |
}, | |
{ | |
"ErrorString": "ERROR_POTENTIAL_FILE_FOUND", | |
"ExitCode": 1180, | |
"Hex Value": "0x49C", | |
"Description": "A file was found, but it may not be the correct file." | |
}, | |
{ | |
"ErrorString": "ERROR_JOURNAL_ENTRY_DELETED", | |
"ExitCode": 1181, | |
"Hex Value": "0x49D", | |
"Description": "The journal entry has been deleted from the journal." | |
}, | |
{ | |
"ErrorString": "ERROR_SHUTDOWN_IS_SCHEDULED", | |
"ExitCode": 1190, | |
"Hex Value": "0x4A6", | |
"Description": "A system shutdown has already been scheduled." | |
}, | |
{ | |
"ErrorString": "ERROR_SHUTDOWN_USERS_LOGGED_ON", | |
"ExitCode": 1191, | |
"Hex Value": "0x4A7", | |
"Description": "The system shutdown cannot be initiated because there are other users logged on to the computer." | |
}, | |
{ | |
"ErrorString": "ERROR_BAD_DEVICE", | |
"ExitCode": 1200, | |
"Hex Value": "0x4B0", | |
"Description": "The specified device name is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_CONNECTION_UNAVAIL", | |
"ExitCode": 1201, | |
"Hex Value": "0x4B1", | |
"Description": "The device is not currently connected but it is a remembered connection." | |
}, | |
{ | |
"ErrorString": "ERROR_DEVICE_ALREADY_REMEMBERED", | |
"ExitCode": 1202, | |
"Hex Value": "0x4B2", | |
"Description": "The local device name has a remembered connection to another network resource." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_NET_OR_BAD_PATH", | |
"ExitCode": 1203, | |
"Hex Value": "0x4B3", | |
"Description": "The network path was either typed incorrectly, does not exist, or the network provider is not currently available. Please try retyping the path or contact your network administrator." | |
}, | |
{ | |
"ErrorString": "ERROR_BAD_PROVIDER", | |
"ExitCode": 1204, | |
"Hex Value": "0x4B4", | |
"Description": "The specified network provider name is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_CANNOT_OPEN_PROFILE", | |
"ExitCode": 1205, | |
"Hex Value": "0x4B5", | |
"Description": "Unable to open the network connection profile." | |
}, | |
{ | |
"ErrorString": "ERROR_BAD_PROFILE", | |
"ExitCode": 1206, | |
"Hex Value": "0x4B6", | |
"Description": "The network connection profile is corrupted." | |
}, | |
{ | |
"ErrorString": "ERROR_NOT_CONTAINER", | |
"ExitCode": 1207, | |
"Hex Value": "0x4B7", | |
"Description": "Cannot enumerate a noncontainer." | |
}, | |
{ | |
"ErrorString": "ERROR_EXTENDED_ERROR", | |
"ExitCode": 1208, | |
"Hex Value": "0x4B8", | |
"Description": "An extended error has occurred." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_GROUPNAME", | |
"ExitCode": 1209, | |
"Hex Value": "0x4B9", | |
"Description": "The format of the specified group name is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_COMPUTERNAME", | |
"ExitCode": 1210, | |
"Hex Value": "0x4BA", | |
"Description": "The format of the specified computer name is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_EVENTNAME", | |
"ExitCode": 1211, | |
"Hex Value": "0x4BB", | |
"Description": "The format of the specified event name is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_DOMAINNAME", | |
"ExitCode": 1212, | |
"Hex Value": "0x4BC", | |
"Description": "The format of the specified domain name is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_SERVICENAME", | |
"ExitCode": 1213, | |
"Hex Value": "0x4BD", | |
"Description": "The format of the specified service name is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_NETNAME", | |
"ExitCode": 1214, | |
"Hex Value": "0x4BE", | |
"Description": "The format of the specified network name is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_SHARENAME", | |
"ExitCode": 1215, | |
"Hex Value": "0x4BF", | |
"Description": "The format of the specified share name is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_PASSWORDNAME", | |
"ExitCode": 1216, | |
"Hex Value": "0x4C0", | |
"Description": "The format of the specified password is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_MESSAGENAME", | |
"ExitCode": 1217, | |
"Hex Value": "0x4C1", | |
"Description": "The format of the specified message name is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_MESSAGEDEST", | |
"ExitCode": 1218, | |
"Hex Value": "0x4C2", | |
"Description": "The format of the specified message destination is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_SESSION_CREDENTIAL_CONFLICT", | |
"ExitCode": 1219, | |
"Hex Value": "0x4C3", | |
"Description": "Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed. Disconnect all previous connections to the server or shared resource and try again." | |
}, | |
{ | |
"ErrorString": "ERROR_REMOTE_SESSION_LIMIT_EXCEEDED", | |
"ExitCode": 1220, | |
"Hex Value": "0x4C4", | |
"Description": "An attempt was made to establish a session to a network server, but there are already too many sessions established to that server." | |
}, | |
{ | |
"ErrorString": "ERROR_DUP_DOMAINNAME", | |
"ExitCode": 1221, | |
"Hex Value": "0x4C5", | |
"Description": "The workgroup or domain name is already in use by another computer on the network." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_NETWORK", | |
"ExitCode": 1222, | |
"Hex Value": "0x4C6", | |
"Description": "The network is not present or not started." | |
}, | |
{ | |
"ErrorString": "ERROR_CANCELLED", | |
"ExitCode": 1223, | |
"Hex Value": "0x4C7", | |
"Description": "The operation was canceled by the user." | |
}, | |
{ | |
"ErrorString": "ERROR_USER_MAPPED_FILE", | |
"ExitCode": 1224, | |
"Hex Value": "0x4C8", | |
"Description": "The requested operation cannot be performed on a file with a user-mapped section open." | |
}, | |
{ | |
"ErrorString": "ERROR_CONNECTION_REFUSED", | |
"ExitCode": 1225, | |
"Hex Value": "0x4C9", | |
"Description": "The remote computer refused the network connection." | |
}, | |
{ | |
"ErrorString": "ERROR_GRACEFUL_DISCONNECT", | |
"ExitCode": 1226, | |
"Hex Value": "0x4CA", | |
"Description": "The network connection was gracefully closed." | |
}, | |
{ | |
"ErrorString": "ERROR_ADDRESS_ALREADY_ASSOCIATED", | |
"ExitCode": 1227, | |
"Hex Value": "0x4CB", | |
"Description": "The network transport endpoint already has an address associated with it." | |
}, | |
{ | |
"ErrorString": "ERROR_ADDRESS_NOT_ASSOCIATED", | |
"ExitCode": 1228, | |
"Hex Value": "0x4CC", | |
"Description": "An address has not yet been associated with the network endpoint." | |
}, | |
{ | |
"ErrorString": "ERROR_CONNECTION_INVALID", | |
"ExitCode": 1229, | |
"Hex Value": "0x4CD", | |
"Description": "An operation was attempted on a nonexistent network connection." | |
}, | |
{ | |
"ErrorString": "ERROR_CONNECTION_ACTIVE", | |
"ExitCode": 1230, | |
"Hex Value": "0x4CE", | |
"Description": "An invalid operation was attempted on an active network connection." | |
}, | |
{ | |
"ErrorString": "ERROR_NETWORK_UNREACHABLE", | |
"ExitCode": 1231, | |
"Hex Value": "0x4CF", | |
"Description": "The network location cannot be reached. For information about network troubleshooting, see Windows Help." | |
}, | |
{ | |
"ErrorString": "ERROR_HOST_UNREACHABLE", | |
"ExitCode": 1232, | |
"Hex Value": "0x4D0", | |
"Description": "The network location cannot be reached. For information about network troubleshooting, see Windows Help." | |
}, | |
{ | |
"ErrorString": "ERROR_PROTOCOL_UNREACHABLE", | |
"ExitCode": 1233, | |
"Hex Value": "0x4D1", | |
"Description": "The network location cannot be reached. For information about network troubleshooting, see Windows Help." | |
}, | |
{ | |
"ErrorString": "ERROR_PORT_UNREACHABLE", | |
"ExitCode": 1234, | |
"Hex Value": "0x4D2", | |
"Description": "No service is operating at the destination network endpoint on the remote system." | |
}, | |
{ | |
"ErrorString": "ERROR_REQUEST_ABORTED", | |
"ExitCode": 1235, | |
"Hex Value": "0x4D3", | |
"Description": "The request was aborted." | |
}, | |
{ | |
"ErrorString": "ERROR_CONNECTION_ABORTED", | |
"ExitCode": 1236, | |
"Hex Value": "0x4D4", | |
"Description": "The network connection was aborted by the local system." | |
}, | |
{ | |
"ErrorString": "ERROR_RETRY", | |
"ExitCode": 1237, | |
"Hex Value": "0x4D5", | |
"Description": "The operation could not be completed. A retry should be performed." | |
}, | |
{ | |
"ErrorString": "ERROR_CONNECTION_COUNT_LIMIT", | |
"ExitCode": 1238, | |
"Hex Value": "0x4D6", | |
"Description": "A connection to the server could not be made because the limit on the number of concurrent connections for this account has been reached." | |
}, | |
{ | |
"ErrorString": "ERROR_LOGIN_TIME_RESTRICTION", | |
"ExitCode": 1239, | |
"Hex Value": "0x4D7", | |
"Description": "Attempting to log in during an unauthorized time of day for this account." | |
}, | |
{ | |
"ErrorString": "ERROR_LOGIN_WKSTA_RESTRICTION", | |
"ExitCode": 1240, | |
"Hex Value": "0x4D8", | |
"Description": "The account is not authorized to log in from this station." | |
}, | |
{ | |
"ErrorString": "ERROR_INCORRECT_ADDRESS", | |
"ExitCode": 1241, | |
"Hex Value": "0x4D9", | |
"Description": "The network address could not be used for the operation requested." | |
}, | |
{ | |
"ErrorString": "ERROR_ALREADY_REGISTERED", | |
"ExitCode": 1242, | |
"Hex Value": "0x4DA", | |
"Description": "The service is already registered." | |
}, | |
{ | |
"ErrorString": "ERROR_SERVICE_NOT_FOUND", | |
"ExitCode": 1243, | |
"Hex Value": "0x4DB", | |
"Description": "The specified service does not exist." | |
}, | |
{ | |
"ErrorString": "ERROR_NOT_AUTHENTICATED", | |
"ExitCode": 1244, | |
"Hex Value": "0x4DC", | |
"Description": "The operation being requested was not performed because the user has not been authenticated." | |
}, | |
{ | |
"ErrorString": "ERROR_NOT_LOGGED_ON", | |
"ExitCode": 1245, | |
"Hex Value": "0x4DD", | |
"Description": "The operation being requested was not performed because the user has not logged on to the network. The specified service does not exist." | |
}, | |
{ | |
"ErrorString": "ERROR_CONTINUE", | |
"ExitCode": 1246, | |
"Hex Value": "0x4DE", | |
"Description": "Continue with work in progress." | |
}, | |
{ | |
"ErrorString": "ERROR_ALREADY_INITIALIZED", | |
"ExitCode": 1247, | |
"Hex Value": "0x4DF", | |
"Description": "An attempt was made to perform an initialization operation when initialization has already been completed." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_MORE_DEVICES", | |
"ExitCode": 1248, | |
"Hex Value": "0x4E0", | |
"Description": "No more local devices." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_SUCH_SITE", | |
"ExitCode": 1249, | |
"Hex Value": "0x4E1", | |
"Description": "The specified site does not exist." | |
}, | |
{ | |
"ErrorString": "ERROR_DOMAIN_CONTROLLER_EXISTS", | |
"ExitCode": 1250, | |
"Hex Value": "0x4E2", | |
"Description": "A domain controller with the specified name already exists." | |
}, | |
{ | |
"ErrorString": "ERROR_ONLY_IF_CONNECTED", | |
"ExitCode": 1251, | |
"Hex Value": "0x4E3", | |
"Description": "This operation is supported only when you are connected to the server." | |
}, | |
{ | |
"ErrorString": "ERROR_OVERRIDE_NOCHANGES", | |
"ExitCode": 1252, | |
"Hex Value": "0x4E4", | |
"Description": "The group policy framework should call the extension even if there are no changes." | |
}, | |
{ | |
"ErrorString": "ERROR_BAD_USER_PROFILE", | |
"ExitCode": 1253, | |
"Hex Value": "0x4E5", | |
"Description": "The specified user does not have a valid profile." | |
}, | |
{ | |
"ErrorString": "ERROR_NOT_SUPPORTED_ON_SBS", | |
"ExitCode": 1254, | |
"Hex Value": "0x4E6", | |
"Description": "This operation is not supported on a computer running Windows Server 2003 for Small Business Server." | |
}, | |
{ | |
"ErrorString": "ERROR_SERVER_SHUTDOWN_IN_PROGRESS", | |
"ExitCode": 1255, | |
"Hex Value": "0x4E7", | |
"Description": "The server machine is shutting down." | |
}, | |
{ | |
"ErrorString": "ERROR_HOST_DOWN", | |
"ExitCode": 1256, | |
"Hex Value": "0x4E8", | |
"Description": "The remote system is not available. For information about network troubleshooting, see Windows Help." | |
}, | |
{ | |
"ErrorString": "ERROR_NON_ACCOUNT_SID", | |
"ExitCode": 1257, | |
"Hex Value": "0x4E9", | |
"Description": "The security identifier provided is not from an account domain." | |
}, | |
{ | |
"ErrorString": "ERROR_NON_DOMAIN_SID", | |
"ExitCode": 1258, | |
"Hex Value": "0x4EA", | |
"Description": "The security identifier provided does not have a domain component." | |
}, | |
{ | |
"ErrorString": "ERROR_APPHELP_BLOCK", | |
"ExitCode": 1259, | |
"Hex Value": "0x4EB", | |
"Description": "AppHelp dialog canceled thus preventing the application from starting." | |
}, | |
{ | |
"ErrorString": "ERROR_ACCESS_DISABLED_BY_POLICY", | |
"ExitCode": 1260, | |
"Hex Value": "0x4EC", | |
"Description": "This program is blocked by group policy. For more information, contact your system administrator." | |
}, | |
{ | |
"ErrorString": "ERROR_REG_NAT_CONSUMPTION", | |
"ExitCode": 1261, | |
"Hex Value": "0x4ED", | |
"Description": "A program attempt to use an invalid register value. Normally caused by an uninitialized register. This error is Itanium specific." | |
}, | |
{ | |
"ErrorString": "ERROR_CSCSHARE_OFFLINE", | |
"ExitCode": 1262, | |
"Hex Value": "0x4EE", | |
"Description": "The share is currently offline or does not exist." | |
}, | |
{ | |
"ErrorString": "ERROR_PKINIT_FAILURE", | |
"ExitCode": 1263, | |
"Hex Value": "0x4EF", | |
"Description": "The Kerberos protocol encountered an error while validating the KDC certificate during smartcard logon. There is more information in the system event log." | |
}, | |
{ | |
"ErrorString": "ERROR_SMARTCARD_SUBSYSTEM_FAILURE", | |
"ExitCode": 1264, | |
"Hex Value": "0x4F0", | |
"Description": "The Kerberos protocol encountered an error while attempting to utilize the smartcard subsystem." | |
}, | |
{ | |
"ErrorString": "ERROR_DOWNGRADE_DETECTED", | |
"ExitCode": 1265, | |
"Hex Value": "0x4F1", | |
"Description": "The system cannot contact a domain controller to service the authentication request. Please try again later." | |
}, | |
{ | |
"ErrorString": "ERROR_MACHINE_LOCKED", | |
"ExitCode": 1271, | |
"Hex Value": "0x4F7", | |
"Description": "The machine is locked and cannot be shut down without the force option." | |
}, | |
{ | |
"ErrorString": "ERROR_CALLBACK_SUPPLIED_INVALID_DATA", | |
"ExitCode": 1273, | |
"Hex Value": "0x4F9", | |
"Description": "An application-defined callback gave invalid data when called." | |
}, | |
{ | |
"ErrorString": "ERROR_SYNC_FOREGROUND_REFRESH_REQUIRED", | |
"ExitCode": 1274, | |
"Hex Value": "0x4FA", | |
"Description": "The group policy framework should call the extension in the synchronous foreground policy refresh." | |
}, | |
{ | |
"ErrorString": "ERROR_DRIVER_BLOCKED", | |
"ExitCode": 1275, | |
"Hex Value": "0x4FB", | |
"Description": "This driver has been blocked from loading." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_IMPORT_OF_NON_DLL", | |
"ExitCode": 1276, | |
"Hex Value": "0x4FC", | |
"Description": "A dynamic link library (DLL) referenced a module that was neither a DLL nor the process\u0027s executable image." | |
}, | |
{ | |
"ErrorString": "ERROR_ACCESS_DISABLED_WEBBLADE", | |
"ExitCode": 1277, | |
"Hex Value": "0x4FD", | |
"Description": "Windows cannot open this program since it has been disabled." | |
}, | |
{ | |
"ErrorString": "ERROR_ACCESS_DISABLED_WEBBLADE_TAMPER", | |
"ExitCode": 1278, | |
"Hex Value": "0x4FE", | |
"Description": "Windows cannot open this program because the license enforcement system has been tampered with or become corrupted." | |
}, | |
{ | |
"ErrorString": "ERROR_RECOVERY_FAILURE", | |
"ExitCode": 1279, | |
"Hex Value": "0x4FF", | |
"Description": "A transaction recover failed." | |
}, | |
{ | |
"ErrorString": "ERROR_ALREADY_FIBER", | |
"ExitCode": 1280, | |
"Hex Value": "0x500", | |
"Description": "The current thread has already been converted to a fiber." | |
}, | |
{ | |
"ErrorString": "ERROR_ALREADY_THREAD", | |
"ExitCode": 1281, | |
"Hex Value": "0x501", | |
"Description": "The current thread has already been converted from a fiber." | |
}, | |
{ | |
"ErrorString": "ERROR_STACK_BUFFER_OVERRUN", | |
"ExitCode": 1282, | |
"Hex Value": "0x502", | |
"Description": "The system detected an overrun of a stack-based buffer in this application. This overrun could potentially allow a malicious user to gain control of this application." | |
}, | |
{ | |
"ErrorString": "ERROR_PARAMETER_QUOTA_EXCEEDED", | |
"ExitCode": 1283, | |
"Hex Value": "0x503", | |
"Description": "Data present in one of the parameters is more than the function can operate on." | |
}, | |
{ | |
"ErrorString": "ERROR_DEBUGGER_INACTIVE", | |
"ExitCode": 1284, | |
"Hex Value": "0x504", | |
"Description": "An attempt to do an operation on a debug object failed because the object is in the process of being deleted." | |
}, | |
{ | |
"ErrorString": "ERROR_DELAY_LOAD_FAILED", | |
"ExitCode": 1285, | |
"Hex Value": "0x505", | |
"Description": "An attempt to delay-load a .dll or get a function address in a delay-loaded .dll failed." | |
}, | |
{ | |
"ErrorString": "ERROR_VDM_DISALLOWED", | |
"ExitCode": 1286, | |
"Hex Value": "0x506", | |
"Description": "%1 is a 16-bit application. You do not have permissions to execute 16-bit applications. Check your permissions with your system administrator." | |
}, | |
{ | |
"ErrorString": "ERROR_UNIDENTIFIED_ERROR", | |
"ExitCode": 1287, | |
"Hex Value": "0x507", | |
"Description": "Insufficient information exists to identify the cause of failure." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_CRUNTIME_PARAMETER", | |
"ExitCode": 1288, | |
"Hex Value": "0x508", | |
"Description": "The parameter passed to a C runtime function is incorrect." | |
}, | |
{ | |
"ErrorString": "ERROR_BEYOND_VDL", | |
"ExitCode": 1289, | |
"Hex Value": "0x509", | |
"Description": "The operation occurred beyond the valid data length of the file." | |
}, | |
{ | |
"ErrorString": "ERROR_INCOMPATIBLE_SERVICE_SID_TYPE", | |
"ExitCode": 1290, | |
"Hex Value": "0x50A", | |
"Description": { | |
"value": [ | |
"The service start failed since one or more services in the same process have an incompatible service SID type setting. A service with restricted service SID type can only coexist in the same process with other services with a restricted SID type. If the service SID type for this service was just configured, the hosting process must be restarted in order to start this service.", | |
"The service start failed since one or more services in the same process have an incompatible service SID type setting. A service with restricted service SID type can only coexist in the same process with other services with a restricted SID type. If the service SID type for this service was just configured, the hosting process must be restarted in order to start this service.On Windows Server 2003 and Windows XP, an unrestricted service cannot coexist in the same process with other services. The service with the unrestricted service SID type must be moved to an owned process in order to start this service." | |
], | |
"Count": 2 | |
} | |
}, | |
{ | |
"ErrorString": "ERROR_DRIVER_PROCESS_TERMINATED", | |
"ExitCode": 1291, | |
"Hex Value": "0x50B", | |
"Description": "The process hosting the driver for this device has been terminated." | |
}, | |
{ | |
"ErrorString": "ERROR_IMPLEMENTATION_LIMIT", | |
"ExitCode": 1292, | |
"Hex Value": "0x50C", | |
"Description": "An operation attempted to exceed an implementation-defined limit." | |
}, | |
{ | |
"ErrorString": "ERROR_PROCESS_IS_PROTECTED", | |
"ExitCode": 1293, | |
"Hex Value": "0x50D", | |
"Description": "Either the target process, or the target thread\u0027s containing process, is a protected process." | |
}, | |
{ | |
"ErrorString": "ERROR_SERVICE_NOTIFY_CLIENT_LAGGING", | |
"ExitCode": 1294, | |
"Hex Value": "0x50E", | |
"Description": "The service notification client is lagging too far behind the current state of services in the machine." | |
}, | |
{ | |
"ErrorString": "ERROR_DISK_QUOTA_EXCEEDED", | |
"ExitCode": 1295, | |
"Hex Value": "0x50F", | |
"Description": "The requested file operation failed because the storage quota was exceeded. To free up disk space, move files to a different location or delete unnecessary files. For more information, contact your system administrator." | |
}, | |
{ | |
"ErrorString": "ERROR_CONTENT_BLOCKED", | |
"ExitCode": 1296, | |
"Hex Value": "0x510", | |
"Description": "The requested file operation failed because the storage policy blocks that type of file. For more information, contact your system administrator." | |
}, | |
{ | |
"ErrorString": "ERROR_INCOMPATIBLE_SERVICE_PRIVILEGE", | |
"ExitCode": 1297, | |
"Hex Value": "0x511", | |
"Description": "A privilege that the service requires to function properly does not exist in the service account configuration. You may use the Services Microsoft Management Console (MMC) snap-in (services.msc) and the Local Security Settings MMC snap-in (secpol.msc) to view the service configuration and the account configuration." | |
}, | |
{ | |
"ErrorString": "ERROR_APP_HANG", | |
"ExitCode": 1298, | |
"Hex Value": "0x512", | |
"Description": "A thread involved in this operation appears to be unresponsive." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_LABEL", | |
"ExitCode": 1299, | |
"Hex Value": "0x513", | |
"Description": "Indicates a particular Security ID may not be assigned as the label of an object." | |
}, | |
{ | |
"ErrorString": "ERROR_NOT_ALL_ASSIGNED", | |
"ExitCode": 1300, | |
"Hex Value": "0x514", | |
"Description": "Not all privileges or groups referenced are assigned to the caller." | |
}, | |
{ | |
"ErrorString": "ERROR_SOME_NOT_MAPPED", | |
"ExitCode": 1301, | |
"Hex Value": "0x515", | |
"Description": "Some mapping between account names and security IDs was not done." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_QUOTAS_FOR_ACCOUNT", | |
"ExitCode": 1302, | |
"Hex Value": "0x516", | |
"Description": "No system quota limits are specifically set for this account." | |
}, | |
{ | |
"ErrorString": "ERROR_LOCAL_USER_SESSION_KEY", | |
"ExitCode": 1303, | |
"Hex Value": "0x517", | |
"Description": "No encryption key is available. A well-known encryption key was returned." | |
}, | |
{ | |
"ErrorString": "ERROR_NULL_LM_PASSWORD", | |
"ExitCode": 1304, | |
"Hex Value": "0x518", | |
"Description": "The password is too complex to be converted to a LAN Manager password. The LAN Manager password returned is a NULL string." | |
}, | |
{ | |
"ErrorString": "ERROR_UNKNOWN_REVISION", | |
"ExitCode": 1305, | |
"Hex Value": "0x519", | |
"Description": "The revision level is unknown." | |
}, | |
{ | |
"ErrorString": "ERROR_REVISION_MISMATCH", | |
"ExitCode": 1306, | |
"Hex Value": "0x51A", | |
"Description": "Indicates two revision levels are incompatible." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_OWNER", | |
"ExitCode": 1307, | |
"Hex Value": "0x51B", | |
"Description": "This security ID may not be assigned as the owner of this object." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_PRIMARY_GROUP", | |
"ExitCode": 1308, | |
"Hex Value": "0x51C", | |
"Description": "This security ID may not be assigned as the primary group of an object." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_IMPERSONATION_TOKEN", | |
"ExitCode": 1309, | |
"Hex Value": "0x51D", | |
"Description": "An attempt has been made to operate on an impersonation token by a thread that is not currently impersonating a client." | |
}, | |
{ | |
"ErrorString": "ERROR_CANT_DISABLE_MANDATORY", | |
"ExitCode": 1310, | |
"Hex Value": "0x51E", | |
"Description": "The group may not be disabled." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_LOGON_SERVERS", | |
"ExitCode": 1311, | |
"Hex Value": "0x51F", | |
"Description": "There are currently no logon servers available to service the logon request." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_SUCH_LOGON_SESSION", | |
"ExitCode": 1312, | |
"Hex Value": "0x520", | |
"Description": "A specified logon session does not exist. It may already have been terminated." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_SUCH_PRIVILEGE", | |
"ExitCode": 1313, | |
"Hex Value": "0x521", | |
"Description": "A specified privilege does not exist." | |
}, | |
{ | |
"ErrorString": "ERROR_PRIVILEGE_NOT_HELD", | |
"ExitCode": 1314, | |
"Hex Value": "0x522", | |
"Description": "A required privilege is not held by the client." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_ACCOUNT_NAME", | |
"ExitCode": 1315, | |
"Hex Value": "0x523", | |
"Description": "The name provided is not a properly formed account name." | |
}, | |
{ | |
"ErrorString": "ERROR_USER_EXISTS", | |
"ExitCode": 1316, | |
"Hex Value": "0x524", | |
"Description": "The specified account already exists." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_SUCH_USER", | |
"ExitCode": 1317, | |
"Hex Value": "0x525", | |
"Description": "The specified account does not exist." | |
}, | |
{ | |
"ErrorString": "ERROR_GROUP_EXISTS", | |
"ExitCode": 1318, | |
"Hex Value": "0x526", | |
"Description": "The specified group already exists." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_SUCH_GROUP", | |
"ExitCode": 1319, | |
"Hex Value": "0x527", | |
"Description": "The specified group does not exist." | |
}, | |
{ | |
"ErrorString": "ERROR_MEMBER_IN_GROUP", | |
"ExitCode": 1320, | |
"Hex Value": "0x528", | |
"Description": "Either the specified user account is already a member of the specified group, or the specified group cannot be deleted because it contains a member." | |
}, | |
{ | |
"ErrorString": "ERROR_MEMBER_NOT_IN_GROUP", | |
"ExitCode": 1321, | |
"Hex Value": "0x529", | |
"Description": "The specified user account is not a member of the specified group account." | |
}, | |
{ | |
"ErrorString": "ERROR_LAST_ADMIN", | |
"ExitCode": 1322, | |
"Hex Value": "0x52A", | |
"Description": "This operation is disallowed as it could result in an administration account being disabled, deleted or unable to log on." | |
}, | |
{ | |
"ErrorString": "ERROR_WRONG_PASSWORD", | |
"ExitCode": 1323, | |
"Hex Value": "0x52B", | |
"Description": "Unable to update the password. The value provided as the current password is incorrect." | |
}, | |
{ | |
"ErrorString": "ERROR_ILL_FORMED_PASSWORD", | |
"ExitCode": 1324, | |
"Hex Value": "0x52C", | |
"Description": "Unable to update the password. The value provided for the new password contains values that are not allowed in passwords." | |
}, | |
{ | |
"ErrorString": "ERROR_PASSWORD_RESTRICTION", | |
"ExitCode": 1325, | |
"Hex Value": "0x52D", | |
"Description": "Unable to update the password. The value provided for the new password does not meet the length, complexity, or history requirements of the domain." | |
}, | |
{ | |
"ErrorString": "ERROR_LOGON_FAILURE", | |
"ExitCode": 1326, | |
"Hex Value": "0x52E", | |
"Description": "The user name or password is incorrect." | |
}, | |
{ | |
"ErrorString": "ERROR_ACCOUNT_RESTRICTION", | |
"ExitCode": 1327, | |
"Hex Value": "0x52F", | |
"Description": "Account restrictions are preventing this user from signing in. For example: blank passwords aren\u0027t allowed, sign-in times are limited, or a policy restriction has been enforced." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_LOGON_HOURS", | |
"ExitCode": 1328, | |
"Hex Value": "0x530", | |
"Description": "Your account has time restrictions that keep you from signing in right now." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_WORKSTATION", | |
"ExitCode": 1329, | |
"Hex Value": "0x531", | |
"Description": "This user isn\u0027t allowed to sign in to this computer." | |
}, | |
{ | |
"ErrorString": "ERROR_PASSWORD_EXPIRED", | |
"ExitCode": 1330, | |
"Hex Value": "0x532", | |
"Description": "The password for this account has expired." | |
}, | |
{ | |
"ErrorString": "ERROR_ACCOUNT_DISABLED", | |
"ExitCode": 1331, | |
"Hex Value": "0x533", | |
"Description": "This user can\u0027t sign in because this account is currently disabled." | |
}, | |
{ | |
"ErrorString": "ERROR_NONE_MAPPED", | |
"ExitCode": 1332, | |
"Hex Value": "0x534", | |
"Description": "No mapping between account names and security IDs was done." | |
}, | |
{ | |
"ErrorString": "ERROR_TOO_MANY_LUIDS_REQUESTED", | |
"ExitCode": 1333, | |
"Hex Value": "0x535", | |
"Description": "Too many local user identifiers (LUIDs) were requested at one time." | |
}, | |
{ | |
"ErrorString": "ERROR_LUIDS_EXHAUSTED", | |
"ExitCode": 1334, | |
"Hex Value": "0x536", | |
"Description": "No more local user identifiers (LUIDs) are available." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_SUB_AUTHORITY", | |
"ExitCode": 1335, | |
"Hex Value": "0x537", | |
"Description": "The subauthority part of a security ID is invalid for this particular use." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_ACL", | |
"ExitCode": 1336, | |
"Hex Value": "0x538", | |
"Description": "The access control list (ACL) structure is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_SID", | |
"ExitCode": 1337, | |
"Hex Value": "0x539", | |
"Description": "The security ID structure is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_SECURITY_DESCR", | |
"ExitCode": 1338, | |
"Hex Value": "0x53A", | |
"Description": "The security descriptor structure is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_BAD_INHERITANCE_ACL", | |
"ExitCode": 1340, | |
"Hex Value": "0x53C", | |
"Description": "The inherited access control list (ACL) or access control entry (ACE) could not be built." | |
}, | |
{ | |
"ErrorString": "ERROR_SERVER_DISABLED", | |
"ExitCode": 1341, | |
"Hex Value": "0x53D", | |
"Description": "The server is currently disabled." | |
}, | |
{ | |
"ErrorString": "ERROR_SERVER_NOT_DISABLED", | |
"ExitCode": 1342, | |
"Hex Value": "0x53E", | |
"Description": "The server is currently enabled." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_ID_AUTHORITY", | |
"ExitCode": 1343, | |
"Hex Value": "0x53F", | |
"Description": "The value provided was an invalid value for an identifier authority." | |
}, | |
{ | |
"ErrorString": "ERROR_ALLOTTED_SPACE_EXCEEDED", | |
"ExitCode": 1344, | |
"Hex Value": "0x540", | |
"Description": "No more memory is available for security information updates." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_GROUP_ATTRIBUTES", | |
"ExitCode": 1345, | |
"Hex Value": "0x541", | |
"Description": "The specified attributes are invalid, or incompatible with the attributes for the group as a whole." | |
}, | |
{ | |
"ErrorString": "ERROR_BAD_IMPERSONATION_LEVEL", | |
"ExitCode": 1346, | |
"Hex Value": "0x542", | |
"Description": "Either a required impersonation level was not provided, or the provided impersonation level is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_CANT_OPEN_ANONYMOUS", | |
"ExitCode": 1347, | |
"Hex Value": "0x543", | |
"Description": "Cannot open an anonymous level security token." | |
}, | |
{ | |
"ErrorString": "ERROR_BAD_VALIDATION_CLASS", | |
"ExitCode": 1348, | |
"Hex Value": "0x544", | |
"Description": "The validation information class requested was invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_BAD_TOKEN_TYPE", | |
"ExitCode": 1349, | |
"Hex Value": "0x545", | |
"Description": "The type of the token is inappropriate for its attempted use." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_SECURITY_ON_OBJECT", | |
"ExitCode": 1350, | |
"Hex Value": "0x546", | |
"Description": "Unable to perform a security operation on an object that has no associated security." | |
}, | |
{ | |
"ErrorString": "ERROR_CANT_ACCESS_DOMAIN_INFO", | |
"ExitCode": 1351, | |
"Hex Value": "0x547", | |
"Description": "Configuration information could not be read from the domain controller, either because the machine is unavailable, or access has been denied." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_SERVER_STATE", | |
"ExitCode": 1352, | |
"Hex Value": "0x548", | |
"Description": "The security account manager (SAM) or local security authority (LSA) server was in the wrong state to perform the security operation." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_DOMAIN_STATE", | |
"ExitCode": 1353, | |
"Hex Value": "0x549", | |
"Description": "The domain was in the wrong state to perform the security operation." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_DOMAIN_ROLE", | |
"ExitCode": 1354, | |
"Hex Value": "0x54A", | |
"Description": "This operation is only allowed for the Primary Domain Controller of the domain." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_SUCH_DOMAIN", | |
"ExitCode": 1355, | |
"Hex Value": "0x54B", | |
"Description": "The specified domain either does not exist or could not be contacted." | |
}, | |
{ | |
"ErrorString": "ERROR_DOMAIN_EXISTS", | |
"ExitCode": 1356, | |
"Hex Value": "0x54C", | |
"Description": "The specified domain already exists." | |
}, | |
{ | |
"ErrorString": "ERROR_DOMAIN_LIMIT_EXCEEDED", | |
"ExitCode": 1357, | |
"Hex Value": "0x54D", | |
"Description": "An attempt was made to exceed the limit on the number of domains per server." | |
}, | |
{ | |
"ErrorString": "ERROR_INTERNAL_DB_CORRUPTION", | |
"ExitCode": 1358, | |
"Hex Value": "0x54E", | |
"Description": "Unable to complete the requested operation because of either a catastrophic media failure or a data structure corruption on the disk." | |
}, | |
{ | |
"ErrorString": "ERROR_INTERNAL_ERROR", | |
"ExitCode": 1359, | |
"Hex Value": "0x54F", | |
"Description": "An internal error occurred." | |
}, | |
{ | |
"ErrorString": "ERROR_GENERIC_NOT_MAPPED", | |
"ExitCode": 1360, | |
"Hex Value": "0x550", | |
"Description": "Generic access types were contained in an access mask which should already be mapped to nongeneric types." | |
}, | |
{ | |
"ErrorString": "ERROR_BAD_DESCRIPTOR_FORMAT", | |
"ExitCode": 1361, | |
"Hex Value": "0x551", | |
"Description": "A security descriptor is not in the right format (absolute or self-relative)." | |
}, | |
{ | |
"ErrorString": "ERROR_NOT_LOGON_PROCESS", | |
"ExitCode": 1362, | |
"Hex Value": "0x552", | |
"Description": "The requested action is restricted for use by logon processes only. The calling process has not registered as a logon process." | |
}, | |
{ | |
"ErrorString": "ERROR_LOGON_SESSION_EXISTS", | |
"ExitCode": 1363, | |
"Hex Value": "0x553", | |
"Description": "Cannot start a new logon session with an ID that is already in use." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_SUCH_PACKAGE", | |
"ExitCode": 1364, | |
"Hex Value": "0x554", | |
"Description": "A specified authentication package is unknown." | |
}, | |
{ | |
"ErrorString": "ERROR_BAD_LOGON_SESSION_STATE", | |
"ExitCode": 1365, | |
"Hex Value": "0x555", | |
"Description": "The logon session is not in a state that is consistent with the requested operation." | |
}, | |
{ | |
"ErrorString": "ERROR_LOGON_SESSION_COLLISION", | |
"ExitCode": 1366, | |
"Hex Value": "0x556", | |
"Description": "The logon session ID is already in use." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_LOGON_TYPE", | |
"ExitCode": 1367, | |
"Hex Value": "0x557", | |
"Description": "A logon request contained an invalid logon type value." | |
}, | |
{ | |
"ErrorString": "ERROR_CANNOT_IMPERSONATE", | |
"ExitCode": 1368, | |
"Hex Value": "0x558", | |
"Description": "Unable to impersonate using a named pipe until data has been read from that pipe." | |
}, | |
{ | |
"ErrorString": "ERROR_RXACT_INVALID_STATE", | |
"ExitCode": 1369, | |
"Hex Value": "0x559", | |
"Description": "The transaction state of a registry subtree is incompatible with the requested operation." | |
}, | |
{ | |
"ErrorString": "ERROR_RXACT_COMMIT_FAILURE", | |
"ExitCode": 1370, | |
"Hex Value": "0x55A", | |
"Description": "An internal security database corruption has been encountered." | |
}, | |
{ | |
"ErrorString": "ERROR_SPECIAL_ACCOUNT", | |
"ExitCode": 1371, | |
"Hex Value": "0x55B", | |
"Description": "Cannot perform this operation on built-in accounts." | |
}, | |
{ | |
"ErrorString": "ERROR_SPECIAL_GROUP", | |
"ExitCode": 1372, | |
"Hex Value": "0x55C", | |
"Description": "Cannot perform this operation on this built-in special group." | |
}, | |
{ | |
"ErrorString": "ERROR_SPECIAL_USER", | |
"ExitCode": 1373, | |
"Hex Value": "0x55D", | |
"Description": "Cannot perform this operation on this built-in special user." | |
}, | |
{ | |
"ErrorString": "ERROR_MEMBERS_PRIMARY_GROUP", | |
"ExitCode": 1374, | |
"Hex Value": "0x55E", | |
"Description": "The user cannot be removed from a group because the group is currently the user\u0027s primary group." | |
}, | |
{ | |
"ErrorString": "ERROR_TOKEN_ALREADY_IN_USE", | |
"ExitCode": 1375, | |
"Hex Value": "0x55F", | |
"Description": "The token is already in use as a primary token." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_SUCH_ALIAS", | |
"ExitCode": 1376, | |
"Hex Value": "0x560", | |
"Description": "The specified local group does not exist." | |
}, | |
{ | |
"ErrorString": "ERROR_MEMBER_NOT_IN_ALIAS", | |
"ExitCode": 1377, | |
"Hex Value": "0x561", | |
"Description": "The specified account name is not a member of the group." | |
}, | |
{ | |
"ErrorString": "ERROR_MEMBER_IN_ALIAS", | |
"ExitCode": 1378, | |
"Hex Value": "0x562", | |
"Description": "The specified account name is already a member of the group." | |
}, | |
{ | |
"ErrorString": "ERROR_ALIAS_EXISTS", | |
"ExitCode": 1379, | |
"Hex Value": "0x563", | |
"Description": "The specified local group already exists." | |
}, | |
{ | |
"ErrorString": "ERROR_LOGON_NOT_GRANTED", | |
"ExitCode": 1380, | |
"Hex Value": "0x564", | |
"Description": "Logon failure: the user has not been granted the requested logon type at this computer." | |
}, | |
{ | |
"ErrorString": "ERROR_TOO_MANY_SECRETS", | |
"ExitCode": 1381, | |
"Hex Value": "0x565", | |
"Description": "The maximum number of secrets that may be stored in a single system has been exceeded." | |
}, | |
{ | |
"ErrorString": "ERROR_SECRET_TOO_LONG", | |
"ExitCode": 1382, | |
"Hex Value": "0x566", | |
"Description": "The length of a secret exceeds the maximum length allowed." | |
}, | |
{ | |
"ErrorString": "ERROR_INTERNAL_DB_ERROR", | |
"ExitCode": 1383, | |
"Hex Value": "0x567", | |
"Description": "The local security authority database contains an internal inconsistency." | |
}, | |
{ | |
"ErrorString": "ERROR_TOO_MANY_CONTEXT_IDS", | |
"ExitCode": 1384, | |
"Hex Value": "0x568", | |
"Description": "During a logon attempt, the user\u0027s security context accumulated too many security IDs." | |
}, | |
{ | |
"ErrorString": "ERROR_LOGON_TYPE_NOT_GRANTED", | |
"ExitCode": 1385, | |
"Hex Value": "0x569", | |
"Description": "Logon failure: the user has not been granted the requested logon type at this computer." | |
}, | |
{ | |
"ErrorString": "ERROR_NT_CROSS_ENCRYPTION_REQUIRED", | |
"ExitCode": 1386, | |
"Hex Value": "0x56A", | |
"Description": "A cross-encrypted password is necessary to change a user password." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_SUCH_MEMBER", | |
"ExitCode": 1387, | |
"Hex Value": "0x56B", | |
"Description": "A member could not be added to or removed from the local group because the member does not exist." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_MEMBER", | |
"ExitCode": 1388, | |
"Hex Value": "0x56C", | |
"Description": "A new member could not be added to a local group because the member has the wrong account type." | |
}, | |
{ | |
"ErrorString": "ERROR_TOO_MANY_SIDS", | |
"ExitCode": 1389, | |
"Hex Value": "0x56D", | |
"Description": "Too many security IDs have been specified." | |
}, | |
{ | |
"ErrorString": "ERROR_LM_CROSS_ENCRYPTION_REQUIRED", | |
"ExitCode": 1390, | |
"Hex Value": "0x56E", | |
"Description": "A cross-encrypted password is necessary to change this user password." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_INHERITANCE", | |
"ExitCode": 1391, | |
"Hex Value": "0x56F", | |
"Description": "Indicates an ACL contains no inheritable components." | |
}, | |
{ | |
"ErrorString": "ERROR_FILE_CORRUPT", | |
"ExitCode": 1392, | |
"Hex Value": "0x570", | |
"Description": "The file or directory is corrupted and unreadable." | |
}, | |
{ | |
"ErrorString": "ERROR_DISK_CORRUPT", | |
"ExitCode": 1393, | |
"Hex Value": "0x571", | |
"Description": "The disk structure is corrupted and unreadable." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_USER_SESSION_KEY", | |
"ExitCode": 1394, | |
"Hex Value": "0x572", | |
"Description": "There is no user session key for the specified logon session." | |
}, | |
{ | |
"ErrorString": "ERROR_LICENSE_QUOTA_EXCEEDED", | |
"ExitCode": 1395, | |
"Hex Value": "0x573", | |
"Description": "The service being accessed is licensed for a particular number of connections. No more connections can be made to the service at this time because there are already as many connections as the service can accept." | |
}, | |
{ | |
"ErrorString": "ERROR_WRONG_TARGET_NAME", | |
"ExitCode": 1396, | |
"Hex Value": "0x574", | |
"Description": "The target account name is incorrect." | |
}, | |
{ | |
"ErrorString": "ERROR_MUTUAL_AUTH_FAILED", | |
"ExitCode": 1397, | |
"Hex Value": "0x575", | |
"Description": "Mutual Authentication failed. The server\u0027s password is out of date at the domain controller." | |
}, | |
{ | |
"ErrorString": "ERROR_TIME_SKEW", | |
"ExitCode": 1398, | |
"Hex Value": "0x576", | |
"Description": "There is a time and/or date difference between the client and server." | |
}, | |
{ | |
"ErrorString": "ERROR_CURRENT_DOMAIN_NOT_ALLOWED", | |
"ExitCode": 1399, | |
"Hex Value": "0x577", | |
"Description": "This operation cannot be performed on the current domain." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_WINDOW_HANDLE", | |
"ExitCode": 1400, | |
"Hex Value": "0x578", | |
"Description": "Invalid window handle." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_MENU_HANDLE", | |
"ExitCode": 1401, | |
"Hex Value": "0x579", | |
"Description": "Invalid menu handle." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_CURSOR_HANDLE", | |
"ExitCode": 1402, | |
"Hex Value": "0x57A", | |
"Description": "Invalid cursor handle." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_ACCEL_HANDLE", | |
"ExitCode": 1403, | |
"Hex Value": "0x57B", | |
"Description": "Invalid accelerator table handle." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_HOOK_HANDLE", | |
"ExitCode": 1404, | |
"Hex Value": "0x57C", | |
"Description": "Invalid hook handle." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_DWP_HANDLE", | |
"ExitCode": 1405, | |
"Hex Value": "0x57D", | |
"Description": "Invalid handle to a multiple-window position structure." | |
}, | |
{ | |
"ErrorString": "ERROR_TLW_WITH_WSCHILD", | |
"ExitCode": 1406, | |
"Hex Value": "0x57E", | |
"Description": "Cannot create a top-level child window." | |
}, | |
{ | |
"ErrorString": "ERROR_CANNOT_FIND_WND_CLASS", | |
"ExitCode": 1407, | |
"Hex Value": "0x57F", | |
"Description": "Cannot find window class." | |
}, | |
{ | |
"ErrorString": "ERROR_WINDOW_OF_OTHER_THREAD", | |
"ExitCode": 1408, | |
"Hex Value": "0x580", | |
"Description": "Invalid window; it belongs to other thread." | |
}, | |
{ | |
"ErrorString": "ERROR_HOTKEY_ALREADY_REGISTERED", | |
"ExitCode": 1409, | |
"Hex Value": "0x581", | |
"Description": "Hot key is already registered." | |
}, | |
{ | |
"ErrorString": "ERROR_CLASS_ALREADY_EXISTS", | |
"ExitCode": 1410, | |
"Hex Value": "0x582", | |
"Description": "Class already exists." | |
}, | |
{ | |
"ErrorString": "ERROR_CLASS_DOES_NOT_EXIST", | |
"ExitCode": 1411, | |
"Hex Value": "0x583", | |
"Description": "Class does not exist." | |
}, | |
{ | |
"ErrorString": "ERROR_CLASS_HAS_WINDOWS", | |
"ExitCode": 1412, | |
"Hex Value": "0x584", | |
"Description": "Class still has open windows." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_INDEX", | |
"ExitCode": 1413, | |
"Hex Value": "0x585", | |
"Description": "Invalid index." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_ICON_HANDLE", | |
"ExitCode": 1414, | |
"Hex Value": "0x586", | |
"Description": "Invalid icon handle." | |
}, | |
{ | |
"ErrorString": "ERROR_PRIVATE_DIALOG_INDEX", | |
"ExitCode": 1415, | |
"Hex Value": "0x587", | |
"Description": "Using private DIALOG window words." | |
}, | |
{ | |
"ErrorString": "ERROR_LISTBOX_ID_NOT_FOUND", | |
"ExitCode": 1416, | |
"Hex Value": "0x588", | |
"Description": "The list box identifier was not found." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_WILDCARD_CHARACTERS", | |
"ExitCode": 1417, | |
"Hex Value": "0x589", | |
"Description": "No wildcards were found." | |
}, | |
{ | |
"ErrorString": "ERROR_CLIPBOARD_NOT_OPEN", | |
"ExitCode": 1418, | |
"Hex Value": "0x58A", | |
"Description": "Thread does not have a clipboard open." | |
}, | |
{ | |
"ErrorString": "ERROR_HOTKEY_NOT_REGISTERED", | |
"ExitCode": 1419, | |
"Hex Value": "0x58B", | |
"Description": "Hot key is not registered." | |
}, | |
{ | |
"ErrorString": "ERROR_WINDOW_NOT_DIALOG", | |
"ExitCode": 1420, | |
"Hex Value": "0x58C", | |
"Description": "The window is not a valid dialog window." | |
}, | |
{ | |
"ErrorString": "ERROR_CONTROL_ID_NOT_FOUND", | |
"ExitCode": 1421, | |
"Hex Value": "0x58D", | |
"Description": "Control ID not found." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_COMBOBOX_MESSAGE", | |
"ExitCode": 1422, | |
"Hex Value": "0x58E", | |
"Description": "Invalid message for a combo box because it does not have an edit control." | |
}, | |
{ | |
"ErrorString": "ERROR_WINDOW_NOT_COMBOBOX", | |
"ExitCode": 1423, | |
"Hex Value": "0x58F", | |
"Description": "The window is not a combo box." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_EDIT_HEIGHT", | |
"ExitCode": 1424, | |
"Hex Value": "0x590", | |
"Description": "Height must be less than 256." | |
}, | |
{ | |
"ErrorString": "ERROR_DC_NOT_FOUND", | |
"ExitCode": 1425, | |
"Hex Value": "0x591", | |
"Description": "Invalid device context (DC) handle." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_HOOK_FILTER", | |
"ExitCode": 1426, | |
"Hex Value": "0x592", | |
"Description": "Invalid hook procedure type." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_FILTER_PROC", | |
"ExitCode": 1427, | |
"Hex Value": "0x593", | |
"Description": "Invalid hook procedure." | |
}, | |
{ | |
"ErrorString": "ERROR_HOOK_NEEDS_HMOD", | |
"ExitCode": 1428, | |
"Hex Value": "0x594", | |
"Description": "Cannot set nonlocal hook without a module handle." | |
}, | |
{ | |
"ErrorString": "ERROR_GLOBAL_ONLY_HOOK", | |
"ExitCode": 1429, | |
"Hex Value": "0x595", | |
"Description": "This hook procedure can only be set globally." | |
}, | |
{ | |
"ErrorString": "ERROR_JOURNAL_HOOK_SET", | |
"ExitCode": 1430, | |
"Hex Value": "0x596", | |
"Description": "The journal hook procedure is already installed." | |
}, | |
{ | |
"ErrorString": "ERROR_HOOK_NOT_INSTALLED", | |
"ExitCode": 1431, | |
"Hex Value": "0x597", | |
"Description": "The hook procedure is not installed." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_LB_MESSAGE", | |
"ExitCode": 1432, | |
"Hex Value": "0x598", | |
"Description": "Invalid message for single-selection list box." | |
}, | |
{ | |
"ErrorString": "ERROR_SETCOUNT_ON_BAD_LB", | |
"ExitCode": 1433, | |
"Hex Value": "0x599", | |
"Description": "LB_SETCOUNT sent to non-lazy list box." | |
}, | |
{ | |
"ErrorString": "ERROR_LB_WITHOUT_TABSTOPS", | |
"ExitCode": 1434, | |
"Hex Value": "0x59A", | |
"Description": "This list box does not support tab stops." | |
}, | |
{ | |
"ErrorString": "ERROR_DESTROY_OBJECT_OF_OTHER_THREAD", | |
"ExitCode": 1435, | |
"Hex Value": "0x59B", | |
"Description": "Cannot destroy object created by another thread." | |
}, | |
{ | |
"ErrorString": "ERROR_CHILD_WINDOW_MENU", | |
"ExitCode": 1436, | |
"Hex Value": "0x59C", | |
"Description": "Child windows cannot have menus." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_SYSTEM_MENU", | |
"ExitCode": 1437, | |
"Hex Value": "0x59D", | |
"Description": "The window does not have a system menu." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_MSGBOX_STYLE", | |
"ExitCode": 1438, | |
"Hex Value": "0x59E", | |
"Description": "Invalid message box style." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_SPI_VALUE", | |
"ExitCode": 1439, | |
"Hex Value": "0x59F", | |
"Description": "Invalid system-wide (SPI_*) parameter." | |
}, | |
{ | |
"ErrorString": "ERROR_SCREEN_ALREADY_LOCKED", | |
"ExitCode": 1440, | |
"Hex Value": "0x5A0", | |
"Description": "Screen already locked." | |
}, | |
{ | |
"ErrorString": "ERROR_HWNDS_HAVE_DIFF_PARENT", | |
"ExitCode": 1441, | |
"Hex Value": "0x5A1", | |
"Description": "All handles to windows in a multiple-window position structure must have the same parent." | |
}, | |
{ | |
"ErrorString": "ERROR_NOT_CHILD_WINDOW", | |
"ExitCode": 1442, | |
"Hex Value": "0x5A2", | |
"Description": "The window is not a child window." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_GW_COMMAND", | |
"ExitCode": 1443, | |
"Hex Value": "0x5A3", | |
"Description": "Invalid GW_* command." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_THREAD_ID", | |
"ExitCode": 1444, | |
"Hex Value": "0x5A4", | |
"Description": "Invalid thread identifier." | |
}, | |
{ | |
"ErrorString": "ERROR_NON_MDICHILD_WINDOW", | |
"ExitCode": 1445, | |
"Hex Value": "0x5A5", | |
"Description": "Cannot process a message from a window that is not a multiple document interface (MDI) window." | |
}, | |
{ | |
"ErrorString": "ERROR_POPUP_ALREADY_ACTIVE", | |
"ExitCode": 1446, | |
"Hex Value": "0x5A6", | |
"Description": "Popup menu already active." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_SCROLLBARS", | |
"ExitCode": 1447, | |
"Hex Value": "0x5A7", | |
"Description": "The window does not have scroll bars." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_SCROLLBAR_RANGE", | |
"ExitCode": 1448, | |
"Hex Value": "0x5A8", | |
"Description": "Scroll bar range cannot be greater than MAXLONG." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_SHOWWIN_COMMAND", | |
"ExitCode": 1449, | |
"Hex Value": "0x5A9", | |
"Description": "Cannot show or remove the window in the way specified." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_SYSTEM_RESOURCES", | |
"ExitCode": 1450, | |
"Hex Value": "0x5AA", | |
"Description": "Insufficient system resources exist to complete the requested service." | |
}, | |
{ | |
"ErrorString": "ERROR_NONPAGED_SYSTEM_RESOURCES", | |
"ExitCode": 1451, | |
"Hex Value": "0x5AB", | |
"Description": "Insufficient system resources exist to complete the requested service." | |
}, | |
{ | |
"ErrorString": "ERROR_PAGED_SYSTEM_RESOURCES", | |
"ExitCode": 1452, | |
"Hex Value": "0x5AC", | |
"Description": "Insufficient system resources exist to complete the requested service." | |
}, | |
{ | |
"ErrorString": "ERROR_WORKING_SET_QUOTA", | |
"ExitCode": 1453, | |
"Hex Value": "0x5AD", | |
"Description": "Insufficient quota to complete the requested service." | |
}, | |
{ | |
"ErrorString": "ERROR_PAGEFILE_QUOTA", | |
"ExitCode": 1454, | |
"Hex Value": "0x5AE", | |
"Description": "Insufficient quota to complete the requested service." | |
}, | |
{ | |
"ErrorString": "ERROR_COMMITMENT_LIMIT", | |
"ExitCode": 1455, | |
"Hex Value": "0x5AF", | |
"Description": "The paging file is too small for this operation to complete." | |
}, | |
{ | |
"ErrorString": "ERROR_MENU_ITEM_NOT_FOUND", | |
"ExitCode": 1456, | |
"Hex Value": "0x5B0", | |
"Description": "A menu item was not found." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_KEYBOARD_HANDLE", | |
"ExitCode": 1457, | |
"Hex Value": "0x5B1", | |
"Description": "Invalid keyboard layout handle." | |
}, | |
{ | |
"ErrorString": "ERROR_HOOK_TYPE_NOT_ALLOWED", | |
"ExitCode": 1458, | |
"Hex Value": "0x5B2", | |
"Description": "Hook type not allowed." | |
}, | |
{ | |
"ErrorString": "ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION", | |
"ExitCode": 1459, | |
"Hex Value": "0x5B3", | |
"Description": "This operation requires an interactive window station." | |
}, | |
{ | |
"ErrorString": "ERROR_TIMEOUT", | |
"ExitCode": 1460, | |
"Hex Value": "0x5B4", | |
"Description": "This operation returned because the timeout period expired." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_MONITOR_HANDLE", | |
"ExitCode": 1461, | |
"Hex Value": "0x5B5", | |
"Description": "Invalid monitor handle." | |
}, | |
{ | |
"ErrorString": "ERROR_INCORRECT_SIZE", | |
"ExitCode": 1462, | |
"Hex Value": "0x5B6", | |
"Description": "Incorrect size argument." | |
}, | |
{ | |
"ErrorString": "ERROR_SYMLINK_CLASS_DISABLED", | |
"ExitCode": 1463, | |
"Hex Value": "0x5B7", | |
"Description": "The symbolic link cannot be followed because its type is disabled." | |
}, | |
{ | |
"ErrorString": "ERROR_SYMLINK_NOT_SUPPORTED", | |
"ExitCode": 1464, | |
"Hex Value": "0x5B8", | |
"Description": "This application does not support the current operation on symbolic links." | |
}, | |
{ | |
"ErrorString": "ERROR_XML_PARSE_ERROR", | |
"ExitCode": 1465, | |
"Hex Value": "0x5B9", | |
"Description": "Windows was unable to parse the requested XML data." | |
}, | |
{ | |
"ErrorString": "ERROR_XMLDSIG_ERROR", | |
"ExitCode": 1466, | |
"Hex Value": "0x5BA", | |
"Description": "An error was encountered while processing an XML digital signature." | |
}, | |
{ | |
"ErrorString": "ERROR_RESTART_APPLICATION", | |
"ExitCode": 1467, | |
"Hex Value": "0x5BB", | |
"Description": "This application must be restarted." | |
}, | |
{ | |
"ErrorString": "ERROR_WRONG_COMPARTMENT", | |
"ExitCode": 1468, | |
"Hex Value": "0x5BC", | |
"Description": "The caller made the connection request in the wrong routing compartment." | |
}, | |
{ | |
"ErrorString": "ERROR_AUTHIP_FAILURE", | |
"ExitCode": 1469, | |
"Hex Value": "0x5BD", | |
"Description": "There was an AuthIP failure when attempting to connect to the remote host." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_NVRAM_RESOURCES", | |
"ExitCode": 1470, | |
"Hex Value": "0x5BE", | |
"Description": "Insufficient NVRAM resources exist to complete the requested service. A reboot might be required." | |
}, | |
{ | |
"ErrorString": "ERROR_NOT_GUI_PROCESS", | |
"ExitCode": 1471, | |
"Hex Value": "0x5BF", | |
"Description": "Unable to finish the requested operation because the specified process is not a GUI process." | |
}, | |
{ | |
"ErrorString": "ERROR_EVENTLOG_FILE_CORRUPT", | |
"ExitCode": 1500, | |
"Hex Value": "0x5DC", | |
"Description": "The event log file is corrupted." | |
}, | |
{ | |
"ErrorString": "ERROR_EVENTLOG_CANT_START", | |
"ExitCode": 1501, | |
"Hex Value": "0x5DD", | |
"Description": "No event log file could be opened, so the event logging service did not start." | |
}, | |
{ | |
"ErrorString": "ERROR_LOG_FILE_FULL", | |
"ExitCode": 1502, | |
"Hex Value": "0x5DE", | |
"Description": "The event log file is full." | |
}, | |
{ | |
"ErrorString": "ERROR_EVENTLOG_FILE_CHANGED", | |
"ExitCode": 1503, | |
"Hex Value": "0x5DF", | |
"Description": "The event log file has changed between read operations." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_TASK_NAME", | |
"ExitCode": 1550, | |
"Hex Value": "0x60E", | |
"Description": "The specified task name is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_TASK_INDEX", | |
"ExitCode": 1551, | |
"Hex Value": "0x60F", | |
"Description": "The specified task index is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_THREAD_ALREADY_IN_TASK", | |
"ExitCode": 1552, | |
"Hex Value": "0x610", | |
"Description": "The specified thread is already joining a task." | |
}, | |
{ | |
"ErrorString": "ERROR_INSTALL_SERVICE_FAILURE", | |
"ExitCode": 1601, | |
"Hex Value": "0x641", | |
"Description": "The Windows Installer Service could not be accessed. This can occur if the Windows Installer is not correctly installed. Contact your support personnel for assistance." | |
}, | |
{ | |
"ErrorString": "ERROR_INSTALL_USEREXIT", | |
"ExitCode": 1602, | |
"Hex Value": "0x642", | |
"Description": "User cancelled installation." | |
}, | |
{ | |
"ErrorString": "ERROR_INSTALL_FAILURE", | |
"ExitCode": 1603, | |
"Hex Value": "0x643", | |
"Description": "Fatal error during installation." | |
}, | |
{ | |
"ErrorString": "ERROR_INSTALL_SUSPEND", | |
"ExitCode": 1604, | |
"Hex Value": "0x644", | |
"Description": "Installation suspended, incomplete." | |
}, | |
{ | |
"ErrorString": "ERROR_UNKNOWN_PRODUCT", | |
"ExitCode": 1605, | |
"Hex Value": "0x645", | |
"Description": "This action is only valid for products that are currently installed." | |
}, | |
{ | |
"ErrorString": "ERROR_UNKNOWN_FEATURE", | |
"ExitCode": 1606, | |
"Hex Value": "0x646", | |
"Description": "Feature ID not registered." | |
}, | |
{ | |
"ErrorString": "ERROR_UNKNOWN_COMPONENT", | |
"ExitCode": 1607, | |
"Hex Value": "0x647", | |
"Description": "Component ID not registered." | |
}, | |
{ | |
"ErrorString": "ERROR_UNKNOWN_PROPERTY", | |
"ExitCode": 1608, | |
"Hex Value": "0x648", | |
"Description": "Unknown property." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_HANDLE_STATE", | |
"ExitCode": 1609, | |
"Hex Value": "0x649", | |
"Description": "Handle is in an invalid state." | |
}, | |
{ | |
"ErrorString": "ERROR_BAD_CONFIGURATION", | |
"ExitCode": 1610, | |
"Hex Value": "0x64A", | |
"Description": "The configuration data for this product is corrupt. Contact your support personnel." | |
}, | |
{ | |
"ErrorString": "ERROR_INDEX_ABSENT", | |
"ExitCode": 1611, | |
"Hex Value": "0x64B", | |
"Description": "Component qualifier not present." | |
}, | |
{ | |
"ErrorString": "ERROR_INSTALL_SOURCE_ABSENT", | |
"ExitCode": 1612, | |
"Hex Value": "0x64C", | |
"Description": "The installation source for this product is not available. Verify that the source exists and that you can access it." | |
}, | |
{ | |
"ErrorString": "ERROR_INSTALL_PACKAGE_VERSION", | |
"ExitCode": 1613, | |
"Hex Value": "0x64D", | |
"Description": "This installation package cannot be installed by the Windows Installer service. You must install a Windows service pack that contains a newer version of the Windows Installer service." | |
}, | |
{ | |
"ErrorString": "ERROR_PRODUCT_UNINSTALLED", | |
"ExitCode": 1614, | |
"Hex Value": "0x64E", | |
"Description": "Product is uninstalled." | |
}, | |
{ | |
"ErrorString": "ERROR_BAD_QUERY_SYNTAX", | |
"ExitCode": 1615, | |
"Hex Value": "0x64F", | |
"Description": "SQL query syntax invalid or unsupported." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_FIELD", | |
"ExitCode": 1616, | |
"Hex Value": "0x650", | |
"Description": "Record field does not exist." | |
}, | |
{ | |
"ErrorString": "ERROR_DEVICE_REMOVED", | |
"ExitCode": 1617, | |
"Hex Value": "0x651", | |
"Description": "The device has been removed." | |
}, | |
{ | |
"ErrorString": "ERROR_INSTALL_ALREADY_RUNNING", | |
"ExitCode": 1618, | |
"Hex Value": "0x652", | |
"Description": "Another installation is already in progress. Complete that installation before proceeding with this install." | |
}, | |
{ | |
"ErrorString": "ERROR_INSTALL_PACKAGE_OPEN_FAILED", | |
"ExitCode": 1619, | |
"Hex Value": "0x653", | |
"Description": "This installation package could not be opened. Verify that the package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer package." | |
}, | |
{ | |
"ErrorString": "ERROR_INSTALL_PACKAGE_INVALID", | |
"ExitCode": 1620, | |
"Hex Value": "0x654", | |
"Description": "This installation package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer package." | |
}, | |
{ | |
"ErrorString": "ERROR_INSTALL_UI_FAILURE", | |
"ExitCode": 1621, | |
"Hex Value": "0x655", | |
"Description": "There was an error starting the Windows Installer service user interface. Contact your support personnel." | |
}, | |
{ | |
"ErrorString": "ERROR_INSTALL_LOG_FAILURE", | |
"ExitCode": 1622, | |
"Hex Value": "0x656", | |
"Description": "Error opening installation log file. Verify that the specified log file location exists and that you can write to it." | |
}, | |
{ | |
"ErrorString": "ERROR_INSTALL_LANGUAGE_UNSUPPORTED", | |
"ExitCode": 1623, | |
"Hex Value": "0x657", | |
"Description": "The language of this installation package is not supported by your system." | |
}, | |
{ | |
"ErrorString": "ERROR_INSTALL_TRANSFORM_FAILURE", | |
"ExitCode": 1624, | |
"Hex Value": "0x658", | |
"Description": "Error applying transforms. Verify that the specified transform paths are valid." | |
}, | |
{ | |
"ErrorString": "ERROR_INSTALL_PACKAGE_REJECTED", | |
"ExitCode": 1625, | |
"Hex Value": "0x659", | |
"Description": "This installation is forbidden by system policy. Contact your system administrator." | |
}, | |
{ | |
"ErrorString": "ERROR_FUNCTION_NOT_CALLED", | |
"ExitCode": 1626, | |
"Hex Value": "0x65A", | |
"Description": "Function could not be executed." | |
}, | |
{ | |
"ErrorString": "ERROR_FUNCTION_FAILED", | |
"ExitCode": 1627, | |
"Hex Value": "0x65B", | |
"Description": "Function failed during execution." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_TABLE", | |
"ExitCode": 1628, | |
"Hex Value": "0x65C", | |
"Description": "Invalid or unknown table specified." | |
}, | |
{ | |
"ErrorString": "ERROR_DATATYPE_MISMATCH", | |
"ExitCode": 1629, | |
"Hex Value": "0x65D", | |
"Description": "Data supplied is of wrong type." | |
}, | |
{ | |
"ErrorString": "ERROR_UNSUPPORTED_TYPE", | |
"ExitCode": 1630, | |
"Hex Value": "0x65E", | |
"Description": "Data of this type is not supported." | |
}, | |
{ | |
"ErrorString": "ERROR_CREATE_FAILED", | |
"ExitCode": 1631, | |
"Hex Value": "0x65F", | |
"Description": "The Windows Installer service failed to start. Contact your support personnel." | |
}, | |
{ | |
"ErrorString": "ERROR_INSTALL_TEMP_UNWRITABLE", | |
"ExitCode": 1632, | |
"Hex Value": "0x660", | |
"Description": "The Temp folder is on a drive that is full or is inaccessible. Free up space on the drive or verify that you have write permission on the Temp folder." | |
}, | |
{ | |
"ErrorString": "ERROR_INSTALL_PLATFORM_UNSUPPORTED", | |
"ExitCode": 1633, | |
"Hex Value": "0x661", | |
"Description": "This installation package is not supported by this processor type. Contact your product vendor." | |
}, | |
{ | |
"ErrorString": "ERROR_INSTALL_NOTUSED", | |
"ExitCode": 1634, | |
"Hex Value": "0x662", | |
"Description": "Component not used on this computer." | |
}, | |
{ | |
"ErrorString": "ERROR_PATCH_PACKAGE_OPEN_FAILED", | |
"ExitCode": 1635, | |
"Hex Value": "0x663", | |
"Description": "This update package could not be opened. Verify that the update package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer update package." | |
}, | |
{ | |
"ErrorString": "ERROR_PATCH_PACKAGE_INVALID", | |
"ExitCode": 1636, | |
"Hex Value": "0x664", | |
"Description": "This update package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer update package." | |
}, | |
{ | |
"ErrorString": "ERROR_PATCH_PACKAGE_UNSUPPORTED", | |
"ExitCode": 1637, | |
"Hex Value": "0x665", | |
"Description": "This update package cannot be processed by the Windows Installer service. You must install a Windows service pack that contains a newer version of the Windows Installer service." | |
}, | |
{ | |
"ErrorString": "ERROR_PRODUCT_VERSION", | |
"ExitCode": 1638, | |
"Hex Value": "0x666", | |
"Description": "Another version of this product is already installed. Installation of this version cannot continue. To configure or remove the existing version of this product, use Add/Remove Programs on the Control Panel." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_COMMAND_LINE", | |
"ExitCode": 1639, | |
"Hex Value": "0x667", | |
"Description": "Invalid command line argument. Consult the Windows Installer SDK for detailed command line help." | |
}, | |
{ | |
"ErrorString": "ERROR_INSTALL_REMOTE_DISALLOWED", | |
"ExitCode": 1640, | |
"Hex Value": "0x668", | |
"Description": "Only administrators have permission to add, remove, or configure server software during a Terminal services remote session. If you want to install or configure software on the server, contact your network administrator." | |
}, | |
{ | |
"ErrorString": "ERROR_SUCCESS_REBOOT_INITIATED", | |
"ExitCode": 1641, | |
"Hex Value": "0x669", | |
"Description": "The requested operation completed successfully. The system will be restarted so the changes can take effect." | |
}, | |
{ | |
"ErrorString": "ERROR_PATCH_TARGET_NOT_FOUND", | |
"ExitCode": 1642, | |
"Hex Value": "0x66A", | |
"Description": "The upgrade cannot be installed by the Windows Installer service because the program to be upgraded may be missing, or the upgrade may update a different version of the program. Verify that the program to be upgraded exists on your computer and that you have the correct upgrade." | |
}, | |
{ | |
"ErrorString": "ERROR_PATCH_PACKAGE_REJECTED", | |
"ExitCode": 1643, | |
"Hex Value": "0x66B", | |
"Description": "The update package is not permitted by software restriction policy." | |
}, | |
{ | |
"ErrorString": "ERROR_INSTALL_TRANSFORM_REJECTED", | |
"ExitCode": 1644, | |
"Hex Value": "0x66C", | |
"Description": "One or more customizations are not permitted by software restriction policy." | |
}, | |
{ | |
"ErrorString": "ERROR_INSTALL_REMOTE_PROHIBITED", | |
"ExitCode": 1645, | |
"Hex Value": "0x66D", | |
"Description": "The Windows Installer does not permit installation from a Remote Desktop Connection." | |
}, | |
{ | |
"ErrorString": "ERROR_PATCH_REMOVAL_UNSUPPORTED", | |
"ExitCode": 1646, | |
"Hex Value": "0x66E", | |
"Description": "Uninstallation of the update package is not supported." | |
}, | |
{ | |
"ErrorString": "ERROR_UNKNOWN_PATCH", | |
"ExitCode": 1647, | |
"Hex Value": "0x66F", | |
"Description": "The update is not applied to this product." | |
}, | |
{ | |
"ErrorString": "ERROR_PATCH_NO_SEQUENCE", | |
"ExitCode": 1648, | |
"Hex Value": "0x670", | |
"Description": "No valid sequence could be found for the set of updates." | |
}, | |
{ | |
"ErrorString": "ERROR_PATCH_REMOVAL_DISALLOWED", | |
"ExitCode": 1649, | |
"Hex Value": "0x671", | |
"Description": "Update removal was disallowed by policy." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_PATCH_XML", | |
"ExitCode": 1650, | |
"Hex Value": "0x672", | |
"Description": "The XML update data is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_PATCH_MANAGED_ADVERTISED_PRODUCT", | |
"ExitCode": 1651, | |
"Hex Value": "0x673", | |
"Description": "Windows Installer does not permit updating of managed advertised products. At least one feature of the product must be installed before applying the update." | |
}, | |
{ | |
"ErrorString": "ERROR_INSTALL_SERVICE_SAFEBOOT", | |
"ExitCode": 1652, | |
"Hex Value": "0x674", | |
"Description": "The Windows Installer service is not accessible in Safe Mode. Please try again when your computer is not in Safe Mode or you can use System Restore to return your machine to a previous good state." | |
}, | |
{ | |
"ErrorString": "ERROR_FAIL_FAST_EXCEPTION", | |
"ExitCode": 1653, | |
"Hex Value": "0x675", | |
"Description": "A fail fast exception occurred. Exception handlers will not be invoked and the process will be terminated immediately." | |
}, | |
{ | |
"ErrorString": "ERROR_INSTALL_REJECTED", | |
"ExitCode": 1654, | |
"Hex Value": "0x676", | |
"Description": "The app that you are trying to run is not supported on this version of Windows." | |
}, | |
{ | |
"ErrorString": "RPC_S_INVALID_STRING_BINDING", | |
"ExitCode": 1700, | |
"Hex Value": "0x6A4", | |
"Description": "The string binding is invalid." | |
}, | |
{ | |
"ErrorString": "RPC_S_WRONG_KIND_OF_BINDING", | |
"ExitCode": 1701, | |
"Hex Value": "0x6A5", | |
"Description": "The binding handle is not the correct type." | |
}, | |
{ | |
"ErrorString": "RPC_S_INVALID_BINDING", | |
"ExitCode": 1702, | |
"Hex Value": "0x6A6", | |
"Description": "The binding handle is invalid." | |
}, | |
{ | |
"ErrorString": "RPC_S_PROTSEQ_NOT_SUPPORTED", | |
"ExitCode": 1703, | |
"Hex Value": "0x6A7", | |
"Description": "The RPC protocol sequence is not supported." | |
}, | |
{ | |
"ErrorString": "RPC_S_INVALID_RPC_PROTSEQ", | |
"ExitCode": 1704, | |
"Hex Value": "0x6A8", | |
"Description": "The RPC protocol sequence is invalid." | |
}, | |
{ | |
"ErrorString": "RPC_S_INVALID_STRING_UUID", | |
"ExitCode": 1705, | |
"Hex Value": "0x6A9", | |
"Description": "The string universal unique identifier (UUID) is invalid." | |
}, | |
{ | |
"ErrorString": "RPC_S_INVALID_ENDPOINT_FORMAT", | |
"ExitCode": 1706, | |
"Hex Value": "0x6AA", | |
"Description": "The endpoint format is invalid." | |
}, | |
{ | |
"ErrorString": "RPC_S_INVALID_NET_ADDR", | |
"ExitCode": 1707, | |
"Hex Value": "0x6AB", | |
"Description": "The network address is invalid." | |
}, | |
{ | |
"ErrorString": "RPC_S_NO_ENDPOINT_FOUND", | |
"ExitCode": 1708, | |
"Hex Value": "0x6AC", | |
"Description": "No endpoint was found." | |
}, | |
{ | |
"ErrorString": "RPC_S_INVALID_TIMEOUT", | |
"ExitCode": 1709, | |
"Hex Value": "0x6AD", | |
"Description": "The timeout value is invalid." | |
}, | |
{ | |
"ErrorString": "RPC_S_OBJECT_NOT_FOUND", | |
"ExitCode": 1710, | |
"Hex Value": "0x6AE", | |
"Description": "The object universal unique identifier (UUID) was not found." | |
}, | |
{ | |
"ErrorString": "RPC_S_ALREADY_REGISTERED", | |
"ExitCode": 1711, | |
"Hex Value": "0x6AF", | |
"Description": "The object universal unique identifier (UUID) has already been registered." | |
}, | |
{ | |
"ErrorString": "RPC_S_TYPE_ALREADY_REGISTERED", | |
"ExitCode": 1712, | |
"Hex Value": "0x6B0", | |
"Description": "The type universal unique identifier (UUID) has already been registered." | |
}, | |
{ | |
"ErrorString": "RPC_S_ALREADY_LISTENING", | |
"ExitCode": 1713, | |
"Hex Value": "0x6B1", | |
"Description": "The RPC server is already listening." | |
}, | |
{ | |
"ErrorString": "RPC_S_NO_PROTSEQS_REGISTERED", | |
"ExitCode": 1714, | |
"Hex Value": "0x6B2", | |
"Description": "No protocol sequences have been registered." | |
}, | |
{ | |
"ErrorString": "RPC_S_NOT_LISTENING", | |
"ExitCode": 1715, | |
"Hex Value": "0x6B3", | |
"Description": "The RPC server is not listening." | |
}, | |
{ | |
"ErrorString": "RPC_S_UNKNOWN_MGR_TYPE", | |
"ExitCode": 1716, | |
"Hex Value": "0x6B4", | |
"Description": "The manager type is unknown." | |
}, | |
{ | |
"ErrorString": "RPC_S_UNKNOWN_IF", | |
"ExitCode": 1717, | |
"Hex Value": "0x6B5", | |
"Description": "The interface is unknown." | |
}, | |
{ | |
"ErrorString": "RPC_S_NO_BINDINGS", | |
"ExitCode": 1718, | |
"Hex Value": "0x6B6", | |
"Description": "There are no bindings." | |
}, | |
{ | |
"ErrorString": "RPC_S_NO_PROTSEQS", | |
"ExitCode": 1719, | |
"Hex Value": "0x6B7", | |
"Description": "There are no protocol sequences." | |
}, | |
{ | |
"ErrorString": "RPC_S_CANT_CREATE_ENDPOINT", | |
"ExitCode": 1720, | |
"Hex Value": "0x6B8", | |
"Description": "The endpoint cannot be created." | |
}, | |
{ | |
"ErrorString": "RPC_S_OUT_OF_RESOURCES", | |
"ExitCode": 1721, | |
"Hex Value": "0x6B9", | |
"Description": "Not enough resources are available to complete this operation." | |
}, | |
{ | |
"ErrorString": "RPC_S_SERVER_UNAVAILABLE", | |
"ExitCode": 1722, | |
"Hex Value": "0x6BA", | |
"Description": "The RPC server is unavailable." | |
}, | |
{ | |
"ErrorString": "RPC_S_SERVER_TOO_BUSY", | |
"ExitCode": 1723, | |
"Hex Value": "0x6BB", | |
"Description": "The RPC server is too busy to complete this operation." | |
}, | |
{ | |
"ErrorString": "RPC_S_INVALID_NETWORK_OPTIONS", | |
"ExitCode": 1724, | |
"Hex Value": "0x6BC", | |
"Description": "The network options are invalid." | |
}, | |
{ | |
"ErrorString": "RPC_S_NO_CALL_ACTIVE", | |
"ExitCode": 1725, | |
"Hex Value": "0x6BD", | |
"Description": "There are no remote procedure calls active on this thread." | |
}, | |
{ | |
"ErrorString": "RPC_S_CALL_FAILED", | |
"ExitCode": 1726, | |
"Hex Value": "0x6BE", | |
"Description": "The remote procedure call failed." | |
}, | |
{ | |
"ErrorString": "RPC_S_CALL_FAILED_DNE", | |
"ExitCode": 1727, | |
"Hex Value": "0x6BF", | |
"Description": "The remote procedure call failed and did not execute." | |
}, | |
{ | |
"ErrorString": "RPC_S_PROTOCOL_ERROR", | |
"ExitCode": 1728, | |
"Hex Value": "0x6C0", | |
"Description": "A remote procedure call (RPC) protocol error occurred." | |
}, | |
{ | |
"ErrorString": "RPC_S_PROXY_ACCESS_DENIED", | |
"ExitCode": 1729, | |
"Hex Value": "0x6C1", | |
"Description": "Access to the HTTP proxy is denied." | |
}, | |
{ | |
"ErrorString": "RPC_S_UNSUPPORTED_TRANS_SYN", | |
"ExitCode": 1730, | |
"Hex Value": "0x6C2", | |
"Description": "The transfer syntax is not supported by the RPC server." | |
}, | |
{ | |
"ErrorString": "RPC_S_UNSUPPORTED_TYPE", | |
"ExitCode": 1732, | |
"Hex Value": "0x6C4", | |
"Description": "The universal unique identifier (UUID) type is not supported." | |
}, | |
{ | |
"ErrorString": "RPC_S_INVALID_TAG", | |
"ExitCode": 1733, | |
"Hex Value": "0x6C5", | |
"Description": "The tag is invalid." | |
}, | |
{ | |
"ErrorString": "RPC_S_INVALID_BOUND", | |
"ExitCode": 1734, | |
"Hex Value": "0x6C6", | |
"Description": "The array bounds are invalid." | |
}, | |
{ | |
"ErrorString": "RPC_S_NO_ENTRY_NAME", | |
"ExitCode": 1735, | |
"Hex Value": "0x6C7", | |
"Description": "The binding does not contain an entry name." | |
}, | |
{ | |
"ErrorString": "RPC_S_INVALID_NAME_SYNTAX", | |
"ExitCode": 1736, | |
"Hex Value": "0x6C8", | |
"Description": "The name syntax is invalid." | |
}, | |
{ | |
"ErrorString": "RPC_S_UNSUPPORTED_NAME_SYNTAX", | |
"ExitCode": 1737, | |
"Hex Value": "0x6C9", | |
"Description": "The name syntax is not supported." | |
}, | |
{ | |
"ErrorString": "RPC_S_UUID_NO_ADDRESS", | |
"ExitCode": 1739, | |
"Hex Value": "0x6CB", | |
"Description": "No network address is available to use to construct a universal unique identifier (UUID)." | |
}, | |
{ | |
"ErrorString": "RPC_S_DUPLICATE_ENDPOINT", | |
"ExitCode": 1740, | |
"Hex Value": "0x6CC", | |
"Description": "The endpoint is a duplicate." | |
}, | |
{ | |
"ErrorString": "RPC_S_UNKNOWN_AUTHN_TYPE", | |
"ExitCode": 1741, | |
"Hex Value": "0x6CD", | |
"Description": "The authentication type is unknown." | |
}, | |
{ | |
"ErrorString": "RPC_S_MAX_CALLS_TOO_SMALL", | |
"ExitCode": 1742, | |
"Hex Value": "0x6CE", | |
"Description": "The maximum number of calls is too small." | |
}, | |
{ | |
"ErrorString": "RPC_S_STRING_TOO_LONG", | |
"ExitCode": 1743, | |
"Hex Value": "0x6CF", | |
"Description": "The string is too long." | |
}, | |
{ | |
"ErrorString": "RPC_S_PROTSEQ_NOT_FOUND", | |
"ExitCode": 1744, | |
"Hex Value": "0x6D0", | |
"Description": "The RPC protocol sequence was not found." | |
}, | |
{ | |
"ErrorString": "RPC_S_PROCNUM_OUT_OF_RANGE", | |
"ExitCode": 1745, | |
"Hex Value": "0x6D1", | |
"Description": "The procedure number is out of range." | |
}, | |
{ | |
"ErrorString": "RPC_S_BINDING_HAS_NO_AUTH", | |
"ExitCode": 1746, | |
"Hex Value": "0x6D2", | |
"Description": "The binding does not contain any authentication information." | |
}, | |
{ | |
"ErrorString": "RPC_S_UNKNOWN_AUTHN_SERVICE", | |
"ExitCode": 1747, | |
"Hex Value": "0x6D3", | |
"Description": "The authentication service is unknown." | |
}, | |
{ | |
"ErrorString": "RPC_S_UNKNOWN_AUTHN_LEVEL", | |
"ExitCode": 1748, | |
"Hex Value": "0x6D4", | |
"Description": "The authentication level is unknown." | |
}, | |
{ | |
"ErrorString": "RPC_S_INVALID_AUTH_IDENTITY", | |
"ExitCode": 1749, | |
"Hex Value": "0x6D5", | |
"Description": "The security context is invalid." | |
}, | |
{ | |
"ErrorString": "RPC_S_UNKNOWN_AUTHZ_SERVICE", | |
"ExitCode": 1750, | |
"Hex Value": "0x6D6", | |
"Description": "The authorization service is unknown." | |
}, | |
{ | |
"ErrorString": "EPT_S_INVALID_ENTRY", | |
"ExitCode": 1751, | |
"Hex Value": "0x6D7", | |
"Description": "The entry is invalid." | |
}, | |
{ | |
"ErrorString": "EPT_S_CANT_PERFORM_OP", | |
"ExitCode": 1752, | |
"Hex Value": "0x6D8", | |
"Description": "The server endpoint cannot perform the operation." | |
}, | |
{ | |
"ErrorString": "EPT_S_NOT_REGISTERED", | |
"ExitCode": 1753, | |
"Hex Value": "0x6D9", | |
"Description": "There are no more endpoints available from the endpoint mapper." | |
}, | |
{ | |
"ErrorString": "RPC_S_NOTHING_TO_EXPORT", | |
"ExitCode": 1754, | |
"Hex Value": "0x6DA", | |
"Description": "No interfaces have been exported." | |
}, | |
{ | |
"ErrorString": "RPC_S_INCOMPLETE_NAME", | |
"ExitCode": 1755, | |
"Hex Value": "0x6DB", | |
"Description": "The entry name is incomplete." | |
}, | |
{ | |
"ErrorString": "RPC_S_INVALID_VERS_OPTION", | |
"ExitCode": 1756, | |
"Hex Value": "0x6DC", | |
"Description": "The version option is invalid." | |
}, | |
{ | |
"ErrorString": "RPC_S_NO_MORE_MEMBERS", | |
"ExitCode": 1757, | |
"Hex Value": "0x6DD", | |
"Description": "There are no more members." | |
}, | |
{ | |
"ErrorString": "RPC_S_NOT_ALL_OBJS_UNEXPORTED", | |
"ExitCode": 1758, | |
"Hex Value": "0x6DE", | |
"Description": "There is nothing to unexport." | |
}, | |
{ | |
"ErrorString": "RPC_S_INTERFACE_NOT_FOUND", | |
"ExitCode": 1759, | |
"Hex Value": "0x6DF", | |
"Description": "The interface was not found." | |
}, | |
{ | |
"ErrorString": "RPC_S_ENTRY_ALREADY_EXISTS", | |
"ExitCode": 1760, | |
"Hex Value": "0x6E0", | |
"Description": "The entry already exists." | |
}, | |
{ | |
"ErrorString": "RPC_S_ENTRY_NOT_FOUND", | |
"ExitCode": 1761, | |
"Hex Value": "0x6E1", | |
"Description": "The entry is not found." | |
}, | |
{ | |
"ErrorString": "RPC_S_NAME_SERVICE_UNAVAILABLE", | |
"ExitCode": 1762, | |
"Hex Value": "0x6E2", | |
"Description": "The name service is unavailable." | |
}, | |
{ | |
"ErrorString": "RPC_S_INVALID_NAF_ID", | |
"ExitCode": 1763, | |
"Hex Value": "0x6E3", | |
"Description": "The network address family is invalid." | |
}, | |
{ | |
"ErrorString": "RPC_S_CANNOT_SUPPORT", | |
"ExitCode": 1764, | |
"Hex Value": "0x6E4", | |
"Description": "The requested operation is not supported." | |
}, | |
{ | |
"ErrorString": "RPC_S_NO_CONTEXT_AVAILABLE", | |
"ExitCode": 1765, | |
"Hex Value": "0x6E5", | |
"Description": "No security context is available to allow impersonation." | |
}, | |
{ | |
"ErrorString": "RPC_S_INTERNAL_ERROR", | |
"ExitCode": 1766, | |
"Hex Value": "0x6E6", | |
"Description": "An internal error occurred in a remote procedure call (RPC)." | |
}, | |
{ | |
"ErrorString": "RPC_S_ZERO_DIVIDE", | |
"ExitCode": 1767, | |
"Hex Value": "0x6E7", | |
"Description": "The RPC server attempted an integer division by zero." | |
}, | |
{ | |
"ErrorString": "RPC_S_ADDRESS_ERROR", | |
"ExitCode": 1768, | |
"Hex Value": "0x6E8", | |
"Description": "An addressing error occurred in the RPC server." | |
}, | |
{ | |
"ErrorString": "RPC_S_FP_DIV_ZERO", | |
"ExitCode": 1769, | |
"Hex Value": "0x6E9", | |
"Description": "A floating-point operation at the RPC server caused a division by zero." | |
}, | |
{ | |
"ErrorString": "RPC_S_FP_UNDERFLOW", | |
"ExitCode": 1770, | |
"Hex Value": "0x6EA", | |
"Description": "A floating-point underflow occurred at the RPC server." | |
}, | |
{ | |
"ErrorString": "RPC_S_FP_OVERFLOW", | |
"ExitCode": 1771, | |
"Hex Value": "0x6EB", | |
"Description": "A floating-point overflow occurred at the RPC server." | |
}, | |
{ | |
"ErrorString": "RPC_X_NO_MORE_ENTRIES", | |
"ExitCode": 1772, | |
"Hex Value": "0x6EC", | |
"Description": "The list of RPC servers available for the binding of auto handles has been exhausted." | |
}, | |
{ | |
"ErrorString": "RPC_X_SS_CHAR_TRANS_OPEN_FAIL", | |
"ExitCode": 1773, | |
"Hex Value": "0x6ED", | |
"Description": "Unable to open the character translation table file." | |
}, | |
{ | |
"ErrorString": "RPC_X_SS_CHAR_TRANS_SHORT_FILE", | |
"ExitCode": 1774, | |
"Hex Value": "0x6EE", | |
"Description": "The file containing the character translation table has fewer than 512 bytes." | |
}, | |
{ | |
"ErrorString": "RPC_X_SS_IN_NULL_CONTEXT", | |
"ExitCode": 1775, | |
"Hex Value": "0x6EF", | |
"Description": "A null context handle was passed from the client to the host during a remote procedure call." | |
}, | |
{ | |
"ErrorString": "RPC_X_SS_CONTEXT_DAMAGED", | |
"ExitCode": 1777, | |
"Hex Value": "0x6F1", | |
"Description": "The context handle changed during a remote procedure call." | |
}, | |
{ | |
"ErrorString": "RPC_X_SS_HANDLES_MISMATCH", | |
"ExitCode": 1778, | |
"Hex Value": "0x6F2", | |
"Description": "The binding handles passed to a remote procedure call do not match." | |
}, | |
{ | |
"ErrorString": "RPC_X_SS_CANNOT_GET_CALL_HANDLE", | |
"ExitCode": 1779, | |
"Hex Value": "0x6F3", | |
"Description": "The stub is unable to get the remote procedure call handle." | |
}, | |
{ | |
"ErrorString": "RPC_X_NULL_REF_POINTER", | |
"ExitCode": 1780, | |
"Hex Value": "0x6F4", | |
"Description": "A null reference pointer was passed to the stub." | |
}, | |
{ | |
"ErrorString": "RPC_X_ENUM_VALUE_OUT_OF_RANGE", | |
"ExitCode": 1781, | |
"Hex Value": "0x6F5", | |
"Description": "The enumeration value is out of range." | |
}, | |
{ | |
"ErrorString": "RPC_X_BYTE_COUNT_TOO_SMALL", | |
"ExitCode": 1782, | |
"Hex Value": "0x6F6", | |
"Description": "The byte count is too small." | |
}, | |
{ | |
"ErrorString": "RPC_X_BAD_STUB_DATA", | |
"ExitCode": 1783, | |
"Hex Value": "0x6F7", | |
"Description": "The stub received bad data." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_USER_BUFFER", | |
"ExitCode": 1784, | |
"Hex Value": "0x6F8", | |
"Description": "The supplied user buffer is not valid for the requested operation." | |
}, | |
{ | |
"ErrorString": "ERROR_UNRECOGNIZED_MEDIA", | |
"ExitCode": 1785, | |
"Hex Value": "0x6F9", | |
"Description": "The disk media is not recognized. It may not be formatted." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_TRUST_LSA_SECRET", | |
"ExitCode": 1786, | |
"Hex Value": "0x6FA", | |
"Description": "The workstation does not have a trust secret." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_TRUST_SAM_ACCOUNT", | |
"ExitCode": 1787, | |
"Hex Value": "0x6FB", | |
"Description": "The security database on the server does not have a computer account for this workstation trust relationship." | |
}, | |
{ | |
"ErrorString": "ERROR_TRUSTED_DOMAIN_FAILURE", | |
"ExitCode": 1788, | |
"Hex Value": "0x6FC", | |
"Description": "The trust relationship between the primary domain and the trusted domain failed." | |
}, | |
{ | |
"ErrorString": "ERROR_TRUSTED_RELATIONSHIP_FAILURE", | |
"ExitCode": 1789, | |
"Hex Value": "0x6FD", | |
"Description": "The trust relationship between this workstation and the primary domain failed." | |
}, | |
{ | |
"ErrorString": "ERROR_TRUST_FAILURE", | |
"ExitCode": 1790, | |
"Hex Value": "0x6FE", | |
"Description": "The network logon failed." | |
}, | |
{ | |
"ErrorString": "RPC_S_CALL_IN_PROGRESS", | |
"ExitCode": 1791, | |
"Hex Value": "0x6FF", | |
"Description": "A remote procedure call is already in progress for this thread." | |
}, | |
{ | |
"ErrorString": "ERROR_NETLOGON_NOT_STARTED", | |
"ExitCode": 1792, | |
"Hex Value": "0x700", | |
"Description": "An attempt was made to logon, but the network logon service was not started." | |
}, | |
{ | |
"ErrorString": "ERROR_ACCOUNT_EXPIRED", | |
"ExitCode": 1793, | |
"Hex Value": "0x701", | |
"Description": "The user\u0027s account has expired." | |
}, | |
{ | |
"ErrorString": "ERROR_REDIRECTOR_HAS_OPEN_HANDLES", | |
"ExitCode": 1794, | |
"Hex Value": "0x702", | |
"Description": "The redirector is in use and cannot be unloaded." | |
}, | |
{ | |
"ErrorString": "ERROR_PRINTER_DRIVER_ALREADY_INSTALLED", | |
"ExitCode": 1795, | |
"Hex Value": "0x703", | |
"Description": "The specified printer driver is already installed." | |
}, | |
{ | |
"ErrorString": "ERROR_UNKNOWN_PORT", | |
"ExitCode": 1796, | |
"Hex Value": "0x704", | |
"Description": "The specified port is unknown." | |
}, | |
{ | |
"ErrorString": "ERROR_UNKNOWN_PRINTER_DRIVER", | |
"ExitCode": 1797, | |
"Hex Value": "0x705", | |
"Description": "The printer driver is unknown." | |
}, | |
{ | |
"ErrorString": "ERROR_UNKNOWN_PRINTPROCESSOR", | |
"ExitCode": 1798, | |
"Hex Value": "0x706", | |
"Description": "The print processor is unknown." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_SEPARATOR_FILE", | |
"ExitCode": 1799, | |
"Hex Value": "0x707", | |
"Description": "The specified separator file is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_PRIORITY", | |
"ExitCode": 1800, | |
"Hex Value": "0x708", | |
"Description": "The specified priority is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_PRINTER_NAME", | |
"ExitCode": 1801, | |
"Hex Value": "0x709", | |
"Description": "The printer name is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_PRINTER_ALREADY_EXISTS", | |
"ExitCode": 1802, | |
"Hex Value": "0x70A", | |
"Description": "The printer already exists." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_PRINTER_COMMAND", | |
"ExitCode": 1803, | |
"Hex Value": "0x70B", | |
"Description": "The printer command is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_DATATYPE", | |
"ExitCode": 1804, | |
"Hex Value": "0x70C", | |
"Description": "The specified datatype is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_ENVIRONMENT", | |
"ExitCode": 1805, | |
"Hex Value": "0x70D", | |
"Description": "The environment specified is invalid." | |
}, | |
{ | |
"ErrorString": "RPC_S_NO_MORE_BINDINGS", | |
"ExitCode": 1806, | |
"Hex Value": "0x70E", | |
"Description": "There are no more bindings." | |
}, | |
{ | |
"ErrorString": "ERROR_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT", | |
"ExitCode": 1807, | |
"Hex Value": "0x70F", | |
"Description": "The account used is an interdomain trust account. Use your global user account or local user account to access this server." | |
}, | |
{ | |
"ErrorString": "ERROR_NOLOGON_WORKSTATION_TRUST_ACCOUNT", | |
"ExitCode": 1808, | |
"Hex Value": "0x710", | |
"Description": "The account used is a computer account. Use your global user account or local user account to access this server." | |
}, | |
{ | |
"ErrorString": "ERROR_NOLOGON_SERVER_TRUST_ACCOUNT", | |
"ExitCode": 1809, | |
"Hex Value": "0x711", | |
"Description": "The account used is a server trust account. Use your global user account or local user account to access this server." | |
}, | |
{ | |
"ErrorString": "ERROR_DOMAIN_TRUST_INCONSISTENT", | |
"ExitCode": 1810, | |
"Hex Value": "0x712", | |
"Description": "The name or security ID (SID) of the domain specified is inconsistent with the trust information for that domain." | |
}, | |
{ | |
"ErrorString": "ERROR_SERVER_HAS_OPEN_HANDLES", | |
"ExitCode": 1811, | |
"Hex Value": "0x713", | |
"Description": "The server is in use and cannot be unloaded." | |
}, | |
{ | |
"ErrorString": "ERROR_RESOURCE_DATA_NOT_FOUND", | |
"ExitCode": 1812, | |
"Hex Value": "0x714", | |
"Description": "The specified image file did not contain a resource section." | |
}, | |
{ | |
"ErrorString": "ERROR_RESOURCE_TYPE_NOT_FOUND", | |
"ExitCode": 1813, | |
"Hex Value": "0x715", | |
"Description": "The specified resource type cannot be found in the image file." | |
}, | |
{ | |
"ErrorString": "ERROR_RESOURCE_NAME_NOT_FOUND", | |
"ExitCode": 1814, | |
"Hex Value": "0x716", | |
"Description": "The specified resource name cannot be found in the image file." | |
}, | |
{ | |
"ErrorString": "ERROR_RESOURCE_LANG_NOT_FOUND", | |
"ExitCode": 1815, | |
"Hex Value": "0x717", | |
"Description": "The specified resource language ID cannot be found in the image file." | |
}, | |
{ | |
"ErrorString": "ERROR_NOT_ENOUGH_QUOTA", | |
"ExitCode": 1816, | |
"Hex Value": "0x718", | |
"Description": "Not enough quota is available to process this command." | |
}, | |
{ | |
"ErrorString": "RPC_S_NO_INTERFACES", | |
"ExitCode": 1817, | |
"Hex Value": "0x719", | |
"Description": "No interfaces have been registered." | |
}, | |
{ | |
"ErrorString": "RPC_S_CALL_CANCELLED", | |
"ExitCode": 1818, | |
"Hex Value": "0x71A", | |
"Description": "The remote procedure call was cancelled." | |
}, | |
{ | |
"ErrorString": "RPC_S_BINDING_INCOMPLETE", | |
"ExitCode": 1819, | |
"Hex Value": "0x71B", | |
"Description": "The binding handle does not contain all required information." | |
}, | |
{ | |
"ErrorString": "RPC_S_COMM_FAILURE", | |
"ExitCode": 1820, | |
"Hex Value": "0x71C", | |
"Description": "A communications failure occurred during a remote procedure call." | |
}, | |
{ | |
"ErrorString": "RPC_S_UNSUPPORTED_AUTHN_LEVEL", | |
"ExitCode": 1821, | |
"Hex Value": "0x71D", | |
"Description": "The requested authentication level is not supported." | |
}, | |
{ | |
"ErrorString": "RPC_S_NO_PRINC_NAME", | |
"ExitCode": 1822, | |
"Hex Value": "0x71E", | |
"Description": "No principal name registered." | |
}, | |
{ | |
"ErrorString": "RPC_S_NOT_RPC_ERROR", | |
"ExitCode": 1823, | |
"Hex Value": "0x71F", | |
"Description": "The error specified is not a valid Windows RPC error code." | |
}, | |
{ | |
"ErrorString": "RPC_S_UUID_LOCAL_ONLY", | |
"ExitCode": 1824, | |
"Hex Value": "0x720", | |
"Description": "A UUID that is valid only on this computer has been allocated." | |
}, | |
{ | |
"ErrorString": "RPC_S_SEC_PKG_ERROR", | |
"ExitCode": 1825, | |
"Hex Value": "0x721", | |
"Description": "A security package specific error occurred." | |
}, | |
{ | |
"ErrorString": "RPC_S_NOT_CANCELLED", | |
"ExitCode": 1826, | |
"Hex Value": "0x722", | |
"Description": "Thread is not canceled." | |
}, | |
{ | |
"ErrorString": "RPC_X_INVALID_ES_ACTION", | |
"ExitCode": 1827, | |
"Hex Value": "0x723", | |
"Description": "Invalid operation on the encoding/decoding handle." | |
}, | |
{ | |
"ErrorString": "RPC_X_WRONG_ES_VERSION", | |
"ExitCode": 1828, | |
"Hex Value": "0x724", | |
"Description": "Incompatible version of the serializing package." | |
}, | |
{ | |
"ErrorString": "RPC_X_WRONG_STUB_VERSION", | |
"ExitCode": 1829, | |
"Hex Value": "0x725", | |
"Description": "Incompatible version of the RPC stub." | |
}, | |
{ | |
"ErrorString": "RPC_X_INVALID_PIPE_OBJECT", | |
"ExitCode": 1830, | |
"Hex Value": "0x726", | |
"Description": "The RPC pipe object is invalid or corrupted." | |
}, | |
{ | |
"ErrorString": "RPC_X_WRONG_PIPE_ORDER", | |
"ExitCode": 1831, | |
"Hex Value": "0x727", | |
"Description": "An invalid operation was attempted on an RPC pipe object." | |
}, | |
{ | |
"ErrorString": "RPC_X_WRONG_PIPE_VERSION", | |
"ExitCode": 1832, | |
"Hex Value": "0x728", | |
"Description": "Unsupported RPC pipe version." | |
}, | |
{ | |
"ErrorString": "RPC_S_COOKIE_AUTH_FAILED", | |
"ExitCode": 1833, | |
"Hex Value": "0x729", | |
"Description": "HTTP proxy server rejected the connection because the cookie authentication failed." | |
}, | |
{ | |
"ErrorString": "RPC_S_GROUP_MEMBER_NOT_FOUND", | |
"ExitCode": 1898, | |
"Hex Value": "0x76A", | |
"Description": "The group member was not found." | |
}, | |
{ | |
"ErrorString": "EPT_S_CANT_CREATE", | |
"ExitCode": 1899, | |
"Hex Value": "0x76B", | |
"Description": "The endpoint mapper database entry could not be created." | |
}, | |
{ | |
"ErrorString": "RPC_S_INVALID_OBJECT", | |
"ExitCode": 1900, | |
"Hex Value": "0x76C", | |
"Description": "The object universal unique identifier (UUID) is the nil UUID." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_TIME", | |
"ExitCode": 1901, | |
"Hex Value": "0x76D", | |
"Description": "The specified time is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_FORM_NAME", | |
"ExitCode": 1902, | |
"Hex Value": "0x76E", | |
"Description": "The specified form name is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_FORM_SIZE", | |
"ExitCode": 1903, | |
"Hex Value": "0x76F", | |
"Description": "The specified form size is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_ALREADY_WAITING", | |
"ExitCode": 1904, | |
"Hex Value": "0x770", | |
"Description": "The specified printer handle is already being waited on." | |
}, | |
{ | |
"ErrorString": "ERROR_PRINTER_DELETED", | |
"ExitCode": 1905, | |
"Hex Value": "0x771", | |
"Description": "The specified printer has been deleted." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_PRINTER_STATE", | |
"ExitCode": 1906, | |
"Hex Value": "0x772", | |
"Description": "The state of the printer is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_PASSWORD_MUST_CHANGE", | |
"ExitCode": 1907, | |
"Hex Value": "0x773", | |
"Description": "The user\u0027s password must be changed before signing in." | |
}, | |
{ | |
"ErrorString": "ERROR_DOMAIN_CONTROLLER_NOT_FOUND", | |
"ExitCode": 1908, | |
"Hex Value": "0x774", | |
"Description": "Could not find the domain controller for this domain." | |
}, | |
{ | |
"ErrorString": "ERROR_ACCOUNT_LOCKED_OUT", | |
"ExitCode": 1909, | |
"Hex Value": "0x775", | |
"Description": { | |
"value": [ | |
"The referenced account is currently locked out and may not be logged on to.", | |
"The referenced account is currently locked out and may not be logged on to.OR_INVALID_OXID", | |
"The referenced account is currently locked out and may not be logged on to.OR_INVALID_OXID1910 (0x776)", | |
"The referenced account is currently locked out and may not be logged on to.OR_INVALID_OXID1910 (0x776)The object exporter specified was not found.", | |
"The referenced account is currently locked out and may not be logged on to.OR_INVALID_OXID1910 (0x776)The object exporter specified was not found.OR_INVALID_OID", | |
"The referenced account is currently locked out and may not be logged on to.OR_INVALID_OXID1910 (0x776)The object exporter specified was not found.OR_INVALID_OID1911 (0x777)", | |
"The referenced account is currently locked out and may not be logged on to.OR_INVALID_OXID1910 (0x776)The object exporter specified was not found.OR_INVALID_OID1911 (0x777)The object specified was not found.", | |
"The referenced account is currently locked out and may not be logged on to.OR_INVALID_OXID1910 (0x776)The object exporter specified was not found.OR_INVALID_OID1911 (0x777)The object specified was not found.OR_INVALID_SET", | |
"The referenced account is currently locked out and may not be logged on to.OR_INVALID_OXID1910 (0x776)The object exporter specified was not found.OR_INVALID_OID1911 (0x777)The object specified was not found.OR_INVALID_SET1912 (0x778)", | |
"The referenced account is currently locked out and may not be logged on to.OR_INVALID_OXID1910 (0x776)The object exporter specified was not found.OR_INVALID_OID1911 (0x777)The object specified was not found.OR_INVALID_SET1912 (0x778)The object resolver set specified was not found." | |
], | |
"Count": 10 | |
} | |
}, | |
{ | |
"ErrorString": "RPC_S_SEND_INCOMPLETE", | |
"ExitCode": 1913, | |
"Hex Value": "0x779", | |
"Description": "Some data remains to be sent in the request buffer." | |
}, | |
{ | |
"ErrorString": "RPC_S_INVALID_ASYNC_HANDLE", | |
"ExitCode": 1914, | |
"Hex Value": "0x77A", | |
"Description": "Invalid asynchronous remote procedure call handle." | |
}, | |
{ | |
"ErrorString": "RPC_S_INVALID_ASYNC_CALL", | |
"ExitCode": 1915, | |
"Hex Value": "0x77B", | |
"Description": "Invalid asynchronous RPC call handle for this operation." | |
}, | |
{ | |
"ErrorString": "RPC_X_PIPE_CLOSED", | |
"ExitCode": 1916, | |
"Hex Value": "0x77C", | |
"Description": "The RPC pipe object has already been closed." | |
}, | |
{ | |
"ErrorString": "RPC_X_PIPE_DISCIPLINE_ERROR", | |
"ExitCode": 1917, | |
"Hex Value": "0x77D", | |
"Description": "The RPC call completed before all pipes were processed." | |
}, | |
{ | |
"ErrorString": "RPC_X_PIPE_EMPTY", | |
"ExitCode": 1918, | |
"Hex Value": "0x77E", | |
"Description": "No more data is available from the RPC pipe." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_SITENAME", | |
"ExitCode": 1919, | |
"Hex Value": "0x77F", | |
"Description": "No site name is available for this machine." | |
}, | |
{ | |
"ErrorString": "ERROR_CANT_ACCESS_FILE", | |
"ExitCode": 1920, | |
"Hex Value": "0x780", | |
"Description": "The file cannot be accessed by the system." | |
}, | |
{ | |
"ErrorString": "ERROR_CANT_RESOLVE_FILENAME", | |
"ExitCode": 1921, | |
"Hex Value": "0x781", | |
"Description": "The name of the file cannot be resolved by the system." | |
}, | |
{ | |
"ErrorString": "RPC_S_ENTRY_TYPE_MISMATCH", | |
"ExitCode": 1922, | |
"Hex Value": "0x782", | |
"Description": "The entry is not of the expected type." | |
}, | |
{ | |
"ErrorString": "RPC_S_NOT_ALL_OBJS_EXPORTED", | |
"ExitCode": 1923, | |
"Hex Value": "0x783", | |
"Description": "Not all object UUIDs could be exported to the specified entry." | |
}, | |
{ | |
"ErrorString": "RPC_S_INTERFACE_NOT_EXPORTED", | |
"ExitCode": 1924, | |
"Hex Value": "0x784", | |
"Description": "Interface could not be exported to the specified entry." | |
}, | |
{ | |
"ErrorString": "RPC_S_PROFILE_NOT_ADDED", | |
"ExitCode": 1925, | |
"Hex Value": "0x785", | |
"Description": "The specified profile entry could not be added." | |
}, | |
{ | |
"ErrorString": "RPC_S_PRF_ELT_NOT_ADDED", | |
"ExitCode": 1926, | |
"Hex Value": "0x786", | |
"Description": "The specified profile element could not be added." | |
}, | |
{ | |
"ErrorString": "RPC_S_PRF_ELT_NOT_REMOVED", | |
"ExitCode": 1927, | |
"Hex Value": "0x787", | |
"Description": "The specified profile element could not be removed." | |
}, | |
{ | |
"ErrorString": "RPC_S_GRP_ELT_NOT_ADDED", | |
"ExitCode": 1928, | |
"Hex Value": "0x788", | |
"Description": "The group element could not be added." | |
}, | |
{ | |
"ErrorString": "RPC_S_GRP_ELT_NOT_REMOVED", | |
"ExitCode": 1929, | |
"Hex Value": "0x789", | |
"Description": "The group element could not be removed." | |
}, | |
{ | |
"ErrorString": "ERROR_KM_DRIVER_BLOCKED", | |
"ExitCode": 1930, | |
"Hex Value": "0x78A", | |
"Description": "The printer driver is not compatible with a policy enabled on your computer that blocks NT 4.0 drivers." | |
}, | |
{ | |
"ErrorString": "ERROR_CONTEXT_EXPIRED", | |
"ExitCode": 1931, | |
"Hex Value": "0x78B", | |
"Description": "The context has expired and can no longer be used." | |
}, | |
{ | |
"ErrorString": "ERROR_PER_USER_TRUST_QUOTA_EXCEEDED", | |
"ExitCode": 1932, | |
"Hex Value": "0x78C", | |
"Description": "The current user\u0027s delegated trust creation quota has been exceeded." | |
}, | |
{ | |
"ErrorString": "ERROR_ALL_USER_TRUST_QUOTA_EXCEEDED", | |
"ExitCode": 1933, | |
"Hex Value": "0x78D", | |
"Description": "The total delegated trust creation quota has been exceeded." | |
}, | |
{ | |
"ErrorString": "ERROR_USER_DELETE_TRUST_QUOTA_EXCEEDED", | |
"ExitCode": 1934, | |
"Hex Value": "0x78E", | |
"Description": "The current user\u0027s delegated trust deletion quota has been exceeded." | |
}, | |
{ | |
"ErrorString": "ERROR_AUTHENTICATION_FIREWALL_FAILED", | |
"ExitCode": 1935, | |
"Hex Value": "0x78F", | |
"Description": "The computer you are signing into is protected by an authentication firewall. The specified account is not allowed to authenticate to the computer." | |
}, | |
{ | |
"ErrorString": "ERROR_REMOTE_PRINT_CONNECTIONS_BLOCKED", | |
"ExitCode": 1936, | |
"Hex Value": "0x790", | |
"Description": "Remote connections to the Print Spooler are blocked by a policy set on your machine." | |
}, | |
{ | |
"ErrorString": "ERROR_NTLM_BLOCKED", | |
"ExitCode": 1937, | |
"Hex Value": "0x791", | |
"Description": "Authentication failed because NTLM authentication has been disabled." | |
}, | |
{ | |
"ErrorString": "ERROR_PASSWORD_CHANGE_REQUIRED", | |
"ExitCode": 1938, | |
"Hex Value": "0x792", | |
"Description": "Logon Failure: EAS policy requires that the user change their password before this operation can be performed." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_PIXEL_FORMAT", | |
"ExitCode": 2000, | |
"Hex Value": "0x7D0", | |
"Description": "The pixel format is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_BAD_DRIVER", | |
"ExitCode": 2001, | |
"Hex Value": "0x7D1", | |
"Description": "The specified driver is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_WINDOW_STYLE", | |
"ExitCode": 2002, | |
"Hex Value": "0x7D2", | |
"Description": "The window style or class attribute is invalid for this operation." | |
}, | |
{ | |
"ErrorString": "ERROR_METAFILE_NOT_SUPPORTED", | |
"ExitCode": 2003, | |
"Hex Value": "0x7D3", | |
"Description": "The requested metafile operation is not supported." | |
}, | |
{ | |
"ErrorString": "ERROR_TRANSFORM_NOT_SUPPORTED", | |
"ExitCode": 2004, | |
"Hex Value": "0x7D4", | |
"Description": "The requested transformation operation is not supported." | |
}, | |
{ | |
"ErrorString": "ERROR_CLIPPING_NOT_SUPPORTED", | |
"ExitCode": 2005, | |
"Hex Value": "0x7D5", | |
"Description": "The requested clipping operation is not supported." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_CMM", | |
"ExitCode": 2010, | |
"Hex Value": "0x7DA", | |
"Description": "The specified color management module is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_PROFILE", | |
"ExitCode": 2011, | |
"Hex Value": "0x7DB", | |
"Description": "The specified color profile is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_TAG_NOT_FOUND", | |
"ExitCode": 2012, | |
"Hex Value": "0x7DC", | |
"Description": "The specified tag was not found." | |
}, | |
{ | |
"ErrorString": "ERROR_TAG_NOT_PRESENT", | |
"ExitCode": 2013, | |
"Hex Value": "0x7DD", | |
"Description": "A required tag is not present." | |
}, | |
{ | |
"ErrorString": "ERROR_DUPLICATE_TAG", | |
"ExitCode": 2014, | |
"Hex Value": "0x7DE", | |
"Description": "The specified tag is already present." | |
}, | |
{ | |
"ErrorString": "ERROR_PROFILE_NOT_ASSOCIATED_WITH_DEVICE", | |
"ExitCode": 2015, | |
"Hex Value": "0x7DF", | |
"Description": "The specified color profile is not associated with the specified device." | |
}, | |
{ | |
"ErrorString": "ERROR_PROFILE_NOT_FOUND", | |
"ExitCode": 2016, | |
"Hex Value": "0x7E0", | |
"Description": "The specified color profile was not found." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_COLORSPACE", | |
"ExitCode": 2017, | |
"Hex Value": "0x7E1", | |
"Description": "The specified color space is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_ICM_NOT_ENABLED", | |
"ExitCode": 2018, | |
"Hex Value": "0x7E2", | |
"Description": "Image Color Management is not enabled." | |
}, | |
{ | |
"ErrorString": "ERROR_DELETING_ICM_XFORM", | |
"ExitCode": 2019, | |
"Hex Value": "0x7E3", | |
"Description": "There was an error while deleting the color transform." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_TRANSFORM", | |
"ExitCode": 2020, | |
"Hex Value": "0x7E4", | |
"Description": "The specified color transform is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_COLORSPACE_MISMATCH", | |
"ExitCode": 2021, | |
"Hex Value": "0x7E5", | |
"Description": "The specified transform does not match the bitmap\u0027s color space." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_COLORINDEX", | |
"ExitCode": 2022, | |
"Hex Value": "0x7E6", | |
"Description": "The specified named color index is not present in the profile." | |
}, | |
{ | |
"ErrorString": "ERROR_PROFILE_DOES_NOT_MATCH_DEVICE", | |
"ExitCode": 2023, | |
"Hex Value": "0x7E7", | |
"Description": "The specified profile is intended for a device of a different type than the specified device." | |
}, | |
{ | |
"ErrorString": "ERROR_CONNECTED_OTHER_PASSWORD", | |
"ExitCode": 2108, | |
"Hex Value": "0x83C", | |
"Description": "The network connection was made successfully, but the user had to be prompted for a password other than the one originally specified." | |
}, | |
{ | |
"ErrorString": "ERROR_CONNECTED_OTHER_PASSWORD_DEFAULT", | |
"ExitCode": 2109, | |
"Hex Value": "0x83D", | |
"Description": "The network connection was made successfully using default credentials." | |
}, | |
{ | |
"ErrorString": "ERROR_BAD_USERNAME", | |
"ExitCode": 2202, | |
"Hex Value": "0x89A", | |
"Description": "The specified username is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_NOT_CONNECTED", | |
"ExitCode": 2250, | |
"Hex Value": "0x8CA", | |
"Description": "This network connection does not exist." | |
}, | |
{ | |
"ErrorString": "ERROR_OPEN_FILES", | |
"ExitCode": 2401, | |
"Hex Value": "0x961", | |
"Description": "This network connection has files open or requests pending." | |
}, | |
{ | |
"ErrorString": "ERROR_ACTIVE_CONNECTIONS", | |
"ExitCode": 2402, | |
"Hex Value": "0x962", | |
"Description": "Active connections still exist." | |
}, | |
{ | |
"ErrorString": "ERROR_DEVICE_IN_USE", | |
"ExitCode": 2404, | |
"Hex Value": "0x964", | |
"Description": "The device is in use by an active process and cannot be disconnected." | |
}, | |
{ | |
"ErrorString": "ERROR_UNKNOWN_PRINT_MONITOR", | |
"ExitCode": 3000, | |
"Hex Value": "0xBB8", | |
"Description": "The specified print monitor is unknown." | |
}, | |
{ | |
"ErrorString": "ERROR_PRINTER_DRIVER_IN_USE", | |
"ExitCode": 3001, | |
"Hex Value": "0xBB9", | |
"Description": "The specified printer driver is currently in use." | |
}, | |
{ | |
"ErrorString": "ERROR_SPOOL_FILE_NOT_FOUND", | |
"ExitCode": 3002, | |
"Hex Value": "0xBBA", | |
"Description": "The spool file was not found." | |
}, | |
{ | |
"ErrorString": "ERROR_SPL_NO_STARTDOC", | |
"ExitCode": 3003, | |
"Hex Value": "0xBBB", | |
"Description": "A StartDocPrinter call was not issued." | |
}, | |
{ | |
"ErrorString": "ERROR_SPL_NO_ADDJOB", | |
"ExitCode": 3004, | |
"Hex Value": "0xBBC", | |
"Description": "An AddJob call was not issued." | |
}, | |
{ | |
"ErrorString": "ERROR_PRINT_PROCESSOR_ALREADY_INSTALLED", | |
"ExitCode": 3005, | |
"Hex Value": "0xBBD", | |
"Description": "The specified print processor has already been installed." | |
}, | |
{ | |
"ErrorString": "ERROR_PRINT_MONITOR_ALREADY_INSTALLED", | |
"ExitCode": 3006, | |
"Hex Value": "0xBBE", | |
"Description": "The specified print monitor has already been installed." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_PRINT_MONITOR", | |
"ExitCode": 3007, | |
"Hex Value": "0xBBF", | |
"Description": "The specified print monitor does not have the required functions." | |
}, | |
{ | |
"ErrorString": "ERROR_PRINT_MONITOR_IN_USE", | |
"ExitCode": 3008, | |
"Hex Value": "0xBC0", | |
"Description": "The specified print monitor is currently in use." | |
}, | |
{ | |
"ErrorString": "ERROR_PRINTER_HAS_JOBS_QUEUED", | |
"ExitCode": 3009, | |
"Hex Value": "0xBC1", | |
"Description": "The requested operation is not allowed when there are jobs queued to the printer." | |
}, | |
{ | |
"ErrorString": "ERROR_SUCCESS_REBOOT_REQUIRED", | |
"ExitCode": 3010, | |
"Hex Value": "0xBC2", | |
"Description": "The requested operation is successful. Changes will not be effective until the system is rebooted." | |
}, | |
{ | |
"ErrorString": "ERROR_SUCCESS_RESTART_REQUIRED", | |
"ExitCode": 3011, | |
"Hex Value": "0xBC3", | |
"Description": "The requested operation is successful. Changes will not be effective until the service is restarted." | |
}, | |
{ | |
"ErrorString": "ERROR_PRINTER_NOT_FOUND", | |
"ExitCode": 3012, | |
"Hex Value": "0xBC4", | |
"Description": "No printers were found." | |
}, | |
{ | |
"ErrorString": "ERROR_PRINTER_DRIVER_WARNED", | |
"ExitCode": 3013, | |
"Hex Value": "0xBC5", | |
"Description": "The printer driver is known to be unreliable." | |
}, | |
{ | |
"ErrorString": "ERROR_PRINTER_DRIVER_BLOCKED", | |
"ExitCode": 3014, | |
"Hex Value": "0xBC6", | |
"Description": "The printer driver is known to harm the system." | |
}, | |
{ | |
"ErrorString": "ERROR_PRINTER_DRIVER_PACKAGE_IN_USE", | |
"ExitCode": 3015, | |
"Hex Value": "0xBC7", | |
"Description": "The specified printer driver package is currently in use." | |
}, | |
{ | |
"ErrorString": "ERROR_CORE_DRIVER_PACKAGE_NOT_FOUND", | |
"ExitCode": 3016, | |
"Hex Value": "0xBC8", | |
"Description": "Unable to find a core driver package that is required by the printer driver package." | |
}, | |
{ | |
"ErrorString": "ERROR_FAIL_REBOOT_REQUIRED", | |
"ExitCode": 3017, | |
"Hex Value": "0xBC9", | |
"Description": "The requested operation failed. A system reboot is required to roll back changes made." | |
}, | |
{ | |
"ErrorString": "ERROR_FAIL_REBOOT_INITIATED", | |
"ExitCode": 3018, | |
"Hex Value": "0xBCA", | |
"Description": "The requested operation failed. A system reboot has been initiated to roll back changes made." | |
}, | |
{ | |
"ErrorString": "ERROR_PRINTER_DRIVER_DOWNLOAD_NEEDED", | |
"ExitCode": 3019, | |
"Hex Value": "0xBCB", | |
"Description": "The specified printer driver was not found on the system and needs to be downloaded." | |
}, | |
{ | |
"ErrorString": "ERROR_PRINT_JOB_RESTART_REQUIRED", | |
"ExitCode": 3020, | |
"Hex Value": "0xBCC", | |
"Description": "The requested print job has failed to print. A print system update requires the job to be resubmitted." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_PRINTER_DRIVER_MANIFEST", | |
"ExitCode": 3021, | |
"Hex Value": "0xBCD", | |
"Description": "The printer driver does not contain a valid manifest, or contains too many manifests." | |
}, | |
{ | |
"ErrorString": "ERROR_PRINTER_NOT_SHAREABLE", | |
"ExitCode": 3022, | |
"Hex Value": "0xBCE", | |
"Description": "The specified printer cannot be shared." | |
}, | |
{ | |
"ErrorString": "ERROR_REQUEST_PAUSED", | |
"ExitCode": 3050, | |
"Hex Value": "0xBEA", | |
"Description": "The operation was paused." | |
}, | |
{ | |
"ErrorString": "ERROR_IO_REISSUE_AS_CACHED", | |
"ExitCode": 3950, | |
"Hex Value": "0xF6E", | |
"Description": "Reissue the given operation as a cached IO operation." | |
}, | |
{ | |
"ErrorString": "ERROR_WINS_INTERNAL", | |
"ExitCode": 4000, | |
"Hex Value": "0xFA0", | |
"Description": "WINS encountered an error while processing the command." | |
}, | |
{ | |
"ErrorString": "ERROR_CAN_NOT_DEL_LOCAL_WINS", | |
"ExitCode": 4001, | |
"Hex Value": "0xFA1", | |
"Description": "The local WINS cannot be deleted." | |
}, | |
{ | |
"ErrorString": "ERROR_STATIC_INIT", | |
"ExitCode": 4002, | |
"Hex Value": "0xFA2", | |
"Description": "The importation from the file failed." | |
}, | |
{ | |
"ErrorString": "ERROR_INC_BACKUP", | |
"ExitCode": 4003, | |
"Hex Value": "0xFA3", | |
"Description": "The backup failed. Was a full backup done before?" | |
}, | |
{ | |
"ErrorString": "ERROR_FULL_BACKUP", | |
"ExitCode": 4004, | |
"Hex Value": "0xFA4", | |
"Description": "The backup failed. Check the directory to which you are backing the database." | |
}, | |
{ | |
"ErrorString": "ERROR_REC_NON_EXISTENT", | |
"ExitCode": 4005, | |
"Hex Value": "0xFA5", | |
"Description": "The name does not exist in the WINS database." | |
}, | |
{ | |
"ErrorString": "ERROR_RPL_NOT_ALLOWED", | |
"ExitCode": 4006, | |
"Hex Value": "0xFA6", | |
"Description": { | |
"value": [ | |
"Replication with a nonconfigured partner is not allowed.", | |
"Replication with a nonconfigured partner is not allowed.PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED", | |
"Replication with a nonconfigured partner is not allowed.PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED4050 (0xFD2)", | |
"Replication with a nonconfigured partner is not allowed.PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED4050 (0xFD2)The version of the supplied content information is not supported.", | |
"Replication with a nonconfigured partner is not allowed.PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED4050 (0xFD2)The version of the supplied content information is not supported.PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO", | |
"Replication with a nonconfigured partner is not allowed.PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED4050 (0xFD2)The version of the supplied content information is not supported.PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO4051 (0xFD3)", | |
"Replication with a nonconfigured partner is not allowed.PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED4050 (0xFD2)The version of the supplied content information is not supported.PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO4051 (0xFD3)The supplied content information is malformed.", | |
"Replication with a nonconfigured partner is not allowed.PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED4050 (0xFD2)The version of the supplied content information is not supported.PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO4051 (0xFD3)The supplied content information is malformed.PEERDIST_ERROR_MISSING_DATA", | |
"Replication with a nonconfigured partner is not allowed.PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED4050 (0xFD2)The version of the supplied content information is not supported.PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO4051 (0xFD3)The supplied content information is malformed.PEERDIST_ERROR_MISSING_DATA4052 (0xFD4)", | |
"Replication with a nonconfigured partner is not allowed.PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED4050 (0xFD2)The version of the supplied content information is not supported.PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO4051 (0xFD3)The supplied content information is malformed.PEERDIST_ERROR_MISSING_DATA4052 (0xFD4)The requested data cannot be found in local or peer caches.", | |
"Replication with a nonconfigured partner is not allowed.PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED4050 (0xFD2)The version of the supplied content information is not supported.PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO4051 (0xFD3)The supplied content information is malformed.PEERDIST_ERROR_MISSING_DATA4052 (0xFD4)The requested data cannot be found in local or peer caches.PEERDIST_ERROR_NO_MORE", | |
"Replication with a nonconfigured partner is not allowed.PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED4050 (0xFD2)The version of the supplied content information is not supported.PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO4051 (0xFD3)The supplied content information is malformed.PEERDIST_ERROR_MISSING_DATA4052 (0xFD4)The requested data cannot be found in local or peer caches.PEERDIST_ERROR_NO_MORE4053 (0xFD5)", | |
"Replication with a nonconfigured partner is not allowed.PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED4050 (0xFD2)The version of the supplied content information is not supported.PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO4051 (0xFD3)The supplied content information is malformed.PEERDIST_ERROR_MISSING_DATA4052 (0xFD4)The requested data cannot be found in local or peer caches.PEERDIST_ERROR_NO_MORE4053 (0xFD5)No more data is available or required.", | |
"Replication with a nonconfigured partner is not allowed.PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED4050 (0xFD2)The version of the supplied content information is not supported.PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO4051 (0xFD3)The supplied content information is malformed.PEERDIST_ERROR_MISSING_DATA4052 (0xFD4)The requested data cannot be found in local or peer caches.PEERDIST_ERROR_NO_MORE4053 (0xFD5)No more data is available or required.PEERDIST_ERROR_NOT_INITIALIZED", | |
"Replication with a nonconfigured partner is not allowed.PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED4050 (0xFD2)The version of the supplied content information is not supported.PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO4051 (0xFD3)The supplied content information is malformed.PEERDIST_ERROR_MISSING_DATA4052 (0xFD4)The requested data cannot be found in local or peer caches.PEERDIST_ERROR_NO_MORE4053 (0xFD5)No more data is available or required.PEERDIST_ERROR_NOT_INITIALIZED4054 (0xFD6)", | |
"Replication with a nonconfigured partner is not allowed.PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED4050 (0xFD2)The version of the supplied content information is not supported.PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO4051 (0xFD3)The supplied content information is malformed.PEERDIST_ERROR_MISSING_DATA4052 (0xFD4)The requested data cannot be found in local or peer caches.PEERDIST_ERROR_NO_MORE4053 (0xFD5)No more data is available or required.PEERDIST_ERROR_NOT_INITIALIZED4054 (0xFD6)The supplied object has not been initialized.", | |
"Replication with a nonconfigured partner is not allowed.PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED4050 (0xFD2)The version of the supplied content information is not supported.PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO4051 (0xFD3)The supplied content information is malformed.PEERDIST_ERROR_MISSING_DATA4052 (0xFD4)The requested data cannot be found in local or peer caches.PEERDIST_ERROR_NO_MORE4053 (0xFD5)No more data is available or required.PEERDIST_ERROR_NOT_INITIALIZED4054 (0xFD6)The supplied object has not been initialized.PEERDIST_ERROR_ALREADY_INITIALIZED", | |
"Replication with a nonconfigured partner is not allowed.PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED4050 (0xFD2)The version of the supplied content information is not supported.PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO4051 (0xFD3)The supplied content information is malformed.PEERDIST_ERROR_MISSING_DATA4052 (0xFD4)The requested data cannot be found in local or peer caches.PEERDIST_ERROR_NO_MORE4053 (0xFD5)No more data is available or required.PEERDIST_ERROR_NOT_INITIALIZED4054 (0xFD6)The supplied object has not been initialized.PEERDIST_ERROR_ALREADY_INITIALIZED4055 (0xFD7)", | |
"Replication with a nonconfigured partner is not allowed.PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED4050 (0xFD2)The version of the supplied content information is not supported.PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO4051 (0xFD3)The supplied content information is malformed.PEERDIST_ERROR_MISSING_DATA4052 (0xFD4)The requested data cannot be found in local or peer caches.PEERDIST_ERROR_NO_MORE4053 (0xFD5)No more data is available or required.PEERDIST_ERROR_NOT_INITIALIZED4054 (0xFD6)The supplied object has not been initialized.PEERDIST_ERROR_ALREADY_INITIALIZED4055 (0xFD7)The supplied object has already been initialized.", | |
"Replication with a nonconfigured partner is not allowed.PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED4050 (0xFD2)The version of the supplied content information is not supported.PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO4051 (0xFD3)The supplied content information is malformed.PEERDIST_ERROR_MISSING_DATA4052 (0xFD4)The requested data cannot be found in local or peer caches.PEERDIST_ERROR_NO_MORE4053 (0xFD5)No more data is available or required.PEERDIST_ERROR_NOT_INITIALIZED4054 (0xFD6)The supplied object has not been initialized.PEERDIST_ERROR_ALREADY_INITIALIZED4055 (0xFD7)The supplied object has already been initialized.PEERDIST_ERROR_SHUTDOWN_IN_PROGRESS", | |
"Replication with a nonconfigured partner is not allowed.PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED4050 (0xFD2)The version of the supplied content information is not supported.PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO4051 (0xFD3)The supplied content information is malformed.PEERDIST_ERROR_MISSING_DATA4052 (0xFD4)The requested data cannot be found in local or peer caches.PEERDIST_ERROR_NO_MORE4053 (0xFD5)No more data is available or required.PEERDIST_ERROR_NOT_INITIALIZED4054 (0xFD6)The supplied object has not been initialized.PEERDIST_ERROR_ALREADY_INITIALIZED4055 (0xFD7)The supplied object has already been initialized.PEERDIST_ERROR_SHUTDOWN_IN_PROGRESS4056 (0xFD8)", | |
"Replication with a nonconfigured partner is not allowed.PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED4050 (0xFD2)The version of the supplied content information is not supported.PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO4051 (0xFD3)The supplied content information is malformed.PEERDIST_ERROR_MISSING_DATA4052 (0xFD4)The requested data cannot be found in local or peer caches.PEERDIST_ERROR_NO_MORE4053 (0xFD5)No more data is available or required.PEERDIST_ERROR_NOT_INITIALIZED4054 (0xFD6)The supplied object has not been initialized.PEERDIST_ERROR_ALREADY_INITIALIZED4055 (0xFD7)The supplied object has already been initialized.PEERDIST_ERROR_SHUTDOWN_IN_PROGRESS4056 (0xFD8)A shutdown operation is already in progress.", | |
"Replication with a nonconfigured partner is not allowed.PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED4050 (0xFD2)The version of the supplied content information is not supported.PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO4051 (0xFD3)The supplied content information is malformed.PEERDIST_ERROR_MISSING_DATA4052 (0xFD4)The requested data cannot be found in local or peer caches.PEERDIST_ERROR_NO_MORE4053 (0xFD5)No more data is available or required.PEERDIST_ERROR_NOT_INITIALIZED4054 (0xFD6)The supplied object has not been initialized.PEERDIST_ERROR_ALREADY_INITIALIZED4055 (0xFD7)The supplied object has already been initialized.PEERDIST_ERROR_SHUTDOWN_IN_PROGRESS4056 (0xFD8)A shutdown operation is already in progress.PEERDIST_ERROR_INVALIDATED", | |
"Replication with a nonconfigured partner is not allowed.PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED4050 (0xFD2)The version of the supplied content information is not supported.PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO4051 (0xFD3)The supplied content information is malformed.PEERDIST_ERROR_MISSING_DATA4052 (0xFD4)The requested data cannot be found in local or peer caches.PEERDIST_ERROR_NO_MORE4053 (0xFD5)No more data is available or required.PEERDIST_ERROR_NOT_INITIALIZED4054 (0xFD6)The supplied object has not been initialized.PEERDIST_ERROR_ALREADY_INITIALIZED4055 (0xFD7)The supplied object has already been initialized.PEERDIST_ERROR_SHUTDOWN_IN_PROGRESS4056 (0xFD8)A shutdown operation is already in progress.PEERDIST_ERROR_INVALIDATED4057 (0xFD9)", | |
"Replication with a nonconfigured partner is not allowed.PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED4050 (0xFD2)The version of the supplied content information is not supported.PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO4051 (0xFD3)The supplied content information is malformed.PEERDIST_ERROR_MISSING_DATA4052 (0xFD4)The requested data cannot be found in local or peer caches.PEERDIST_ERROR_NO_MORE4053 (0xFD5)No more data is available or required.PEERDIST_ERROR_NOT_INITIALIZED4054 (0xFD6)The supplied object has not been initialized.PEERDIST_ERROR_ALREADY_INITIALIZED4055 (0xFD7)The supplied object has already been initialized.PEERDIST_ERROR_SHUTDOWN_IN_PROGRESS4056 (0xFD8)A shutdown operation is already in progress.PEERDIST_ERROR_INVALIDATED4057 (0xFD9)The supplied object has already been invalidated.", | |
"Replication with a nonconfigured partner is not allowed.PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED4050 (0xFD2)The version of the supplied content information is not supported.PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO4051 (0xFD3)The supplied content information is malformed.PEERDIST_ERROR_MISSING_DATA4052 (0xFD4)The requested data cannot be found in local or peer caches.PEERDIST_ERROR_NO_MORE4053 (0xFD5)No more data is available or required.PEERDIST_ERROR_NOT_INITIALIZED4054 (0xFD6)The supplied object has not been initialized.PEERDIST_ERROR_ALREADY_INITIALIZED4055 (0xFD7)The supplied object has already been initialized.PEERDIST_ERROR_SHUTDOWN_IN_PROGRESS4056 (0xFD8)A shutdown operation is already in progress.PEERDIST_ERROR_INVALIDATED4057 (0xFD9)The supplied object has already been invalidated.PEERDIST_ERROR_ALREADY_EXISTS", | |
"Replication with a nonconfigured partner is not allowed.PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED4050 (0xFD2)The version of the supplied content information is not supported.PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO4051 (0xFD3)The supplied content information is malformed.PEERDIST_ERROR_MISSING_DATA4052 (0xFD4)The requested data cannot be found in local or peer caches.PEERDIST_ERROR_NO_MORE4053 (0xFD5)No more data is available or required.PEERDIST_ERROR_NOT_INITIALIZED4054 (0xFD6)The supplied object has not been initialized.PEERDIST_ERROR_ALREADY_INITIALIZED4055 (0xFD7)The supplied object has already been initialized.PEERDIST_ERROR_SHUTDOWN_IN_PROGRESS4056 (0xFD8)A shutdown operation is already in progress.PEERDIST_ERROR_INVALIDATED4057 (0xFD9)The supplied object has already been invalidated.PEERDIST_ERROR_ALREADY_EXISTS4058 (0xFDA)", | |
"Replication with a nonconfigured partner is not allowed.PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED4050 (0xFD2)The version of the supplied content information is not supported.PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO4051 (0xFD3)The supplied content information is malformed.PEERDIST_ERROR_MISSING_DATA4052 (0xFD4)The requested data cannot be found in local or peer caches.PEERDIST_ERROR_NO_MORE4053 (0xFD5)No more data is available or required.PEERDIST_ERROR_NOT_INITIALIZED4054 (0xFD6)The supplied object has not been initialized.PEERDIST_ERROR_ALREADY_INITIALIZED4055 (0xFD7)The supplied object has already been initialized.PEERDIST_ERROR_SHUTDOWN_IN_PROGRESS4056 (0xFD8)A shutdown operation is already in progress.PEERDIST_ERROR_INVALIDATED4057 (0xFD9)The supplied object has already been invalidated.PEERDIST_ERROR_ALREADY_EXISTS4058 (0xFDA)An element already exists and was not replaced.", | |
"Replication with a nonconfigured partner is not allowed.PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED4050 (0xFD2)The version of the supplied content information is not supported.PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO4051 (0xFD3)The supplied content information is malformed.PEERDIST_ERROR_MISSING_DATA4052 (0xFD4)The requested data cannot be found in local or peer caches.PEERDIST_ERROR_NO_MORE4053 (0xFD5)No more data is available or required.PEERDIST_ERROR_NOT_INITIALIZED4054 (0xFD6)The supplied object has not been initialized.PEERDIST_ERROR_ALREADY_INITIALIZED4055 (0xFD7)The supplied object has already been initialized.PEERDIST_ERROR_SHUTDOWN_IN_PROGRESS4056 (0xFD8)A shutdown operation is already in progress.PEERDIST_ERROR_INVALIDATED4057 (0xFD9)The supplied object has already been invalidated.PEERDIST_ERROR_ALREADY_EXISTS4058 (0xFDA)An element already exists and was not replaced.PEERDIST_ERROR_OPERATION_NOTFOUND", | |
"Replication with a nonconfigured partner is not allowed.PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED4050 (0xFD2)The version of the supplied content information is not supported.PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO4051 (0xFD3)The supplied content information is malformed.PEERDIST_ERROR_MISSING_DATA4052 (0xFD4)The requested data cannot be found in local or peer caches.PEERDIST_ERROR_NO_MORE4053 (0xFD5)No more data is available or required.PEERDIST_ERROR_NOT_INITIALIZED4054 (0xFD6)The supplied object has not been initialized.PEERDIST_ERROR_ALREADY_INITIALIZED4055 (0xFD7)The supplied object has already been initialized.PEERDIST_ERROR_SHUTDOWN_IN_PROGRESS4056 (0xFD8)A shutdown operation is already in progress.PEERDIST_ERROR_INVALIDATED4057 (0xFD9)The supplied object has already been invalidated.PEERDIST_ERROR_ALREADY_EXISTS4058 (0xFDA)An element already exists and was not replaced.PEERDIST_ERROR_OPERATION_NOTFOUND4059 (0xFDB)", | |
"Replication with a nonconfigured partner is not allowed.PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED4050 (0xFD2)The version of the supplied content information is not supported.PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO4051 (0xFD3)The supplied content information is malformed.PEERDIST_ERROR_MISSING_DATA4052 (0xFD4)The requested data cannot be found in local or peer caches.PEERDIST_ERROR_NO_MORE4053 (0xFD5)No more data is available or required.PEERDIST_ERROR_NOT_INITIALIZED4054 (0xFD6)The supplied object has not been initialized.PEERDIST_ERROR_ALREADY_INITIALIZED4055 (0xFD7)The supplied object has already been initialized.PEERDIST_ERROR_SHUTDOWN_IN_PROGRESS4056 (0xFD8)A shutdown operation is already in progress.PEERDIST_ERROR_INVALIDATED4057 (0xFD9)The supplied object has already been invalidated.PEERDIST_ERROR_ALREADY_EXISTS4058 (0xFDA)An element already exists and was not replaced.PEERDIST_ERROR_OPERATION_NOTFOUND4059 (0xFDB)Can not cancel the requested operation as it has already been completed.", | |
"Replication with a nonconfigured partner is not allowed.PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED4050 (0xFD2)The version of the supplied content information is not supported.PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO4051 (0xFD3)The supplied content information is malformed.PEERDIST_ERROR_MISSING_DATA4052 (0xFD4)The requested data cannot be found in local or peer caches.PEERDIST_ERROR_NO_MORE4053 (0xFD5)No more data is available or required.PEERDIST_ERROR_NOT_INITIALIZED4054 (0xFD6)The supplied object has not been initialized.PEERDIST_ERROR_ALREADY_INITIALIZED4055 (0xFD7)The supplied object has already been initialized.PEERDIST_ERROR_SHUTDOWN_IN_PROGRESS4056 (0xFD8)A shutdown operation is already in progress.PEERDIST_ERROR_INVALIDATED4057 (0xFD9)The supplied object has already been invalidated.PEERDIST_ERROR_ALREADY_EXISTS4058 (0xFDA)An element already exists and was not replaced.PEERDIST_ERROR_OPERATION_NOTFOUND4059 (0xFDB)Can not cancel the requested operation as it has already been completed.PEERDIST_ERROR_ALREADY_COMPLETED", | |
"Replication with a nonconfigured partner is not allowed.PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED4050 (0xFD2)The version of the supplied content information is not supported.PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO4051 (0xFD3)The supplied content information is malformed.PEERDIST_ERROR_MISSING_DATA4052 (0xFD4)The requested data cannot be found in local or peer caches.PEERDIST_ERROR_NO_MORE4053 (0xFD5)No more data is available or required.PEERDIST_ERROR_NOT_INITIALIZED4054 (0xFD6)The supplied object has not been initialized.PEERDIST_ERROR_ALREADY_INITIALIZED4055 (0xFD7)The supplied object has already been initialized.PEERDIST_ERROR_SHUTDOWN_IN_PROGRESS4056 (0xFD8)A shutdown operation is already in progress.PEERDIST_ERROR_INVALIDATED4057 (0xFD9)The supplied object has already been invalidated.PEERDIST_ERROR_ALREADY_EXISTS4058 (0xFDA)An element already exists and was not replaced.PEERDIST_ERROR_OPERATION_NOTFOUND4059 (0xFDB)Can not cancel the requested operation as it has already been completed.PEERDIST_ERROR_ALREADY_COMPLETED4060 (0xFDC)", | |
"Replication with a nonconfigured partner is not allowed.PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED4050 (0xFD2)The version of the supplied content information is not supported.PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO4051 (0xFD3)The supplied content information is malformed.PEERDIST_ERROR_MISSING_DATA4052 (0xFD4)The requested data cannot be found in local or peer caches.PEERDIST_ERROR_NO_MORE4053 (0xFD5)No more data is available or required.PEERDIST_ERROR_NOT_INITIALIZED4054 (0xFD6)The supplied object has not been initialized.PEERDIST_ERROR_ALREADY_INITIALIZED4055 (0xFD7)The supplied object has already been initialized.PEERDIST_ERROR_SHUTDOWN_IN_PROGRESS4056 (0xFD8)A shutdown operation is already in progress.PEERDIST_ERROR_INVALIDATED4057 (0xFD9)The supplied object has already been invalidated.PEERDIST_ERROR_ALREADY_EXISTS4058 (0xFDA)An element already exists and was not replaced.PEERDIST_ERROR_OPERATION_NOTFOUND4059 (0xFDB)Can not cancel the requested operation as it has already been completed.PEERDIST_ERROR_ALREADY_COMPLETED4060 (0xFDC)Can not perform the reqested operation because it has already been carried out.", | |
"Replication with a nonconfigured partner is not allowed.PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED4050 (0xFD2)The version of the supplied content information is not supported.PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO4051 (0xFD3)The supplied content information is malformed.PEERDIST_ERROR_MISSING_DATA4052 (0xFD4)The requested data cannot be found in local or peer caches.PEERDIST_ERROR_NO_MORE4053 (0xFD5)No more data is available or required.PEERDIST_ERROR_NOT_INITIALIZED4054 (0xFD6)The supplied object has not been initialized.PEERDIST_ERROR_ALREADY_INITIALIZED4055 (0xFD7)The supplied object has already been initialized.PEERDIST_ERROR_SHUTDOWN_IN_PROGRESS4056 (0xFD8)A shutdown operation is already in progress.PEERDIST_ERROR_INVALIDATED4057 (0xFD9)The supplied object has already been invalidated.PEERDIST_ERROR_ALREADY_EXISTS4058 (0xFDA)An element already exists and was not replaced.PEERDIST_ERROR_OPERATION_NOTFOUND4059 (0xFDB)Can not cancel the requested operation as it has already been completed.PEERDIST_ERROR_ALREADY_COMPLETED4060 (0xFDC)Can not perform the reqested operation because it has already been carried out.PEERDIST_ERROR_OUT_OF_BOUNDS", | |
"Replication with a nonconfigured partner is not allowed.PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED4050 (0xFD2)The version of the supplied content information is not supported.PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO4051 (0xFD3)The supplied content information is malformed.PEERDIST_ERROR_MISSING_DATA4052 (0xFD4)The requested data cannot be found in local or peer caches.PEERDIST_ERROR_NO_MORE4053 (0xFD5)No more data is available or required.PEERDIST_ERROR_NOT_INITIALIZED4054 (0xFD6)The supplied object has not been initialized.PEERDIST_ERROR_ALREADY_INITIALIZED4055 (0xFD7)The supplied object has already been initialized.PEERDIST_ERROR_SHUTDOWN_IN_PROGRESS4056 (0xFD8)A shutdown operation is already in progress.PEERDIST_ERROR_INVALIDATED4057 (0xFD9)The supplied object has already been invalidated.PEERDIST_ERROR_ALREADY_EXISTS4058 (0xFDA)An element already exists and was not replaced.PEERDIST_ERROR_OPERATION_NOTFOUND4059 (0xFDB)Can not cancel the requested operation as it has already been completed.PEERDIST_ERROR_ALREADY_COMPLETED4060 (0xFDC)Can not perform the reqested operation because it has already been carried out.PEERDIST_ERROR_OUT_OF_BOUNDS4061 (0xFDD)", | |
"Replication with a nonconfigured partner is not allowed.PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED4050 (0xFD2)The version of the supplied content information is not supported.PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO4051 (0xFD3)The supplied content information is malformed.PEERDIST_ERROR_MISSING_DATA4052 (0xFD4)The requested data cannot be found in local or peer caches.PEERDIST_ERROR_NO_MORE4053 (0xFD5)No more data is available or required.PEERDIST_ERROR_NOT_INITIALIZED4054 (0xFD6)The supplied object has not been initialized.PEERDIST_ERROR_ALREADY_INITIALIZED4055 (0xFD7)The supplied object has already been initialized.PEERDIST_ERROR_SHUTDOWN_IN_PROGRESS4056 (0xFD8)A shutdown operation is already in progress.PEERDIST_ERROR_INVALIDATED4057 (0xFD9)The supplied object has already been invalidated.PEERDIST_ERROR_ALREADY_EXISTS4058 (0xFDA)An element already exists and was not replaced.PEERDIST_ERROR_OPERATION_NOTFOUND4059 (0xFDB)Can not cancel the requested operation as it has already been completed.PEERDIST_ERROR_ALREADY_COMPLETED4060 (0xFDC)Can not perform the reqested operation because it has already been carried out.PEERDIST_ERROR_OUT_OF_BOUNDS4061 (0xFDD)An operation accessed data beyond the bounds of valid data.", | |
"Replication with a nonconfigured partner is not allowed.PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED4050 (0xFD2)The version of the supplied content information is not supported.PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO4051 (0xFD3)The supplied content information is malformed.PEERDIST_ERROR_MISSING_DATA4052 (0xFD4)The requested data cannot be found in local or peer caches.PEERDIST_ERROR_NO_MORE4053 (0xFD5)No more data is available or required.PEERDIST_ERROR_NOT_INITIALIZED4054 (0xFD6)The supplied object has not been initialized.PEERDIST_ERROR_ALREADY_INITIALIZED4055 (0xFD7)The supplied object has already been initialized.PEERDIST_ERROR_SHUTDOWN_IN_PROGRESS4056 (0xFD8)A shutdown operation is already in progress.PEERDIST_ERROR_INVALIDATED4057 (0xFD9)The supplied object has already been invalidated.PEERDIST_ERROR_ALREADY_EXISTS4058 (0xFDA)An element already exists and was not replaced.PEERDIST_ERROR_OPERATION_NOTFOUND4059 (0xFDB)Can not cancel the requested operation as it has already been completed.PEERDIST_ERROR_ALREADY_COMPLETED4060 (0xFDC)Can not perform the reqested operation because it has already been carried out.PEERDIST_ERROR_OUT_OF_BOUNDS4061 (0xFDD)An operation accessed data beyond the bounds of valid data.PEERDIST_ERROR_VERSION_UNSUPPORTED", | |
"Replication with a nonconfigured partner is not allowed.PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED4050 (0xFD2)The version of the supplied content information is not supported.PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO4051 (0xFD3)The supplied content information is malformed.PEERDIST_ERROR_MISSING_DATA4052 (0xFD4)The requested data cannot be found in local or peer caches.PEERDIST_ERROR_NO_MORE4053 (0xFD5)No more data is available or required.PEERDIST_ERROR_NOT_INITIALIZED4054 (0xFD6)The supplied object has not been initialized.PEERDIST_ERROR_ALREADY_INITIALIZED4055 (0xFD7)The supplied object has already been initialized.PEERDIST_ERROR_SHUTDOWN_IN_PROGRESS4056 (0xFD8)A shutdown operation is already in progress.PEERDIST_ERROR_INVALIDATED4057 (0xFD9)The supplied object has already been invalidated.PEERDIST_ERROR_ALREADY_EXISTS4058 (0xFDA)An element already exists and was not replaced.PEERDIST_ERROR_OPERATION_NOTFOUND4059 (0xFDB)Can not cancel the requested operation as it has already been completed.PEERDIST_ERROR_ALREADY_COMPLETED4060 (0xFDC)Can not perform the reqested operation because it has already been carried out.PEERDIST_ERROR_OUT_OF_BOUNDS4061 (0xFDD)An operation accessed data beyond the bounds of valid data.PEERDIST_ERROR_VERSION_UNSUPPORTED4062 (0xFDE)", | |
"Replication with a nonconfigured partner is not allowed.PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED4050 (0xFD2)The version of the supplied content information is not supported.PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO4051 (0xFD3)The supplied content information is malformed.PEERDIST_ERROR_MISSING_DATA4052 (0xFD4)The requested data cannot be found in local or peer caches.PEERDIST_ERROR_NO_MORE4053 (0xFD5)No more data is available or required.PEERDIST_ERROR_NOT_INITIALIZED4054 (0xFD6)The supplied object has not been initialized.PEERDIST_ERROR_ALREADY_INITIALIZED4055 (0xFD7)The supplied object has already been initialized.PEERDIST_ERROR_SHUTDOWN_IN_PROGRESS4056 (0xFD8)A shutdown operation is already in progress.PEERDIST_ERROR_INVALIDATED4057 (0xFD9)The supplied object has already been invalidated.PEERDIST_ERROR_ALREADY_EXISTS4058 (0xFDA)An element already exists and was not replaced.PEERDIST_ERROR_OPERATION_NOTFOUND4059 (0xFDB)Can not cancel the requested operation as it has already been completed.PEERDIST_ERROR_ALREADY_COMPLETED4060 (0xFDC)Can not perform the reqested operation because it has already been carried out.PEERDIST_ERROR_OUT_OF_BOUNDS4061 (0xFDD)An operation accessed data beyond the bounds of valid data.PEERDIST_ERROR_VERSION_UNSUPPORTED4062 (0xFDE)The requested version is not supported.", | |
"Replication with a nonconfigured partner is not allowed.PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED4050 (0xFD2)The version of the supplied content information is not supported.PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO4051 (0xFD3)The supplied content information is malformed.PEERDIST_ERROR_MISSING_DATA4052 (0xFD4)The requested data cannot be found in local or peer caches.PEERDIST_ERROR_NO_MORE4053 (0xFD5)No more data is available or required.PEERDIST_ERROR_NOT_INITIALIZED4054 (0xFD6)The supplied object has not been initialized.PEERDIST_ERROR_ALREADY_INITIALIZED4055 (0xFD7)The supplied object has already been initialized.PEERDIST_ERROR_SHUTDOWN_IN_PROGRESS4056 (0xFD8)A shutdown operation is already in progress.PEERDIST_ERROR_INVALIDATED4057 (0xFD9)The supplied object has already been invalidated.PEERDIST_ERROR_ALREADY_EXISTS4058 (0xFDA)An element already exists and was not replaced.PEERDIST_ERROR_OPERATION_NOTFOUND4059 (0xFDB)Can not cancel the requested operation as it has already been completed.PEERDIST_ERROR_ALREADY_COMPLETED4060 (0xFDC)Can not perform the reqested operation because it has already been carried out.PEERDIST_ERROR_OUT_OF_BOUNDS4061 (0xFDD)An operation accessed data beyond the bounds of valid data.PEERDIST_ERROR_VERSION_UNSUPPORTED4062 (0xFDE)The requested version is not supported.PEERDIST_ERROR_INVALID_CONFIGURATION", | |
"Replication with a nonconfigured partner is not allowed.PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED4050 (0xFD2)The version of the supplied content information is not supported.PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO4051 (0xFD3)The supplied content information is malformed.PEERDIST_ERROR_MISSING_DATA4052 (0xFD4)The requested data cannot be found in local or peer caches.PEERDIST_ERROR_NO_MORE4053 (0xFD5)No more data is available or required.PEERDIST_ERROR_NOT_INITIALIZED4054 (0xFD6)The supplied object has not been initialized.PEERDIST_ERROR_ALREADY_INITIALIZED4055 (0xFD7)The supplied object has already been initialized.PEERDIST_ERROR_SHUTDOWN_IN_PROGRESS4056 (0xFD8)A shutdown operation is already in progress.PEERDIST_ERROR_INVALIDATED4057 (0xFD9)The supplied object has already been invalidated.PEERDIST_ERROR_ALREADY_EXISTS4058 (0xFDA)An element already exists and was not replaced.PEERDIST_ERROR_OPERATION_NOTFOUND4059 (0xFDB)Can not cancel the requested operation as it has already been completed.PEERDIST_ERROR_ALREADY_COMPLETED4060 (0xFDC)Can not perform the reqested operation because it has already been carried out.PEERDIST_ERROR_OUT_OF_BOUNDS4061 (0xFDD)An operation accessed data beyond the bounds of valid data.PEERDIST_ERROR_VERSION_UNSUPPORTED4062 (0xFDE)The requested version is not supported.PEERDIST_ERROR_INVALID_CONFIGURATION4063 (0xFDF)", | |
"Replication with a nonconfigured partner is not allowed.PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED4050 (0xFD2)The version of the supplied content information is not supported.PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO4051 (0xFD3)The supplied content information is malformed.PEERDIST_ERROR_MISSING_DATA4052 (0xFD4)The requested data cannot be found in local or peer caches.PEERDIST_ERROR_NO_MORE4053 (0xFD5)No more data is available or required.PEERDIST_ERROR_NOT_INITIALIZED4054 (0xFD6)The supplied object has not been initialized.PEERDIST_ERROR_ALREADY_INITIALIZED4055 (0xFD7)The supplied object has already been initialized.PEERDIST_ERROR_SHUTDOWN_IN_PROGRESS4056 (0xFD8)A shutdown operation is already in progress.PEERDIST_ERROR_INVALIDATED4057 (0xFD9)The supplied object has already been invalidated.PEERDIST_ERROR_ALREADY_EXISTS4058 (0xFDA)An element already exists and was not replaced.PEERDIST_ERROR_OPERATION_NOTFOUND4059 (0xFDB)Can not cancel the requested operation as it has already been completed.PEERDIST_ERROR_ALREADY_COMPLETED4060 (0xFDC)Can not perform the reqested operation because it has already been carried out.PEERDIST_ERROR_OUT_OF_BOUNDS4061 (0xFDD)An operation accessed data beyond the bounds of valid data.PEERDIST_ERROR_VERSION_UNSUPPORTED4062 (0xFDE)The requested version is not supported.PEERDIST_ERROR_INVALID_CONFIGURATION4063 (0xFDF)A configuration value is invalid.", | |
"Replication with a nonconfigured partner is not allowed.PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED4050 (0xFD2)The version of the supplied content information is not supported.PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO4051 (0xFD3)The supplied content information is malformed.PEERDIST_ERROR_MISSING_DATA4052 (0xFD4)The requested data cannot be found in local or peer caches.PEERDIST_ERROR_NO_MORE4053 (0xFD5)No more data is available or required.PEERDIST_ERROR_NOT_INITIALIZED4054 (0xFD6)The supplied object has not been initialized.PEERDIST_ERROR_ALREADY_INITIALIZED4055 (0xFD7)The supplied object has already been initialized.PEERDIST_ERROR_SHUTDOWN_IN_PROGRESS4056 (0xFD8)A shutdown operation is already in progress.PEERDIST_ERROR_INVALIDATED4057 (0xFD9)The supplied object has already been invalidated.PEERDIST_ERROR_ALREADY_EXISTS4058 (0xFDA)An element already exists and was not replaced.PEERDIST_ERROR_OPERATION_NOTFOUND4059 (0xFDB)Can not cancel the requested operation as it has already been completed.PEERDIST_ERROR_ALREADY_COMPLETED4060 (0xFDC)Can not perform the reqested operation because it has already been carried out.PEERDIST_ERROR_OUT_OF_BOUNDS4061 (0xFDD)An operation accessed data beyond the bounds of valid data.PEERDIST_ERROR_VERSION_UNSUPPORTED4062 (0xFDE)The requested version is not supported.PEERDIST_ERROR_INVALID_CONFIGURATION4063 (0xFDF)A configuration value is invalid.PEERDIST_ERROR_NOT_LICENSED", | |
"Replication with a nonconfigured partner is not allowed.PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED4050 (0xFD2)The version of the supplied content information is not supported.PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO4051 (0xFD3)The supplied content information is malformed.PEERDIST_ERROR_MISSING_DATA4052 (0xFD4)The requested data cannot be found in local or peer caches.PEERDIST_ERROR_NO_MORE4053 (0xFD5)No more data is available or required.PEERDIST_ERROR_NOT_INITIALIZED4054 (0xFD6)The supplied object has not been initialized.PEERDIST_ERROR_ALREADY_INITIALIZED4055 (0xFD7)The supplied object has already been initialized.PEERDIST_ERROR_SHUTDOWN_IN_PROGRESS4056 (0xFD8)A shutdown operation is already in progress.PEERDIST_ERROR_INVALIDATED4057 (0xFD9)The supplied object has already been invalidated.PEERDIST_ERROR_ALREADY_EXISTS4058 (0xFDA)An element already exists and was not replaced.PEERDIST_ERROR_OPERATION_NOTFOUND4059 (0xFDB)Can not cancel the requested operation as it has already been completed.PEERDIST_ERROR_ALREADY_COMPLETED4060 (0xFDC)Can not perform the reqested operation because it has already been carried out.PEERDIST_ERROR_OUT_OF_BOUNDS4061 (0xFDD)An operation accessed data beyond the bounds of valid data.PEERDIST_ERROR_VERSION_UNSUPPORTED4062 (0xFDE)The requested version is not supported.PEERDIST_ERROR_INVALID_CONFIGURATION4063 (0xFDF)A configuration value is invalid.PEERDIST_ERROR_NOT_LICENSED4064 (0xFE0)", | |
"Replication with a nonconfigured partner is not allowed.PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED4050 (0xFD2)The version of the supplied content information is not supported.PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO4051 (0xFD3)The supplied content information is malformed.PEERDIST_ERROR_MISSING_DATA4052 (0xFD4)The requested data cannot be found in local or peer caches.PEERDIST_ERROR_NO_MORE4053 (0xFD5)No more data is available or required.PEERDIST_ERROR_NOT_INITIALIZED4054 (0xFD6)The supplied object has not been initialized.PEERDIST_ERROR_ALREADY_INITIALIZED4055 (0xFD7)The supplied object has already been initialized.PEERDIST_ERROR_SHUTDOWN_IN_PROGRESS4056 (0xFD8)A shutdown operation is already in progress.PEERDIST_ERROR_INVALIDATED4057 (0xFD9)The supplied object has already been invalidated.PEERDIST_ERROR_ALREADY_EXISTS4058 (0xFDA)An element already exists and was not replaced.PEERDIST_ERROR_OPERATION_NOTFOUND4059 (0xFDB)Can not cancel the requested operation as it has already been completed.PEERDIST_ERROR_ALREADY_COMPLETED4060 (0xFDC)Can not perform the reqested operation because it has already been carried out.PEERDIST_ERROR_OUT_OF_BOUNDS4061 (0xFDD)An operation accessed data beyond the bounds of valid data.PEERDIST_ERROR_VERSION_UNSUPPORTED4062 (0xFDE)The requested version is not supported.PEERDIST_ERROR_INVALID_CONFIGURATION4063 (0xFDF)A configuration value is invalid.PEERDIST_ERROR_NOT_LICENSED4064 (0xFE0)The SKU is not licensed.", | |
"Replication with a nonconfigured partner is not allowed.PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED4050 (0xFD2)The version of the supplied content information is not supported.PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO4051 (0xFD3)The supplied content information is malformed.PEERDIST_ERROR_MISSING_DATA4052 (0xFD4)The requested data cannot be found in local or peer caches.PEERDIST_ERROR_NO_MORE4053 (0xFD5)No more data is available or required.PEERDIST_ERROR_NOT_INITIALIZED4054 (0xFD6)The supplied object has not been initialized.PEERDIST_ERROR_ALREADY_INITIALIZED4055 (0xFD7)The supplied object has already been initialized.PEERDIST_ERROR_SHUTDOWN_IN_PROGRESS4056 (0xFD8)A shutdown operation is already in progress.PEERDIST_ERROR_INVALIDATED4057 (0xFD9)The supplied object has already been invalidated.PEERDIST_ERROR_ALREADY_EXISTS4058 (0xFDA)An element already exists and was not replaced.PEERDIST_ERROR_OPERATION_NOTFOUND4059 (0xFDB)Can not cancel the requested operation as it has already been completed.PEERDIST_ERROR_ALREADY_COMPLETED4060 (0xFDC)Can not perform the reqested operation because it has already been carried out.PEERDIST_ERROR_OUT_OF_BOUNDS4061 (0xFDD)An operation accessed data beyond the bounds of valid data.PEERDIST_ERROR_VERSION_UNSUPPORTED4062 (0xFDE)The requested version is not supported.PEERDIST_ERROR_INVALID_CONFIGURATION4063 (0xFDF)A configuration value is invalid.PEERDIST_ERROR_NOT_LICENSED4064 (0xFE0)The SKU is not licensed.PEERDIST_ERROR_SERVICE_UNAVAILABLE", | |
"Replication with a nonconfigured partner is not allowed.PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED4050 (0xFD2)The version of the supplied content information is not supported.PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO4051 (0xFD3)The supplied content information is malformed.PEERDIST_ERROR_MISSING_DATA4052 (0xFD4)The requested data cannot be found in local or peer caches.PEERDIST_ERROR_NO_MORE4053 (0xFD5)No more data is available or required.PEERDIST_ERROR_NOT_INITIALIZED4054 (0xFD6)The supplied object has not been initialized.PEERDIST_ERROR_ALREADY_INITIALIZED4055 (0xFD7)The supplied object has already been initialized.PEERDIST_ERROR_SHUTDOWN_IN_PROGRESS4056 (0xFD8)A shutdown operation is already in progress.PEERDIST_ERROR_INVALIDATED4057 (0xFD9)The supplied object has already been invalidated.PEERDIST_ERROR_ALREADY_EXISTS4058 (0xFDA)An element already exists and was not replaced.PEERDIST_ERROR_OPERATION_NOTFOUND4059 (0xFDB)Can not cancel the requested operation as it has already been completed.PEERDIST_ERROR_ALREADY_COMPLETED4060 (0xFDC)Can not perform the reqested operation because it has already been carried out.PEERDIST_ERROR_OUT_OF_BOUNDS4061 (0xFDD)An operation accessed data beyond the bounds of valid data.PEERDIST_ERROR_VERSION_UNSUPPORTED4062 (0xFDE)The requested version is not supported.PEERDIST_ERROR_INVALID_CONFIGURATION4063 (0xFDF)A configuration value is invalid.PEERDIST_ERROR_NOT_LICENSED4064 (0xFE0)The SKU is not licensed.PEERDIST_ERROR_SERVICE_UNAVAILABLE4065 (0xFE1)", | |
"Replication with a nonconfigured partner is not allowed.PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED4050 (0xFD2)The version of the supplied content information is not supported.PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO4051 (0xFD3)The supplied content information is malformed.PEERDIST_ERROR_MISSING_DATA4052 (0xFD4)The requested data cannot be found in local or peer caches.PEERDIST_ERROR_NO_MORE4053 (0xFD5)No more data is available or required.PEERDIST_ERROR_NOT_INITIALIZED4054 (0xFD6)The supplied object has not been initialized.PEERDIST_ERROR_ALREADY_INITIALIZED4055 (0xFD7)The supplied object has already been initialized.PEERDIST_ERROR_SHUTDOWN_IN_PROGRESS4056 (0xFD8)A shutdown operation is already in progress.PEERDIST_ERROR_INVALIDATED4057 (0xFD9)The supplied object has already been invalidated.PEERDIST_ERROR_ALREADY_EXISTS4058 (0xFDA)An element already exists and was not replaced.PEERDIST_ERROR_OPERATION_NOTFOUND4059 (0xFDB)Can not cancel the requested operation as it has already been completed.PEERDIST_ERROR_ALREADY_COMPLETED4060 (0xFDC)Can not perform the reqested operation because it has already been carried out.PEERDIST_ERROR_OUT_OF_BOUNDS4061 (0xFDD)An operation accessed data beyond the bounds of valid data.PEERDIST_ERROR_VERSION_UNSUPPORTED4062 (0xFDE)The requested version is not supported.PEERDIST_ERROR_INVALID_CONFIGURATION4063 (0xFDF)A configuration value is invalid.PEERDIST_ERROR_NOT_LICENSED4064 (0xFE0)The SKU is not licensed.PEERDIST_ERROR_SERVICE_UNAVAILABLE4065 (0xFE1)PeerDist Service is still initializing and will be available shortly.", | |
"Replication with a nonconfigured partner is not allowed.PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED4050 (0xFD2)The version of the supplied content information is not supported.PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO4051 (0xFD3)The supplied content information is malformed.PEERDIST_ERROR_MISSING_DATA4052 (0xFD4)The requested data cannot be found in local or peer caches.PEERDIST_ERROR_NO_MORE4053 (0xFD5)No more data is available or required.PEERDIST_ERROR_NOT_INITIALIZED4054 (0xFD6)The supplied object has not been initialized.PEERDIST_ERROR_ALREADY_INITIALIZED4055 (0xFD7)The supplied object has already been initialized.PEERDIST_ERROR_SHUTDOWN_IN_PROGRESS4056 (0xFD8)A shutdown operation is already in progress.PEERDIST_ERROR_INVALIDATED4057 (0xFD9)The supplied object has already been invalidated.PEERDIST_ERROR_ALREADY_EXISTS4058 (0xFDA)An element already exists and was not replaced.PEERDIST_ERROR_OPERATION_NOTFOUND4059 (0xFDB)Can not cancel the requested operation as it has already been completed.PEERDIST_ERROR_ALREADY_COMPLETED4060 (0xFDC)Can not perform the reqested operation because it has already been carried out.PEERDIST_ERROR_OUT_OF_BOUNDS4061 (0xFDD)An operation accessed data beyond the bounds of valid data.PEERDIST_ERROR_VERSION_UNSUPPORTED4062 (0xFDE)The requested version is not supported.PEERDIST_ERROR_INVALID_CONFIGURATION4063 (0xFDF)A configuration value is invalid.PEERDIST_ERROR_NOT_LICENSED4064 (0xFE0)The SKU is not licensed.PEERDIST_ERROR_SERVICE_UNAVAILABLE4065 (0xFE1)PeerDist Service is still initializing and will be available shortly.PEERDIST_ERROR_TRUST_FAILURE", | |
"Replication with a nonconfigured partner is not allowed.PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED4050 (0xFD2)The version of the supplied content information is not supported.PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO4051 (0xFD3)The supplied content information is malformed.PEERDIST_ERROR_MISSING_DATA4052 (0xFD4)The requested data cannot be found in local or peer caches.PEERDIST_ERROR_NO_MORE4053 (0xFD5)No more data is available or required.PEERDIST_ERROR_NOT_INITIALIZED4054 (0xFD6)The supplied object has not been initialized.PEERDIST_ERROR_ALREADY_INITIALIZED4055 (0xFD7)The supplied object has already been initialized.PEERDIST_ERROR_SHUTDOWN_IN_PROGRESS4056 (0xFD8)A shutdown operation is already in progress.PEERDIST_ERROR_INVALIDATED4057 (0xFD9)The supplied object has already been invalidated.PEERDIST_ERROR_ALREADY_EXISTS4058 (0xFDA)An element already exists and was not replaced.PEERDIST_ERROR_OPERATION_NOTFOUND4059 (0xFDB)Can not cancel the requested operation as it has already been completed.PEERDIST_ERROR_ALREADY_COMPLETED4060 (0xFDC)Can not perform the reqested operation because it has already been carried out.PEERDIST_ERROR_OUT_OF_BOUNDS4061 (0xFDD)An operation accessed data beyond the bounds of valid data.PEERDIST_ERROR_VERSION_UNSUPPORTED4062 (0xFDE)The requested version is not supported.PEERDIST_ERROR_INVALID_CONFIGURATION4063 (0xFDF)A configuration value is invalid.PEERDIST_ERROR_NOT_LICENSED4064 (0xFE0)The SKU is not licensed.PEERDIST_ERROR_SERVICE_UNAVAILABLE4065 (0xFE1)PeerDist Service is still initializing and will be available shortly.PEERDIST_ERROR_TRUST_FAILURE4066 (0xFE2)", | |
"Replication with a nonconfigured partner is not allowed.PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED4050 (0xFD2)The version of the supplied content information is not supported.PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO4051 (0xFD3)The supplied content information is malformed.PEERDIST_ERROR_MISSING_DATA4052 (0xFD4)The requested data cannot be found in local or peer caches.PEERDIST_ERROR_NO_MORE4053 (0xFD5)No more data is available or required.PEERDIST_ERROR_NOT_INITIALIZED4054 (0xFD6)The supplied object has not been initialized.PEERDIST_ERROR_ALREADY_INITIALIZED4055 (0xFD7)The supplied object has already been initialized.PEERDIST_ERROR_SHUTDOWN_IN_PROGRESS4056 (0xFD8)A shutdown operation is already in progress.PEERDIST_ERROR_INVALIDATED4057 (0xFD9)The supplied object has already been invalidated.PEERDIST_ERROR_ALREADY_EXISTS4058 (0xFDA)An element already exists and was not replaced.PEERDIST_ERROR_OPERATION_NOTFOUND4059 (0xFDB)Can not cancel the requested operation as it has already been completed.PEERDIST_ERROR_ALREADY_COMPLETED4060 (0xFDC)Can not perform the reqested operation because it has already been carried out.PEERDIST_ERROR_OUT_OF_BOUNDS4061 (0xFDD)An operation accessed data beyond the bounds of valid data.PEERDIST_ERROR_VERSION_UNSUPPORTED4062 (0xFDE)The requested version is not supported.PEERDIST_ERROR_INVALID_CONFIGURATION4063 (0xFDF)A configuration value is invalid.PEERDIST_ERROR_NOT_LICENSED4064 (0xFE0)The SKU is not licensed.PEERDIST_ERROR_SERVICE_UNAVAILABLE4065 (0xFE1)PeerDist Service is still initializing and will be available shortly.PEERDIST_ERROR_TRUST_FAILURE4066 (0xFE2)Communication with one or more computers will be temporarily blocked due to recent errors." | |
], | |
"Count": 52 | |
} | |
}, | |
{ | |
"ErrorString": "ERROR_DHCP_ADDRESS_CONFLICT", | |
"ExitCode": 4100, | |
"Hex Value": "0x1004", | |
"Description": "The DHCP client has obtained an IP address that is already in use on the network. The local interface will be disabled until the DHCP client can obtain a new address." | |
}, | |
{ | |
"ErrorString": "ERROR_WMI_GUID_NOT_FOUND", | |
"ExitCode": 4200, | |
"Hex Value": "0x1068", | |
"Description": "The GUID passed was not recognized as valid by a WMI data provider." | |
}, | |
{ | |
"ErrorString": "ERROR_WMI_INSTANCE_NOT_FOUND", | |
"ExitCode": 4201, | |
"Hex Value": "0x1069", | |
"Description": "The instance name passed was not recognized as valid by a WMI data provider." | |
}, | |
{ | |
"ErrorString": "ERROR_WMI_ITEMID_NOT_FOUND", | |
"ExitCode": 4202, | |
"Hex Value": "0x106A", | |
"Description": "The data item ID passed was not recognized as valid by a WMI data provider." | |
}, | |
{ | |
"ErrorString": "ERROR_WMI_TRY_AGAIN", | |
"ExitCode": 4203, | |
"Hex Value": "0x106B", | |
"Description": "The WMI request could not be completed and should be retried." | |
}, | |
{ | |
"ErrorString": "ERROR_WMI_DP_NOT_FOUND", | |
"ExitCode": 4204, | |
"Hex Value": "0x106C", | |
"Description": "The WMI data provider could not be located." | |
}, | |
{ | |
"ErrorString": "ERROR_WMI_UNRESOLVED_INSTANCE_REF", | |
"ExitCode": 4205, | |
"Hex Value": "0x106D", | |
"Description": "The WMI data provider references an instance set that has not been registered." | |
}, | |
{ | |
"ErrorString": "ERROR_WMI_ALREADY_ENABLED", | |
"ExitCode": 4206, | |
"Hex Value": "0x106E", | |
"Description": "The WMI data block or event notification has already been enabled." | |
}, | |
{ | |
"ErrorString": "ERROR_WMI_GUID_DISCONNECTED", | |
"ExitCode": 4207, | |
"Hex Value": "0x106F", | |
"Description": "The WMI data block is no longer available." | |
}, | |
{ | |
"ErrorString": "ERROR_WMI_SERVER_UNAVAILABLE", | |
"ExitCode": 4208, | |
"Hex Value": "0x1070", | |
"Description": "The WMI data service is not available." | |
}, | |
{ | |
"ErrorString": "ERROR_WMI_DP_FAILED", | |
"ExitCode": 4209, | |
"Hex Value": "0x1071", | |
"Description": "The WMI data provider failed to carry out the request." | |
}, | |
{ | |
"ErrorString": "ERROR_WMI_INVALID_MOF", | |
"ExitCode": 4210, | |
"Hex Value": "0x1072", | |
"Description": "The WMI MOF information is not valid." | |
}, | |
{ | |
"ErrorString": "ERROR_WMI_INVALID_REGINFO", | |
"ExitCode": 4211, | |
"Hex Value": "0x1073", | |
"Description": "The WMI registration information is not valid." | |
}, | |
{ | |
"ErrorString": "ERROR_WMI_ALREADY_DISABLED", | |
"ExitCode": 4212, | |
"Hex Value": "0x1074", | |
"Description": "The WMI data block or event notification has already been disabled." | |
}, | |
{ | |
"ErrorString": "ERROR_WMI_READ_ONLY", | |
"ExitCode": 4213, | |
"Hex Value": "0x1075", | |
"Description": "The WMI data item or data block is read only." | |
}, | |
{ | |
"ErrorString": "ERROR_WMI_SET_FAILURE", | |
"ExitCode": 4214, | |
"Hex Value": "0x1076", | |
"Description": "The WMI data item or data block could not be changed." | |
}, | |
{ | |
"ErrorString": "ERROR_NOT_APPCONTAINER", | |
"ExitCode": 4250, | |
"Hex Value": "0x109A", | |
"Description": "This operation is only valid in the context of an app container." | |
}, | |
{ | |
"ErrorString": "ERROR_APPCONTAINER_REQUIRED", | |
"ExitCode": 4251, | |
"Hex Value": "0x109B", | |
"Description": "This application can only run in the context of an app container." | |
}, | |
{ | |
"ErrorString": "ERROR_NOT_SUPPORTED_IN_APPCONTAINER", | |
"ExitCode": 4252, | |
"Hex Value": "0x109C", | |
"Description": "This functionality is not supported in the context of an app container." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_PACKAGE_SID_LENGTH", | |
"ExitCode": 4253, | |
"Hex Value": "0x109D", | |
"Description": "The length of the SID supplied is not a valid length for app container SIDs." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_MEDIA", | |
"ExitCode": 4300, | |
"Hex Value": "0x10CC", | |
"Description": "The media identifier does not represent a valid medium." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_LIBRARY", | |
"ExitCode": 4301, | |
"Hex Value": "0x10CD", | |
"Description": "The library identifier does not represent a valid library." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_MEDIA_POOL", | |
"ExitCode": 4302, | |
"Hex Value": "0x10CE", | |
"Description": "The media pool identifier does not represent a valid media pool." | |
}, | |
{ | |
"ErrorString": "ERROR_DRIVE_MEDIA_MISMATCH", | |
"ExitCode": 4303, | |
"Hex Value": "0x10CF", | |
"Description": "The drive and medium are not compatible or exist in different libraries." | |
}, | |
{ | |
"ErrorString": "ERROR_MEDIA_OFFLINE", | |
"ExitCode": 4304, | |
"Hex Value": "0x10D0", | |
"Description": "The medium currently exists in an offline library and must be online to perform this operation." | |
}, | |
{ | |
"ErrorString": "ERROR_LIBRARY_OFFLINE", | |
"ExitCode": 4305, | |
"Hex Value": "0x10D1", | |
"Description": "The operation cannot be performed on an offline library." | |
}, | |
{ | |
"ErrorString": "ERROR_EMPTY", | |
"ExitCode": 4306, | |
"Hex Value": "0x10D2", | |
"Description": "The library, drive, or media pool is empty." | |
}, | |
{ | |
"ErrorString": "ERROR_NOT_EMPTY", | |
"ExitCode": 4307, | |
"Hex Value": "0x10D3", | |
"Description": "The library, drive, or media pool must be empty to perform this operation." | |
}, | |
{ | |
"ErrorString": "ERROR_MEDIA_UNAVAILABLE", | |
"ExitCode": 4308, | |
"Hex Value": "0x10D4", | |
"Description": "No media is currently available in this media pool or library." | |
}, | |
{ | |
"ErrorString": "ERROR_RESOURCE_DISABLED", | |
"ExitCode": 4309, | |
"Hex Value": "0x10D5", | |
"Description": "A resource required for this operation is disabled." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_CLEANER", | |
"ExitCode": 4310, | |
"Hex Value": "0x10D6", | |
"Description": "The media identifier does not represent a valid cleaner." | |
}, | |
{ | |
"ErrorString": "ERROR_UNABLE_TO_CLEAN", | |
"ExitCode": 4311, | |
"Hex Value": "0x10D7", | |
"Description": "The drive cannot be cleaned or does not support cleaning." | |
}, | |
{ | |
"ErrorString": "ERROR_OBJECT_NOT_FOUND", | |
"ExitCode": 4312, | |
"Hex Value": "0x10D8", | |
"Description": "The object identifier does not represent a valid object." | |
}, | |
{ | |
"ErrorString": "ERROR_DATABASE_FAILURE", | |
"ExitCode": 4313, | |
"Hex Value": "0x10D9", | |
"Description": "Unable to read from or write to the database." | |
}, | |
{ | |
"ErrorString": "ERROR_DATABASE_FULL", | |
"ExitCode": 4314, | |
"Hex Value": "0x10DA", | |
"Description": "The database is full." | |
}, | |
{ | |
"ErrorString": "ERROR_MEDIA_INCOMPATIBLE", | |
"ExitCode": 4315, | |
"Hex Value": "0x10DB", | |
"Description": "The medium is not compatible with the device or media pool." | |
}, | |
{ | |
"ErrorString": "ERROR_RESOURCE_NOT_PRESENT", | |
"ExitCode": 4316, | |
"Hex Value": "0x10DC", | |
"Description": "The resource required for this operation does not exist." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_OPERATION", | |
"ExitCode": 4317, | |
"Hex Value": "0x10DD", | |
"Description": "The operation identifier is not valid." | |
}, | |
{ | |
"ErrorString": "ERROR_MEDIA_NOT_AVAILABLE", | |
"ExitCode": 4318, | |
"Hex Value": "0x10DE", | |
"Description": "The media is not mounted or ready for use." | |
}, | |
{ | |
"ErrorString": "ERROR_DEVICE_NOT_AVAILABLE", | |
"ExitCode": 4319, | |
"Hex Value": "0x10DF", | |
"Description": "The device is not ready for use." | |
}, | |
{ | |
"ErrorString": "ERROR_REQUEST_REFUSED", | |
"ExitCode": 4320, | |
"Hex Value": "0x10E0", | |
"Description": "The operator or administrator has refused the request." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_DRIVE_OBJECT", | |
"ExitCode": 4321, | |
"Hex Value": "0x10E1", | |
"Description": "The drive identifier does not represent a valid drive." | |
}, | |
{ | |
"ErrorString": "ERROR_LIBRARY_FULL", | |
"ExitCode": 4322, | |
"Hex Value": "0x10E2", | |
"Description": "Library is full. No slot is available for use." | |
}, | |
{ | |
"ErrorString": "ERROR_MEDIUM_NOT_ACCESSIBLE", | |
"ExitCode": 4323, | |
"Hex Value": "0x10E3", | |
"Description": "The transport cannot access the medium." | |
}, | |
{ | |
"ErrorString": "ERROR_UNABLE_TO_LOAD_MEDIUM", | |
"ExitCode": 4324, | |
"Hex Value": "0x10E4", | |
"Description": "Unable to load the medium into the drive." | |
}, | |
{ | |
"ErrorString": "ERROR_UNABLE_TO_INVENTORY_DRIVE", | |
"ExitCode": 4325, | |
"Hex Value": "0x10E5", | |
"Description": "Unable to retrieve the drive status." | |
}, | |
{ | |
"ErrorString": "ERROR_UNABLE_TO_INVENTORY_SLOT", | |
"ExitCode": 4326, | |
"Hex Value": "0x10E6", | |
"Description": "Unable to retrieve the slot status." | |
}, | |
{ | |
"ErrorString": "ERROR_UNABLE_TO_INVENTORY_TRANSPORT", | |
"ExitCode": 4327, | |
"Hex Value": "0x10E7", | |
"Description": "Unable to retrieve status about the transport." | |
}, | |
{ | |
"ErrorString": "ERROR_TRANSPORT_FULL", | |
"ExitCode": 4328, | |
"Hex Value": "0x10E8", | |
"Description": "Cannot use the transport because it is already in use." | |
}, | |
{ | |
"ErrorString": "ERROR_CONTROLLING_IEPORT", | |
"ExitCode": 4329, | |
"Hex Value": "0x10E9", | |
"Description": "Unable to open or close the inject/eject port." | |
}, | |
{ | |
"ErrorString": "ERROR_UNABLE_TO_EJECT_MOUNTED_MEDIA", | |
"ExitCode": 4330, | |
"Hex Value": "0x10EA", | |
"Description": "Unable to eject the medium because it is in a drive." | |
}, | |
{ | |
"ErrorString": "ERROR_CLEANER_SLOT_SET", | |
"ExitCode": 4331, | |
"Hex Value": "0x10EB", | |
"Description": "A cleaner slot is already reserved." | |
}, | |
{ | |
"ErrorString": "ERROR_CLEANER_SLOT_NOT_SET", | |
"ExitCode": 4332, | |
"Hex Value": "0x10EC", | |
"Description": "A cleaner slot is not reserved." | |
}, | |
{ | |
"ErrorString": "ERROR_CLEANER_CARTRIDGE_SPENT", | |
"ExitCode": 4333, | |
"Hex Value": "0x10ED", | |
"Description": "The cleaner cartridge has performed the maximum number of drive cleanings." | |
}, | |
{ | |
"ErrorString": "ERROR_UNEXPECTED_OMID", | |
"ExitCode": 4334, | |
"Hex Value": "0x10EE", | |
"Description": "Unexpected on-medium identifier." | |
}, | |
{ | |
"ErrorString": "ERROR_CANT_DELETE_LAST_ITEM", | |
"ExitCode": 4335, | |
"Hex Value": "0x10EF", | |
"Description": "The last remaining item in this group or resource cannot be deleted." | |
}, | |
{ | |
"ErrorString": "ERROR_MESSAGE_EXCEEDS_MAX_SIZE", | |
"ExitCode": 4336, | |
"Hex Value": "0x10F0", | |
"Description": "The message provided exceeds the maximum size allowed for this parameter." | |
}, | |
{ | |
"ErrorString": "ERROR_VOLUME_CONTAINS_SYS_FILES", | |
"ExitCode": 4337, | |
"Hex Value": "0x10F1", | |
"Description": "The volume contains system or paging files." | |
}, | |
{ | |
"ErrorString": "ERROR_INDIGENOUS_TYPE", | |
"ExitCode": 4338, | |
"Hex Value": "0x10F2", | |
"Description": "The media type cannot be removed from this library since at least one drive in the library reports it can support this media type." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_SUPPORTING_DRIVES", | |
"ExitCode": 4339, | |
"Hex Value": "0x10F3", | |
"Description": "This offline media cannot be mounted on this system since no enabled drives are present which can be used." | |
}, | |
{ | |
"ErrorString": "ERROR_CLEANER_CARTRIDGE_INSTALLED", | |
"ExitCode": 4340, | |
"Hex Value": "0x10F4", | |
"Description": "A cleaner cartridge is present in the tape library." | |
}, | |
{ | |
"ErrorString": "ERROR_IEPORT_FULL", | |
"ExitCode": 4341, | |
"Hex Value": "0x10F5", | |
"Description": "Cannot use the inject/eject port because it is not empty." | |
}, | |
{ | |
"ErrorString": "ERROR_FILE_OFFLINE", | |
"ExitCode": 4350, | |
"Hex Value": "0x10FE", | |
"Description": "This file is currently not available for use on this computer." | |
}, | |
{ | |
"ErrorString": "ERROR_REMOTE_STORAGE_NOT_ACTIVE", | |
"ExitCode": 4351, | |
"Hex Value": "0x10FF", | |
"Description": "The remote storage service is not operational at this time." | |
}, | |
{ | |
"ErrorString": "ERROR_REMOTE_STORAGE_MEDIA_ERROR", | |
"ExitCode": 4352, | |
"Hex Value": "0x1100", | |
"Description": "The remote storage service encountered a media error." | |
}, | |
{ | |
"ErrorString": "ERROR_NOT_A_REPARSE_POINT", | |
"ExitCode": 4390, | |
"Hex Value": "0x1126", | |
"Description": "The file or directory is not a reparse point." | |
}, | |
{ | |
"ErrorString": "ERROR_REPARSE_ATTRIBUTE_CONFLICT", | |
"ExitCode": 4391, | |
"Hex Value": "0x1127", | |
"Description": "The reparse point attribute cannot be set because it conflicts with an existing attribute." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_REPARSE_DATA", | |
"ExitCode": 4392, | |
"Hex Value": "0x1128", | |
"Description": "The data present in the reparse point buffer is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_REPARSE_TAG_INVALID", | |
"ExitCode": 4393, | |
"Hex Value": "0x1129", | |
"Description": "The tag present in the reparse point buffer is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_REPARSE_TAG_MISMATCH", | |
"ExitCode": 4394, | |
"Hex Value": "0x112A", | |
"Description": "There is a mismatch between the tag specified in the request and the tag present in the reparse point." | |
}, | |
{ | |
"ErrorString": "ERROR_APP_DATA_NOT_FOUND", | |
"ExitCode": 4400, | |
"Hex Value": "0x1130", | |
"Description": "Fast Cache data not found." | |
}, | |
{ | |
"ErrorString": "ERROR_APP_DATA_EXPIRED", | |
"ExitCode": 4401, | |
"Hex Value": "0x1131", | |
"Description": "Fast Cache data expired." | |
}, | |
{ | |
"ErrorString": "ERROR_APP_DATA_CORRUPT", | |
"ExitCode": 4402, | |
"Hex Value": "0x1132", | |
"Description": "Fast Cache data corrupt." | |
}, | |
{ | |
"ErrorString": "ERROR_APP_DATA_LIMIT_EXCEEDED", | |
"ExitCode": 4403, | |
"Hex Value": "0x1133", | |
"Description": "Fast Cache data has exceeded its max size and cannot be updated." | |
}, | |
{ | |
"ErrorString": "ERROR_APP_DATA_REBOOT_REQUIRED", | |
"ExitCode": 4404, | |
"Hex Value": "0x1134", | |
"Description": "Fast Cache has been ReArmed and requires a reboot until it can be updated." | |
}, | |
{ | |
"ErrorString": "ERROR_SECUREBOOT_ROLLBACK_DETECTED", | |
"ExitCode": 4420, | |
"Hex Value": "0x1144", | |
"Description": "Secure Boot detected that rollback of protected data has been attempted." | |
}, | |
{ | |
"ErrorString": "ERROR_SECUREBOOT_POLICY_VIOLATION", | |
"ExitCode": 4421, | |
"Hex Value": "0x1145", | |
"Description": "The value is protected by Secure Boot policy and cannot be modified or deleted." | |
}, | |
{ | |
"ErrorString": "ERROR_SECUREBOOT_INVALID_POLICY", | |
"ExitCode": 4422, | |
"Hex Value": "0x1146", | |
"Description": "The Secure Boot policy is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_SECUREBOOT_POLICY_PUBLISHER_NOT_FOUND", | |
"ExitCode": 4423, | |
"Hex Value": "0x1147", | |
"Description": "A new Secure Boot policy did not contain the current publisher on its update list." | |
}, | |
{ | |
"ErrorString": "ERROR_SECUREBOOT_POLICY_NOT_SIGNED", | |
"ExitCode": 4424, | |
"Hex Value": "0x1148", | |
"Description": "The Secure Boot policy is either not signed or is signed by a non-trusted signer." | |
}, | |
{ | |
"ErrorString": "ERROR_SECUREBOOT_NOT_ENABLED", | |
"ExitCode": 4425, | |
"Hex Value": "0x1149", | |
"Description": "Secure Boot is not enabled on this machine." | |
}, | |
{ | |
"ErrorString": "ERROR_SECUREBOOT_FILE_REPLACED", | |
"ExitCode": 4426, | |
"Hex Value": "0x114A", | |
"Description": "Secure Boot requires that certain files and drivers are not replaced by other files or drivers." | |
}, | |
{ | |
"ErrorString": "ERROR_OFFLOAD_READ_FLT_NOT_SUPPORTED", | |
"ExitCode": 4440, | |
"Hex Value": "0x1158", | |
"Description": "The copy offload read operation is not supported by a filter." | |
}, | |
{ | |
"ErrorString": "ERROR_OFFLOAD_WRITE_FLT_NOT_SUPPORTED", | |
"ExitCode": 4441, | |
"Hex Value": "0x1159", | |
"Description": "The copy offload write operation is not supported by a filter." | |
}, | |
{ | |
"ErrorString": "ERROR_OFFLOAD_READ_FILE_NOT_SUPPORTED", | |
"ExitCode": 4442, | |
"Hex Value": "0x115A", | |
"Description": "The copy offload read operation is not supported for the file." | |
}, | |
{ | |
"ErrorString": "ERROR_OFFLOAD_WRITE_FILE_NOT_SUPPORTED", | |
"ExitCode": 4443, | |
"Hex Value": "0x115B", | |
"Description": "The copy offload write operation is not supported for the file." | |
}, | |
{ | |
"ErrorString": "ERROR_VOLUME_NOT_SIS_ENABLED", | |
"ExitCode": 4500, | |
"Hex Value": "0x1194", | |
"Description": "Single Instance Storage is not available on this volume." | |
}, | |
{ | |
"ErrorString": "ERROR_DEPENDENT_RESOURCE_EXISTS", | |
"ExitCode": 5001, | |
"Hex Value": "0x1389", | |
"Description": "The operation cannot be completed because other resources are dependent on this resource." | |
}, | |
{ | |
"ErrorString": "ERROR_DEPENDENCY_NOT_FOUND", | |
"ExitCode": 5002, | |
"Hex Value": "0x138A", | |
"Description": "The cluster resource dependency cannot be found." | |
}, | |
{ | |
"ErrorString": "ERROR_DEPENDENCY_ALREADY_EXISTS", | |
"ExitCode": 5003, | |
"Hex Value": "0x138B", | |
"Description": "The cluster resource cannot be made dependent on the specified resource because it is already dependent." | |
}, | |
{ | |
"ErrorString": "ERROR_RESOURCE_NOT_ONLINE", | |
"ExitCode": 5004, | |
"Hex Value": "0x138C", | |
"Description": "The cluster resource is not online." | |
}, | |
{ | |
"ErrorString": "ERROR_HOST_NODE_NOT_AVAILABLE", | |
"ExitCode": 5005, | |
"Hex Value": "0x138D", | |
"Description": "A cluster node is not available for this operation." | |
}, | |
{ | |
"ErrorString": "ERROR_RESOURCE_NOT_AVAILABLE", | |
"ExitCode": 5006, | |
"Hex Value": "0x138E", | |
"Description": "The cluster resource is not available." | |
}, | |
{ | |
"ErrorString": "ERROR_RESOURCE_NOT_FOUND", | |
"ExitCode": 5007, | |
"Hex Value": "0x138F", | |
"Description": "The cluster resource could not be found." | |
}, | |
{ | |
"ErrorString": "ERROR_SHUTDOWN_CLUSTER", | |
"ExitCode": 5008, | |
"Hex Value": "0x1390", | |
"Description": "The cluster is being shut down." | |
}, | |
{ | |
"ErrorString": "ERROR_CANT_EVICT_ACTIVE_NODE", | |
"ExitCode": 5009, | |
"Hex Value": "0x1391", | |
"Description": "A cluster node cannot be evicted from the cluster unless the node is down or it is the last node." | |
}, | |
{ | |
"ErrorString": "ERROR_OBJECT_ALREADY_EXISTS", | |
"ExitCode": 5010, | |
"Hex Value": "0x1392", | |
"Description": "The object already exists." | |
}, | |
{ | |
"ErrorString": "ERROR_OBJECT_IN_LIST", | |
"ExitCode": 5011, | |
"Hex Value": "0x1393", | |
"Description": "The object is already in the list." | |
}, | |
{ | |
"ErrorString": "ERROR_GROUP_NOT_AVAILABLE", | |
"ExitCode": 5012, | |
"Hex Value": "0x1394", | |
"Description": "The cluster group is not available for any new requests." | |
}, | |
{ | |
"ErrorString": "ERROR_GROUP_NOT_FOUND", | |
"ExitCode": 5013, | |
"Hex Value": "0x1395", | |
"Description": "The cluster group could not be found." | |
}, | |
{ | |
"ErrorString": "ERROR_GROUP_NOT_ONLINE", | |
"ExitCode": 5014, | |
"Hex Value": "0x1396", | |
"Description": "The operation could not be completed because the cluster group is not online." | |
}, | |
{ | |
"ErrorString": "ERROR_HOST_NODE_NOT_RESOURCE_OWNER", | |
"ExitCode": 5015, | |
"Hex Value": "0x1397", | |
"Description": "The operation failed because either the specified cluster node is not the owner of the resource, or the node is not a possible owner of the resource." | |
}, | |
{ | |
"ErrorString": "ERROR_HOST_NODE_NOT_GROUP_OWNER", | |
"ExitCode": 5016, | |
"Hex Value": "0x1398", | |
"Description": "The operation failed because either the specified cluster node is not the owner of the group, or the node is not a possible owner of the group." | |
}, | |
{ | |
"ErrorString": "ERROR_RESMON_CREATE_FAILED", | |
"ExitCode": 5017, | |
"Hex Value": "0x1399", | |
"Description": "The cluster resource could not be created in the specified resource monitor." | |
}, | |
{ | |
"ErrorString": "ERROR_RESMON_ONLINE_FAILED", | |
"ExitCode": 5018, | |
"Hex Value": "0x139A", | |
"Description": "The cluster resource could not be brought online by the resource monitor." | |
}, | |
{ | |
"ErrorString": "ERROR_RESOURCE_ONLINE", | |
"ExitCode": 5019, | |
"Hex Value": "0x139B", | |
"Description": "The operation could not be completed because the cluster resource is online." | |
}, | |
{ | |
"ErrorString": "ERROR_QUORUM_RESOURCE", | |
"ExitCode": 5020, | |
"Hex Value": "0x139C", | |
"Description": "The cluster resource could not be deleted or brought offline because it is the quorum resource." | |
}, | |
{ | |
"ErrorString": "ERROR_NOT_QUORUM_CAPABLE", | |
"ExitCode": 5021, | |
"Hex Value": "0x139D", | |
"Description": "The cluster could not make the specified resource a quorum resource because it is not capable of being a quorum resource." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_SHUTTING_DOWN", | |
"ExitCode": 5022, | |
"Hex Value": "0x139E", | |
"Description": "The cluster software is shutting down." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_STATE", | |
"ExitCode": 5023, | |
"Hex Value": "0x139F", | |
"Description": "The group or resource is not in the correct state to perform the requested operation." | |
}, | |
{ | |
"ErrorString": "ERROR_RESOURCE_PROPERTIES_STORED", | |
"ExitCode": 5024, | |
"Hex Value": "0x13A0", | |
"Description": "The properties were stored but not all changes will take effect until the next time the resource is brought online." | |
}, | |
{ | |
"ErrorString": "ERROR_NOT_QUORUM_CLASS", | |
"ExitCode": 5025, | |
"Hex Value": "0x13A1", | |
"Description": "The cluster could not make the specified resource a quorum resource because it does not belong to a shared storage class." | |
}, | |
{ | |
"ErrorString": "ERROR_CORE_RESOURCE", | |
"ExitCode": 5026, | |
"Hex Value": "0x13A2", | |
"Description": "The cluster resource could not be deleted since it is a core resource." | |
}, | |
{ | |
"ErrorString": "ERROR_QUORUM_RESOURCE_ONLINE_FAILED", | |
"ExitCode": 5027, | |
"Hex Value": "0x13A3", | |
"Description": "The quorum resource failed to come online." | |
}, | |
{ | |
"ErrorString": "ERROR_QUORUMLOG_OPEN_FAILED", | |
"ExitCode": 5028, | |
"Hex Value": "0x13A4", | |
"Description": "The quorum log could not be created or mounted successfully." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTERLOG_CORRUPT", | |
"ExitCode": 5029, | |
"Hex Value": "0x13A5", | |
"Description": "The cluster log is corrupt." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTERLOG_RECORD_EXCEEDS_MAXSIZE", | |
"ExitCode": 5030, | |
"Hex Value": "0x13A6", | |
"Description": "The record could not be written to the cluster log since it exceeds the maximum size." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTERLOG_EXCEEDS_MAXSIZE", | |
"ExitCode": 5031, | |
"Hex Value": "0x13A7", | |
"Description": "The cluster log exceeds its maximum size." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTERLOG_CHKPOINT_NOT_FOUND", | |
"ExitCode": 5032, | |
"Hex Value": "0x13A8", | |
"Description": "No checkpoint record was found in the cluster log." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTERLOG_NOT_ENOUGH_SPACE", | |
"ExitCode": 5033, | |
"Hex Value": "0x13A9", | |
"Description": "The minimum required disk space needed for logging is not available." | |
}, | |
{ | |
"ErrorString": "ERROR_QUORUM_OWNER_ALIVE", | |
"ExitCode": 5034, | |
"Hex Value": "0x13AA", | |
"Description": "The cluster node failed to take control of the quorum resource because the resource is owned by another active node." | |
}, | |
{ | |
"ErrorString": "ERROR_NETWORK_NOT_AVAILABLE", | |
"ExitCode": 5035, | |
"Hex Value": "0x13AB", | |
"Description": "A cluster network is not available for this operation." | |
}, | |
{ | |
"ErrorString": "ERROR_NODE_NOT_AVAILABLE", | |
"ExitCode": 5036, | |
"Hex Value": "0x13AC", | |
"Description": "A cluster node is not available for this operation." | |
}, | |
{ | |
"ErrorString": "ERROR_ALL_NODES_NOT_AVAILABLE", | |
"ExitCode": 5037, | |
"Hex Value": "0x13AD", | |
"Description": "All cluster nodes must be running to perform this operation." | |
}, | |
{ | |
"ErrorString": "ERROR_RESOURCE_FAILED", | |
"ExitCode": 5038, | |
"Hex Value": "0x13AE", | |
"Description": "A cluster resource failed." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_INVALID_NODE", | |
"ExitCode": 5039, | |
"Hex Value": "0x13AF", | |
"Description": "The cluster node is not valid." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_NODE_EXISTS", | |
"ExitCode": 5040, | |
"Hex Value": "0x13B0", | |
"Description": "The cluster node already exists." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_JOIN_IN_PROGRESS", | |
"ExitCode": 5041, | |
"Hex Value": "0x13B1", | |
"Description": "A node is in the process of joining the cluster." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_NODE_NOT_FOUND", | |
"ExitCode": 5042, | |
"Hex Value": "0x13B2", | |
"Description": "The cluster node was not found." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_LOCAL_NODE_NOT_FOUND", | |
"ExitCode": 5043, | |
"Hex Value": "0x13B3", | |
"Description": "The cluster local node information was not found." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_NETWORK_EXISTS", | |
"ExitCode": 5044, | |
"Hex Value": "0x13B4", | |
"Description": "The cluster network already exists." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_NETWORK_NOT_FOUND", | |
"ExitCode": 5045, | |
"Hex Value": "0x13B5", | |
"Description": "The cluster network was not found." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_NETINTERFACE_EXISTS", | |
"ExitCode": 5046, | |
"Hex Value": "0x13B6", | |
"Description": "The cluster network interface already exists." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_NETINTERFACE_NOT_FOUND", | |
"ExitCode": 5047, | |
"Hex Value": "0x13B7", | |
"Description": "The cluster network interface was not found." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_INVALID_REQUEST", | |
"ExitCode": 5048, | |
"Hex Value": "0x13B8", | |
"Description": "The cluster request is not valid for this object." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_INVALID_NETWORK_PROVIDER", | |
"ExitCode": 5049, | |
"Hex Value": "0x13B9", | |
"Description": "The cluster network provider is not valid." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_NODE_DOWN", | |
"ExitCode": 5050, | |
"Hex Value": "0x13BA", | |
"Description": "The cluster node is down." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_NODE_UNREACHABLE", | |
"ExitCode": 5051, | |
"Hex Value": "0x13BB", | |
"Description": "The cluster node is not reachable." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_NODE_NOT_MEMBER", | |
"ExitCode": 5052, | |
"Hex Value": "0x13BC", | |
"Description": "The cluster node is not a member of the cluster." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_JOIN_NOT_IN_PROGRESS", | |
"ExitCode": 5053, | |
"Hex Value": "0x13BD", | |
"Description": "A cluster join operation is not in progress." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_INVALID_NETWORK", | |
"ExitCode": 5054, | |
"Hex Value": "0x13BE", | |
"Description": "The cluster network is not valid." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_NODE_UP", | |
"ExitCode": 5056, | |
"Hex Value": "0x13C0", | |
"Description": "The cluster node is up." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_IPADDR_IN_USE", | |
"ExitCode": 5057, | |
"Hex Value": "0x13C1", | |
"Description": "The cluster IP address is already in use." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_NODE_NOT_PAUSED", | |
"ExitCode": 5058, | |
"Hex Value": "0x13C2", | |
"Description": "The cluster node is not paused." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_NO_SECURITY_CONTEXT", | |
"ExitCode": 5059, | |
"Hex Value": "0x13C3", | |
"Description": "No cluster security context is available." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_NETWORK_NOT_INTERNAL", | |
"ExitCode": 5060, | |
"Hex Value": "0x13C4", | |
"Description": "The cluster network is not configured for internal cluster communication." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_NODE_ALREADY_UP", | |
"ExitCode": 5061, | |
"Hex Value": "0x13C5", | |
"Description": "The cluster node is already up." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_NODE_ALREADY_DOWN", | |
"ExitCode": 5062, | |
"Hex Value": "0x13C6", | |
"Description": "The cluster node is already down." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_NETWORK_ALREADY_ONLINE", | |
"ExitCode": 5063, | |
"Hex Value": "0x13C7", | |
"Description": "The cluster network is already online." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_NETWORK_ALREADY_OFFLINE", | |
"ExitCode": 5064, | |
"Hex Value": "0x13C8", | |
"Description": "The cluster network is already offline." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_NODE_ALREADY_MEMBER", | |
"ExitCode": 5065, | |
"Hex Value": "0x13C9", | |
"Description": "The cluster node is already a member of the cluster." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_LAST_INTERNAL_NETWORK", | |
"ExitCode": 5066, | |
"Hex Value": "0x13CA", | |
"Description": "The cluster network is the only one configured for internal cluster communication between two or more active cluster nodes. The internal communication capability cannot be removed from the network." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_NETWORK_HAS_DEPENDENTS", | |
"ExitCode": 5067, | |
"Hex Value": "0x13CB", | |
"Description": "One or more cluster resources depend on the network to provide service to clients. The client access capability cannot be removed from the network." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_OPERATION_ON_QUORUM", | |
"ExitCode": 5068, | |
"Hex Value": "0x13CC", | |
"Description": "This operation cannot be performed on the cluster resource as it the quorum resource. You may not bring the quorum resource offline or modify its possible owners list." | |
}, | |
{ | |
"ErrorString": "ERROR_DEPENDENCY_NOT_ALLOWED", | |
"ExitCode": 5069, | |
"Hex Value": "0x13CD", | |
"Description": "The cluster quorum resource is not allowed to have any dependencies." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_NODE_PAUSED", | |
"ExitCode": 5070, | |
"Hex Value": "0x13CE", | |
"Description": "The cluster node is paused." | |
}, | |
{ | |
"ErrorString": "ERROR_NODE_CANT_HOST_RESOURCE", | |
"ExitCode": 5071, | |
"Hex Value": "0x13CF", | |
"Description": "The cluster resource cannot be brought online. The owner node cannot run this resource." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_NODE_NOT_READY", | |
"ExitCode": 5072, | |
"Hex Value": "0x13D0", | |
"Description": "The cluster node is not ready to perform the requested operation." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_NODE_SHUTTING_DOWN", | |
"ExitCode": 5073, | |
"Hex Value": "0x13D1", | |
"Description": "The cluster node is shutting down." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_JOIN_ABORTED", | |
"ExitCode": 5074, | |
"Hex Value": "0x13D2", | |
"Description": "The cluster join operation was aborted." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_INCOMPATIBLE_VERSIONS", | |
"ExitCode": 5075, | |
"Hex Value": "0x13D3", | |
"Description": "The cluster join operation failed due to incompatible software versions between the joining node and its sponsor." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_MAXNUM_OF_RESOURCES_EXCEEDED", | |
"ExitCode": 5076, | |
"Hex Value": "0x13D4", | |
"Description": "This resource cannot be created because the cluster has reached the limit on the number of resources it can monitor." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_SYSTEM_CONFIG_CHANGED", | |
"ExitCode": 5077, | |
"Hex Value": "0x13D5", | |
"Description": "The system configuration changed during the cluster join or form operation. The join or form operation was aborted." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_RESOURCE_TYPE_NOT_FOUND", | |
"ExitCode": 5078, | |
"Hex Value": "0x13D6", | |
"Description": "The specified resource type was not found." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_RESTYPE_NOT_SUPPORTED", | |
"ExitCode": 5079, | |
"Hex Value": "0x13D7", | |
"Description": "The specified node does not support a resource of this type. This may be due to version inconsistencies or due to the absence of the resource DLL on this node." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_RESNAME_NOT_FOUND", | |
"ExitCode": 5080, | |
"Hex Value": "0x13D8", | |
"Description": "The specified resource name is not supported by this resource DLL. This may be due to a bad (or changed) name supplied to the resource DLL." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_NO_RPC_PACKAGES_REGISTERED", | |
"ExitCode": 5081, | |
"Hex Value": "0x13D9", | |
"Description": "No authentication package could be registered with the RPC server." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_OWNER_NOT_IN_PREFLIST", | |
"ExitCode": 5082, | |
"Hex Value": "0x13DA", | |
"Description": "You cannot bring the group online because the owner of the group is not in the preferred list for the group. To change the owner node for the group, move the group." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_DATABASE_SEQMISMATCH", | |
"ExitCode": 5083, | |
"Hex Value": "0x13DB", | |
"Description": "The join operation failed because the cluster database sequence number has changed or is incompatible with the locker node. This may happen during a join operation if the cluster database was changing during the join." | |
}, | |
{ | |
"ErrorString": "ERROR_RESMON_INVALID_STATE", | |
"ExitCode": 5084, | |
"Hex Value": "0x13DC", | |
"Description": "The resource monitor will not allow the fail operation to be performed while the resource is in its current state. This may happen if the resource is in a pending state." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_GUM_NOT_LOCKER", | |
"ExitCode": 5085, | |
"Hex Value": "0x13DD", | |
"Description": "A non locker code got a request to reserve the lock for making global updates." | |
}, | |
{ | |
"ErrorString": "ERROR_QUORUM_DISK_NOT_FOUND", | |
"ExitCode": 5086, | |
"Hex Value": "0x13DE", | |
"Description": "The quorum disk could not be located by the cluster service." | |
}, | |
{ | |
"ErrorString": "ERROR_DATABASE_BACKUP_CORRUPT", | |
"ExitCode": 5087, | |
"Hex Value": "0x13DF", | |
"Description": "The backed up cluster database is possibly corrupt." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_NODE_ALREADY_HAS_DFS_ROOT", | |
"ExitCode": 5088, | |
"Hex Value": "0x13E0", | |
"Description": "A DFS root already exists in this cluster node." | |
}, | |
{ | |
"ErrorString": "ERROR_RESOURCE_PROPERTY_UNCHANGEABLE", | |
"ExitCode": 5089, | |
"Hex Value": "0x13E1", | |
"Description": "An attempt to modify a resource property failed because it conflicts with another existing property." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_MEMBERSHIP_INVALID_STATE", | |
"ExitCode": 5890, | |
"Hex Value": "0x1702", | |
"Description": "An operation was attempted that is incompatible with the current membership state of the node." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_QUORUMLOG_NOT_FOUND", | |
"ExitCode": 5891, | |
"Hex Value": "0x1703", | |
"Description": "The quorum resource does not contain the quorum log." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_MEMBERSHIP_HALT", | |
"ExitCode": 5892, | |
"Hex Value": "0x1704", | |
"Description": "The membership engine requested shutdown of the cluster service on this node." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_INSTANCE_ID_MISMATCH", | |
"ExitCode": 5893, | |
"Hex Value": "0x1705", | |
"Description": "The join operation failed because the cluster instance ID of the joining node does not match the cluster instance ID of the sponsor node." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_NETWORK_NOT_FOUND_FOR_IP", | |
"ExitCode": 5894, | |
"Hex Value": "0x1706", | |
"Description": "A matching cluster network for the specified IP address could not be found." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_PROPERTY_DATA_TYPE_MISMATCH", | |
"ExitCode": 5895, | |
"Hex Value": "0x1707", | |
"Description": "The actual data type of the property did not match the expected data type of the property." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_EVICT_WITHOUT_CLEANUP", | |
"ExitCode": 5896, | |
"Hex Value": "0x1708", | |
"Description": "The cluster node was evicted from the cluster successfully, but the node was not cleaned up. To determine what cleanup steps failed and how to recover, see the Failover Clustering application event log using Event Viewer." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_PARAMETER_MISMATCH", | |
"ExitCode": 5897, | |
"Hex Value": "0x1709", | |
"Description": "Two or more parameter values specified for a resource\u0027s properties are in conflict." | |
}, | |
{ | |
"ErrorString": "ERROR_NODE_CANNOT_BE_CLUSTERED", | |
"ExitCode": 5898, | |
"Hex Value": "0x170A", | |
"Description": "This computer cannot be made a member of a cluster." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_WRONG_OS_VERSION", | |
"ExitCode": 5899, | |
"Hex Value": "0x170B", | |
"Description": "This computer cannot be made a member of a cluster because it does not have the correct version of Windows installed." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_CANT_CREATE_DUP_CLUSTER_NAME", | |
"ExitCode": 5900, | |
"Hex Value": "0x170C", | |
"Description": "A cluster cannot be created with the specified cluster name because that cluster name is already in use. Specify a different name for the cluster." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSCFG_ALREADY_COMMITTED", | |
"ExitCode": 5901, | |
"Hex Value": "0x170D", | |
"Description": "The cluster configuration action has already been committed." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSCFG_ROLLBACK_FAILED", | |
"ExitCode": 5902, | |
"Hex Value": "0x170E", | |
"Description": "The cluster configuration action could not be rolled back." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSCFG_SYSTEM_DISK_DRIVE_LETTER_CONFLICT", | |
"ExitCode": 5903, | |
"Hex Value": "0x170F", | |
"Description": "The drive letter assigned to a system disk on one node conflicted with the drive letter assigned to a disk on another node." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_OLD_VERSION", | |
"ExitCode": 5904, | |
"Hex Value": "0x1710", | |
"Description": "One or more nodes in the cluster are running a version of Windows that does not support this operation." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_MISMATCHED_COMPUTER_ACCT_NAME", | |
"ExitCode": 5905, | |
"Hex Value": "0x1711", | |
"Description": "The name of the corresponding computer account doesn\u0027t match the Network Name for this resource." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_NO_NET_ADAPTERS", | |
"ExitCode": 5906, | |
"Hex Value": "0x1712", | |
"Description": "No network adapters are available." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_POISONED", | |
"ExitCode": 5907, | |
"Hex Value": "0x1713", | |
"Description": "The cluster node has been poisoned." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_GROUP_MOVING", | |
"ExitCode": 5908, | |
"Hex Value": "0x1714", | |
"Description": "The group is unable to accept the request since it is moving to another node." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_RESOURCE_TYPE_BUSY", | |
"ExitCode": 5909, | |
"Hex Value": "0x1715", | |
"Description": "The resource type cannot accept the request since is too busy performing another operation." | |
}, | |
{ | |
"ErrorString": "ERROR_RESOURCE_CALL_TIMED_OUT", | |
"ExitCode": 5910, | |
"Hex Value": "0x1716", | |
"Description": "The call to the cluster resource DLL timed out." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_CLUSTER_IPV6_ADDRESS", | |
"ExitCode": 5911, | |
"Hex Value": "0x1717", | |
"Description": "The address is not valid for an IPv6 Address resource. A global IPv6 address is required, and it must match a cluster network. Compatibility addresses are not permitted." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_INTERNAL_INVALID_FUNCTION", | |
"ExitCode": 5912, | |
"Hex Value": "0x1718", | |
"Description": "An internal cluster error occurred. A call to an invalid function was attempted." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_PARAMETER_OUT_OF_BOUNDS", | |
"ExitCode": 5913, | |
"Hex Value": "0x1719", | |
"Description": "A parameter value is out of acceptable range." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_PARTIAL_SEND", | |
"ExitCode": 5914, | |
"Hex Value": "0x171A", | |
"Description": "A network error occurred while sending data to another node in the cluster. The number of bytes transmitted was less than required." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_REGISTRY_INVALID_FUNCTION", | |
"ExitCode": 5915, | |
"Hex Value": "0x171B", | |
"Description": "An invalid cluster registry operation was attempted." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_INVALID_STRING_TERMINATION", | |
"ExitCode": 5916, | |
"Hex Value": "0x171C", | |
"Description": "An input string of characters is not properly terminated." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_INVALID_STRING_FORMAT", | |
"ExitCode": 5917, | |
"Hex Value": "0x171D", | |
"Description": "An input string of characters is not in a valid format for the data it represents." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_DATABASE_TRANSACTION_IN_PROGRESS", | |
"ExitCode": 5918, | |
"Hex Value": "0x171E", | |
"Description": "An internal cluster error occurred. A cluster database transaction was attempted while a transaction was already in progress." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_DATABASE_TRANSACTION_NOT_IN_PROGRESS", | |
"ExitCode": 5919, | |
"Hex Value": "0x171F", | |
"Description": "An internal cluster error occurred. There was an attempt to commit a cluster database transaction while no transaction was in progress." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_NULL_DATA", | |
"ExitCode": 5920, | |
"Hex Value": "0x1720", | |
"Description": "An internal cluster error occurred. Data was not properly initialized." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_PARTIAL_READ", | |
"ExitCode": 5921, | |
"Hex Value": "0x1721", | |
"Description": "An error occurred while reading from a stream of data. An unexpected number of bytes was returned." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_PARTIAL_WRITE", | |
"ExitCode": 5922, | |
"Hex Value": "0x1722", | |
"Description": "An error occurred while writing to a stream of data. The required number of bytes could not be written." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_CANT_DESERIALIZE_DATA", | |
"ExitCode": 5923, | |
"Hex Value": "0x1723", | |
"Description": "An error occurred while deserializing a stream of cluster data." | |
}, | |
{ | |
"ErrorString": "ERROR_DEPENDENT_RESOURCE_PROPERTY_CONFLICT", | |
"ExitCode": 5924, | |
"Hex Value": "0x1724", | |
"Description": "One or more property values for this resource are in conflict with one or more property values associated with its dependent resource(s)." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_NO_QUORUM", | |
"ExitCode": 5925, | |
"Hex Value": "0x1725", | |
"Description": "A quorum of cluster nodes was not present to form a cluster." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_INVALID_IPV6_NETWORK", | |
"ExitCode": 5926, | |
"Hex Value": "0x1726", | |
"Description": "The cluster network is not valid for an IPv6 Address resource, or it does not match the configured address." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_INVALID_IPV6_TUNNEL_NETWORK", | |
"ExitCode": 5927, | |
"Hex Value": "0x1727", | |
"Description": "The cluster network is not valid for an IPv6 Tunnel resource. Check the configuration of the IP Address resource on which the IPv6 Tunnel resource depends." | |
}, | |
{ | |
"ErrorString": "ERROR_QUORUM_NOT_ALLOWED_IN_THIS_GROUP", | |
"ExitCode": 5928, | |
"Hex Value": "0x1728", | |
"Description": "Quorum resource cannot reside in the Available Storage group." | |
}, | |
{ | |
"ErrorString": "ERROR_DEPENDENCY_TREE_TOO_COMPLEX", | |
"ExitCode": 5929, | |
"Hex Value": "0x1729", | |
"Description": "The dependencies for this resource are nested too deeply." | |
}, | |
{ | |
"ErrorString": "ERROR_EXCEPTION_IN_RESOURCE_CALL", | |
"ExitCode": 5930, | |
"Hex Value": "0x172A", | |
"Description": "The call into the resource DLL raised an unhandled exception." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_RHS_FAILED_INITIALIZATION", | |
"ExitCode": 5931, | |
"Hex Value": "0x172B", | |
"Description": "The RHS process failed to initialize." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_NOT_INSTALLED", | |
"ExitCode": 5932, | |
"Hex Value": "0x172C", | |
"Description": "The Failover Clustering feature is not installed on this node." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_RESOURCES_MUST_BE_ONLINE_ON_THE_SAME_NODE", | |
"ExitCode": 5933, | |
"Hex Value": "0x172D", | |
"Description": "The resources must be online on the same node for this operation." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_MAX_NODES_IN_CLUSTER", | |
"ExitCode": 5934, | |
"Hex Value": "0x172E", | |
"Description": "A new node can not be added since this cluster is already at its maximum number of nodes." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_TOO_MANY_NODES", | |
"ExitCode": 5935, | |
"Hex Value": "0x172F", | |
"Description": "This cluster can not be created since the specified number of nodes exceeds the maximum allowed limit." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_OBJECT_ALREADY_USED", | |
"ExitCode": 5936, | |
"Hex Value": "0x1730", | |
"Description": "An attempt to use the specified cluster name failed because an enabled computer object with the given name already exists in the domain." | |
}, | |
{ | |
"ErrorString": "ERROR_NONCORE_GROUPS_FOUND", | |
"ExitCode": 5937, | |
"Hex Value": "0x1731", | |
"Description": "This cluster cannot be destroyed. It has non-core application groups which must be deleted before the cluster can be destroyed." | |
}, | |
{ | |
"ErrorString": "ERROR_FILE_SHARE_RESOURCE_CONFLICT", | |
"ExitCode": 5938, | |
"Hex Value": "0x1732", | |
"Description": "File share associated with file share witness resource cannot be hosted by this cluster or any of its nodes." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_EVICT_INVALID_REQUEST", | |
"ExitCode": 5939, | |
"Hex Value": "0x1733", | |
"Description": "Eviction of this node is invalid at this time. Due to quorum requirements node eviction will result in cluster shutdown. If it is the last node in the cluster, destroy cluster command should be used." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_SINGLETON_RESOURCE", | |
"ExitCode": 5940, | |
"Hex Value": "0x1734", | |
"Description": "Only one instance of this resource type is allowed in the cluster." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_GROUP_SINGLETON_RESOURCE", | |
"ExitCode": 5941, | |
"Hex Value": "0x1735", | |
"Description": "Only one instance of this resource type is allowed per resource group." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_RESOURCE_PROVIDER_FAILED", | |
"ExitCode": 5942, | |
"Hex Value": "0x1736", | |
"Description": "The resource failed to come online due to the failure of one or more provider resources." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_RESOURCE_CONFIGURATION_ERROR", | |
"ExitCode": 5943, | |
"Hex Value": "0x1737", | |
"Description": "The resource has indicated that it cannot come online on any node." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_GROUP_BUSY", | |
"ExitCode": 5944, | |
"Hex Value": "0x1738", | |
"Description": "The current operation cannot be performed on this group at this time." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_NOT_SHARED_VOLUME", | |
"ExitCode": 5945, | |
"Hex Value": "0x1739", | |
"Description": "The directory or file is not located on a cluster shared volume." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_INVALID_SECURITY_DESCRIPTOR", | |
"ExitCode": 5946, | |
"Hex Value": "0x173A", | |
"Description": "The Security Descriptor does not meet the requirements for a cluster." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_SHARED_VOLUMES_IN_USE", | |
"ExitCode": 5947, | |
"Hex Value": "0x173B", | |
"Description": "There is one or more shared volumes resources configured in the cluster. Those resources must be moved to available storage in order for operation to succeed." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_USE_SHARED_VOLUMES_API", | |
"ExitCode": 5948, | |
"Hex Value": "0x173C", | |
"Description": "This group or resource cannot be directly manipulated. Use shared volume APIs to perform desired operation." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_BACKUP_IN_PROGRESS", | |
"ExitCode": 5949, | |
"Hex Value": "0x173D", | |
"Description": "Back up is in progress. Please wait for backup completion before trying this operation again." | |
}, | |
{ | |
"ErrorString": "ERROR_NON_CSV_PATH", | |
"ExitCode": 5950, | |
"Hex Value": "0x173E", | |
"Description": "The path does not belong to a cluster shared volume." | |
}, | |
{ | |
"ErrorString": "ERROR_CSV_VOLUME_NOT_LOCAL", | |
"ExitCode": 5951, | |
"Hex Value": "0x173F", | |
"Description": "The cluster shared volume is not locally mounted on this node." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_WATCHDOG_TERMINATING", | |
"ExitCode": 5952, | |
"Hex Value": "0x1740", | |
"Description": "The cluster watchdog is terminating." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_RESOURCE_VETOED_MOVE_INCOMPATIBLE_NODES", | |
"ExitCode": 5953, | |
"Hex Value": "0x1741", | |
"Description": "A resource vetoed a move between two nodes because they are incompatible." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_INVALID_NODE_WEIGHT", | |
"ExitCode": 5954, | |
"Hex Value": "0x1742", | |
"Description": "The request is invalid either because node weight cannot be changed while the cluster is in disk-only quorum mode, or because changing the node weight would violate the minimum cluster quorum requirements." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_RESOURCE_VETOED_CALL", | |
"ExitCode": 5955, | |
"Hex Value": "0x1743", | |
"Description": "The resource vetoed the call." | |
}, | |
{ | |
"ErrorString": "ERROR_RESMON_SYSTEM_RESOURCES_LACKING", | |
"ExitCode": 5956, | |
"Hex Value": "0x1744", | |
"Description": "Resource could not start or run because it could not reserve sufficient system resources." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_RESOURCE_VETOED_MOVE_NOT_ENOUGH_RESOURCES_ON_DESTINATION", | |
"ExitCode": 5957, | |
"Hex Value": "0x1745", | |
"Description": "A resource vetoed a move between two nodes because the destination currently does not have enough resources to complete the operation." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_RESOURCE_VETOED_MOVE_NOT_ENOUGH_RESOURCES_ON_SOURCE", | |
"ExitCode": 5958, | |
"Hex Value": "0x1746", | |
"Description": "A resource vetoed a move between two nodes because the source currently does not have enough resources to complete the operation." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_GROUP_QUEUED", | |
"ExitCode": 5959, | |
"Hex Value": "0x1747", | |
"Description": "The requested operation can not be completed because the group is queued for an operation." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_RESOURCE_LOCKED_STATUS", | |
"ExitCode": 5960, | |
"Hex Value": "0x1748", | |
"Description": "The requested operation can not be completed because a resource has locked status." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_SHARED_VOLUME_FAILOVER_NOT_ALLOWED", | |
"ExitCode": 5961, | |
"Hex Value": "0x1749", | |
"Description": "The resource cannot move to another node because a cluster shared volume vetoed the operation." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_NODE_DRAIN_IN_PROGRESS", | |
"ExitCode": 5962, | |
"Hex Value": "0x174A", | |
"Description": { | |
"value": [ | |
"A node drain is already in progress.", | |
"A node drain is already in progress.This value was also named ERROR_CLUSTER_NODE_EVACUATION_IN_PROGRESS" | |
], | |
"Count": 2 | |
} | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_DISK_NOT_CONNECTED", | |
"ExitCode": 5963, | |
"Hex Value": "0x174B", | |
"Description": "Clustered storage is not connected to the node." | |
}, | |
{ | |
"ErrorString": "ERROR_DISK_NOT_CSV_CAPABLE", | |
"ExitCode": 5964, | |
"Hex Value": "0x174C", | |
"Description": "The disk is not configured in a way to be used with CSV. CSV disks must have at least one partition that is formatted with NTFS." | |
}, | |
{ | |
"ErrorString": "ERROR_RESOURCE_NOT_IN_AVAILABLE_STORAGE", | |
"ExitCode": 5965, | |
"Hex Value": "0x174D", | |
"Description": "The resource must be part of the Available Storage group to complete this action." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_SHARED_VOLUME_REDIRECTED", | |
"ExitCode": 5966, | |
"Hex Value": "0x174E", | |
"Description": "CSVFS failed operation as volume is in redirected mode." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_SHARED_VOLUME_NOT_REDIRECTED", | |
"ExitCode": 5967, | |
"Hex Value": "0x174F", | |
"Description": "CSVFS failed operation as volume is not in redirected mode." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_CANNOT_RETURN_PROPERTIES", | |
"ExitCode": 5968, | |
"Hex Value": "0x1750", | |
"Description": "Cluster properties cannot be returned at this time." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_RESOURCE_CONTAINS_UNSUPPORTED_DIFF_AREA_FOR_SHARED_VOLUMES", | |
"ExitCode": 5969, | |
"Hex Value": "0x1751", | |
"Description": "The clustered disk resource contains software snapshot diff area that are not supported for Cluster Shared Volumes." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_RESOURCE_IS_IN_MAINTENANCE_MODE", | |
"ExitCode": 5970, | |
"Hex Value": "0x1752", | |
"Description": "The operation cannot be completed because the resource is in maintenance mode." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_AFFINITY_CONFLICT", | |
"ExitCode": 5971, | |
"Hex Value": "0x1753", | |
"Description": "The operation cannot be completed because of cluster affinity conflicts." | |
}, | |
{ | |
"ErrorString": "ERROR_CLUSTER_RESOURCE_IS_REPLICA_VIRTUAL_MACHINE", | |
"ExitCode": 5972, | |
"Hex Value": "0x1754", | |
"Description": "The operation cannot be completed because the resource is a replica virtual machine." | |
}, | |
{ | |
"ErrorString": "ERROR_ENCRYPTION_FAILED", | |
"ExitCode": 6000, | |
"Hex Value": "0x1770", | |
"Description": "The specified file could not be encrypted." | |
}, | |
{ | |
"ErrorString": "ERROR_DECRYPTION_FAILED", | |
"ExitCode": 6001, | |
"Hex Value": "0x1771", | |
"Description": "The specified file could not be decrypted." | |
}, | |
{ | |
"ErrorString": "ERROR_FILE_ENCRYPTED", | |
"ExitCode": 6002, | |
"Hex Value": "0x1772", | |
"Description": "The specified file is encrypted and the user does not have the ability to decrypt it." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_RECOVERY_POLICY", | |
"ExitCode": 6003, | |
"Hex Value": "0x1773", | |
"Description": "There is no valid encryption recovery policy configured for this system." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_EFS", | |
"ExitCode": 6004, | |
"Hex Value": "0x1774", | |
"Description": "The required encryption driver is not loaded for this system." | |
}, | |
{ | |
"ErrorString": "ERROR_WRONG_EFS", | |
"ExitCode": 6005, | |
"Hex Value": "0x1775", | |
"Description": "The file was encrypted with a different encryption driver than is currently loaded." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_USER_KEYS", | |
"ExitCode": 6006, | |
"Hex Value": "0x1776", | |
"Description": "There are no EFS keys defined for the user." | |
}, | |
{ | |
"ErrorString": "ERROR_FILE_NOT_ENCRYPTED", | |
"ExitCode": 6007, | |
"Hex Value": "0x1777", | |
"Description": "The specified file is not encrypted." | |
}, | |
{ | |
"ErrorString": "ERROR_NOT_EXPORT_FORMAT", | |
"ExitCode": 6008, | |
"Hex Value": "0x1778", | |
"Description": "The specified file is not in the defined EFS export format." | |
}, | |
{ | |
"ErrorString": "ERROR_FILE_READ_ONLY", | |
"ExitCode": 6009, | |
"Hex Value": "0x1779", | |
"Description": "The specified file is read only." | |
}, | |
{ | |
"ErrorString": "ERROR_DIR_EFS_DISALLOWED", | |
"ExitCode": 6010, | |
"Hex Value": "0x177A", | |
"Description": "The directory has been disabled for encryption." | |
}, | |
{ | |
"ErrorString": "ERROR_EFS_SERVER_NOT_TRUSTED", | |
"ExitCode": 6011, | |
"Hex Value": "0x177B", | |
"Description": "The server is not trusted for remote encryption operation." | |
}, | |
{ | |
"ErrorString": "ERROR_BAD_RECOVERY_POLICY", | |
"ExitCode": 6012, | |
"Hex Value": "0x177C", | |
"Description": "Recovery policy configured for this system contains invalid recovery certificate." | |
}, | |
{ | |
"ErrorString": "ERROR_EFS_ALG_BLOB_TOO_BIG", | |
"ExitCode": 6013, | |
"Hex Value": "0x177D", | |
"Description": "The encryption algorithm used on the source file needs a bigger key buffer than the one on the destination file." | |
}, | |
{ | |
"ErrorString": "ERROR_VOLUME_NOT_SUPPORT_EFS", | |
"ExitCode": 6014, | |
"Hex Value": "0x177E", | |
"Description": "The disk partition does not support file encryption." | |
}, | |
{ | |
"ErrorString": "ERROR_EFS_DISABLED", | |
"ExitCode": 6015, | |
"Hex Value": "0x177F", | |
"Description": "This machine is disabled for file encryption." | |
}, | |
{ | |
"ErrorString": "ERROR_EFS_VERSION_NOT_SUPPORT", | |
"ExitCode": 6016, | |
"Hex Value": "0x1780", | |
"Description": "A newer system is required to decrypt this encrypted file." | |
}, | |
{ | |
"ErrorString": "ERROR_CS_ENCRYPTION_INVALID_SERVER_RESPONSE", | |
"ExitCode": 6017, | |
"Hex Value": "0x1781", | |
"Description": "The remote server sent an invalid response for a file being opened with Client Side Encryption." | |
}, | |
{ | |
"ErrorString": "ERROR_CS_ENCRYPTION_UNSUPPORTED_SERVER", | |
"ExitCode": 6018, | |
"Hex Value": "0x1782", | |
"Description": "Client Side Encryption is not supported by the remote server even though it claims to support it." | |
}, | |
{ | |
"ErrorString": "ERROR_CS_ENCRYPTION_EXISTING_ENCRYPTED_FILE", | |
"ExitCode": 6019, | |
"Hex Value": "0x1783", | |
"Description": "File is encrypted and should be opened in Client Side Encryption mode." | |
}, | |
{ | |
"ErrorString": "ERROR_CS_ENCRYPTION_NEW_ENCRYPTED_FILE", | |
"ExitCode": 6020, | |
"Hex Value": "0x1784", | |
"Description": "A new encrypted file is being created and a $EFS needs to be provided." | |
}, | |
{ | |
"ErrorString": "ERROR_CS_ENCRYPTION_FILE_NOT_CSE", | |
"ExitCode": 6021, | |
"Hex Value": "0x1785", | |
"Description": "The SMB client requested a CSE FSCTL on a non-CSE file." | |
}, | |
{ | |
"ErrorString": "ERROR_ENCRYPTION_POLICY_DENIES_OPERATION", | |
"ExitCode": 6022, | |
"Hex Value": "0x1786", | |
"Description": "The requested operation was blocked by policy. For more information, contact your system administrator." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_BROWSER_SERVERS_FOUND", | |
"ExitCode": 6118, | |
"Hex Value": "0x17E6", | |
"Description": "The list of servers for this workgroup is not currently available." | |
}, | |
{ | |
"ErrorString": "SCHED_E_SERVICE_NOT_LOCALSYSTEM", | |
"ExitCode": 6200, | |
"Hex Value": "0x1838", | |
"Description": "The Task Scheduler service must be configured to run in the System account to function properly. Individual tasks may be configured to run in other accounts." | |
}, | |
{ | |
"ErrorString": "ERROR_LOG_SECTOR_INVALID", | |
"ExitCode": 6600, | |
"Hex Value": "0x19C8", | |
"Description": "Log service encountered an invalid log sector." | |
}, | |
{ | |
"ErrorString": "ERROR_LOG_SECTOR_PARITY_INVALID", | |
"ExitCode": 6601, | |
"Hex Value": "0x19C9", | |
"Description": "Log service encountered a log sector with invalid block parity." | |
}, | |
{ | |
"ErrorString": "ERROR_LOG_SECTOR_REMAPPED", | |
"ExitCode": 6602, | |
"Hex Value": "0x19CA", | |
"Description": "Log service encountered a remapped log sector." | |
}, | |
{ | |
"ErrorString": "ERROR_LOG_BLOCK_INCOMPLETE", | |
"ExitCode": 6603, | |
"Hex Value": "0x19CB", | |
"Description": "Log service encountered a partial or incomplete log block." | |
}, | |
{ | |
"ErrorString": "ERROR_LOG_INVALID_RANGE", | |
"ExitCode": 6604, | |
"Hex Value": "0x19CC", | |
"Description": "Log service encountered an attempt access data outside the active log range." | |
}, | |
{ | |
"ErrorString": "ERROR_LOG_BLOCKS_EXHAUSTED", | |
"ExitCode": 6605, | |
"Hex Value": "0x19CD", | |
"Description": "Log service user marshalling buffers are exhausted." | |
}, | |
{ | |
"ErrorString": "ERROR_LOG_READ_CONTEXT_INVALID", | |
"ExitCode": 6606, | |
"Hex Value": "0x19CE", | |
"Description": "Log service encountered an attempt read from a marshalling area with an invalid read context." | |
}, | |
{ | |
"ErrorString": "ERROR_LOG_RESTART_INVALID", | |
"ExitCode": 6607, | |
"Hex Value": "0x19CF", | |
"Description": "Log service encountered an invalid log restart area." | |
}, | |
{ | |
"ErrorString": "ERROR_LOG_BLOCK_VERSION", | |
"ExitCode": 6608, | |
"Hex Value": "0x19D0", | |
"Description": "Log service encountered an invalid log block version." | |
}, | |
{ | |
"ErrorString": "ERROR_LOG_BLOCK_INVALID", | |
"ExitCode": 6609, | |
"Hex Value": "0x19D1", | |
"Description": "Log service encountered an invalid log block." | |
}, | |
{ | |
"ErrorString": "ERROR_LOG_READ_MODE_INVALID", | |
"ExitCode": 6610, | |
"Hex Value": "0x19D2", | |
"Description": "Log service encountered an attempt to read the log with an invalid read mode." | |
}, | |
{ | |
"ErrorString": "ERROR_LOG_NO_RESTART", | |
"ExitCode": 6611, | |
"Hex Value": "0x19D3", | |
"Description": "Log service encountered a log stream with no restart area." | |
}, | |
{ | |
"ErrorString": "ERROR_LOG_METADATA_CORRUPT", | |
"ExitCode": 6612, | |
"Hex Value": "0x19D4", | |
"Description": "Log service encountered a corrupted metadata file." | |
}, | |
{ | |
"ErrorString": "ERROR_LOG_METADATA_INVALID", | |
"ExitCode": 6613, | |
"Hex Value": "0x19D5", | |
"Description": "Log service encountered a metadata file that could not be created by the log file system." | |
}, | |
{ | |
"ErrorString": "ERROR_LOG_METADATA_INCONSISTENT", | |
"ExitCode": 6614, | |
"Hex Value": "0x19D6", | |
"Description": "Log service encountered a metadata file with inconsistent data." | |
}, | |
{ | |
"ErrorString": "ERROR_LOG_RESERVATION_INVALID", | |
"ExitCode": 6615, | |
"Hex Value": "0x19D7", | |
"Description": "Log service encountered an attempt to erroneous allocate or dispose reservation space." | |
}, | |
{ | |
"ErrorString": "ERROR_LOG_CANT_DELETE", | |
"ExitCode": 6616, | |
"Hex Value": "0x19D8", | |
"Description": "Log service cannot delete log file or file system container." | |
}, | |
{ | |
"ErrorString": "ERROR_LOG_CONTAINER_LIMIT_EXCEEDED", | |
"ExitCode": 6617, | |
"Hex Value": "0x19D9", | |
"Description": "Log service has reached the maximum allowable containers allocated to a log file." | |
}, | |
{ | |
"ErrorString": "ERROR_LOG_START_OF_LOG", | |
"ExitCode": 6618, | |
"Hex Value": "0x19DA", | |
"Description": "Log service has attempted to read or write backward past the start of the log." | |
}, | |
{ | |
"ErrorString": "ERROR_LOG_POLICY_ALREADY_INSTALLED", | |
"ExitCode": 6619, | |
"Hex Value": "0x19DB", | |
"Description": "Log policy could not be installed because a policy of the same type is already present." | |
}, | |
{ | |
"ErrorString": "ERROR_LOG_POLICY_NOT_INSTALLED", | |
"ExitCode": 6620, | |
"Hex Value": "0x19DC", | |
"Description": "Log policy in question was not installed at the time of the request." | |
}, | |
{ | |
"ErrorString": "ERROR_LOG_POLICY_INVALID", | |
"ExitCode": 6621, | |
"Hex Value": "0x19DD", | |
"Description": "The installed set of policies on the log is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_LOG_POLICY_CONFLICT", | |
"ExitCode": 6622, | |
"Hex Value": "0x19DE", | |
"Description": "A policy on the log in question prevented the operation from completing." | |
}, | |
{ | |
"ErrorString": "ERROR_LOG_PINNED_ARCHIVE_TAIL", | |
"ExitCode": 6623, | |
"Hex Value": "0x19DF", | |
"Description": "Log space cannot be reclaimed because the log is pinned by the archive tail." | |
}, | |
{ | |
"ErrorString": "ERROR_LOG_RECORD_NONEXISTENT", | |
"ExitCode": 6624, | |
"Hex Value": "0x19E0", | |
"Description": "Log record is not a record in the log file." | |
}, | |
{ | |
"ErrorString": "ERROR_LOG_RECORDS_RESERVED_INVALID", | |
"ExitCode": 6625, | |
"Hex Value": "0x19E1", | |
"Description": "Number of reserved log records or the adjustment of the number of reserved log records is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_LOG_SPACE_RESERVED_INVALID", | |
"ExitCode": 6626, | |
"Hex Value": "0x19E2", | |
"Description": "Reserved log space or the adjustment of the log space is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_LOG_TAIL_INVALID", | |
"ExitCode": 6627, | |
"Hex Value": "0x19E3", | |
"Description": "An new or existing archive tail or base of the active log is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_LOG_FULL", | |
"ExitCode": 6628, | |
"Hex Value": "0x19E4", | |
"Description": "Log space is exhausted." | |
}, | |
{ | |
"ErrorString": "ERROR_COULD_NOT_RESIZE_LOG", | |
"ExitCode": 6629, | |
"Hex Value": "0x19E5", | |
"Description": "The log could not be set to the requested size." | |
}, | |
{ | |
"ErrorString": "ERROR_LOG_MULTIPLEXED", | |
"ExitCode": 6630, | |
"Hex Value": "0x19E6", | |
"Description": "Log is multiplexed, no direct writes to the physical log is allowed." | |
}, | |
{ | |
"ErrorString": "ERROR_LOG_DEDICATED", | |
"ExitCode": 6631, | |
"Hex Value": "0x19E7", | |
"Description": "The operation failed because the log is a dedicated log." | |
}, | |
{ | |
"ErrorString": "ERROR_LOG_ARCHIVE_NOT_IN_PROGRESS", | |
"ExitCode": 6632, | |
"Hex Value": "0x19E8", | |
"Description": "The operation requires an archive context." | |
}, | |
{ | |
"ErrorString": "ERROR_LOG_ARCHIVE_IN_PROGRESS", | |
"ExitCode": 6633, | |
"Hex Value": "0x19E9", | |
"Description": "Log archival is in progress." | |
}, | |
{ | |
"ErrorString": "ERROR_LOG_EPHEMERAL", | |
"ExitCode": 6634, | |
"Hex Value": "0x19EA", | |
"Description": "The operation requires a non-ephemeral log, but the log is ephemeral." | |
}, | |
{ | |
"ErrorString": "ERROR_LOG_NOT_ENOUGH_CONTAINERS", | |
"ExitCode": 6635, | |
"Hex Value": "0x19EB", | |
"Description": "The log must have at least two containers before it can be read from or written to." | |
}, | |
{ | |
"ErrorString": "ERROR_LOG_CLIENT_ALREADY_REGISTERED", | |
"ExitCode": 6636, | |
"Hex Value": "0x19EC", | |
"Description": "A log client has already registered on the stream." | |
}, | |
{ | |
"ErrorString": "ERROR_LOG_CLIENT_NOT_REGISTERED", | |
"ExitCode": 6637, | |
"Hex Value": "0x19ED", | |
"Description": "A log client has not been registered on the stream." | |
}, | |
{ | |
"ErrorString": "ERROR_LOG_FULL_HANDLER_IN_PROGRESS", | |
"ExitCode": 6638, | |
"Hex Value": "0x19EE", | |
"Description": "A request has already been made to handle the log full condition." | |
}, | |
{ | |
"ErrorString": "ERROR_LOG_CONTAINER_READ_FAILED", | |
"ExitCode": 6639, | |
"Hex Value": "0x19EF", | |
"Description": "Log service encountered an error when attempting to read from a log container." | |
}, | |
{ | |
"ErrorString": "ERROR_LOG_CONTAINER_WRITE_FAILED", | |
"ExitCode": 6640, | |
"Hex Value": "0x19F0", | |
"Description": "Log service encountered an error when attempting to write to a log container." | |
}, | |
{ | |
"ErrorString": "ERROR_LOG_CONTAINER_OPEN_FAILED", | |
"ExitCode": 6641, | |
"Hex Value": "0x19F1", | |
"Description": "Log service encountered an error when attempting open a log container." | |
}, | |
{ | |
"ErrorString": "ERROR_LOG_CONTAINER_STATE_INVALID", | |
"ExitCode": 6642, | |
"Hex Value": "0x19F2", | |
"Description": "Log service encountered an invalid container state when attempting a requested action." | |
}, | |
{ | |
"ErrorString": "ERROR_LOG_STATE_INVALID", | |
"ExitCode": 6643, | |
"Hex Value": "0x19F3", | |
"Description": "Log service is not in the correct state to perform a requested action." | |
}, | |
{ | |
"ErrorString": "ERROR_LOG_PINNED", | |
"ExitCode": 6644, | |
"Hex Value": "0x19F4", | |
"Description": "Log space cannot be reclaimed because the log is pinned." | |
}, | |
{ | |
"ErrorString": "ERROR_LOG_METADATA_FLUSH_FAILED", | |
"ExitCode": 6645, | |
"Hex Value": "0x19F5", | |
"Description": "Log metadata flush failed." | |
}, | |
{ | |
"ErrorString": "ERROR_LOG_INCONSISTENT_SECURITY", | |
"ExitCode": 6646, | |
"Hex Value": "0x19F6", | |
"Description": "Security on the log and its containers is inconsistent." | |
}, | |
{ | |
"ErrorString": "ERROR_LOG_APPENDED_FLUSH_FAILED", | |
"ExitCode": 6647, | |
"Hex Value": "0x19F7", | |
"Description": "Records were appended to the log or reservation changes were made, but the log could not be flushed." | |
}, | |
{ | |
"ErrorString": "ERROR_LOG_PINNED_RESERVATION", | |
"ExitCode": 6648, | |
"Hex Value": "0x19F8", | |
"Description": "The log is pinned due to reservation consuming most of the log space. Free some reserved records to make space available." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_TRANSACTION", | |
"ExitCode": 6700, | |
"Hex Value": "0x1A2C", | |
"Description": "The transaction handle associated with this operation is not valid." | |
}, | |
{ | |
"ErrorString": "ERROR_TRANSACTION_NOT_ACTIVE", | |
"ExitCode": 6701, | |
"Hex Value": "0x1A2D", | |
"Description": "The requested operation was made in the context of a transaction that is no longer active." | |
}, | |
{ | |
"ErrorString": "ERROR_TRANSACTION_REQUEST_NOT_VALID", | |
"ExitCode": 6702, | |
"Hex Value": "0x1A2E", | |
"Description": "The requested operation is not valid on the Transaction object in its current state." | |
}, | |
{ | |
"ErrorString": "ERROR_TRANSACTION_NOT_REQUESTED", | |
"ExitCode": 6703, | |
"Hex Value": "0x1A2F", | |
"Description": "The caller has called a response API, but the response is not expected because the TM did not issue the corresponding request to the caller." | |
}, | |
{ | |
"ErrorString": "ERROR_TRANSACTION_ALREADY_ABORTED", | |
"ExitCode": 6704, | |
"Hex Value": "0x1A30", | |
"Description": "It is too late to perform the requested operation, since the Transaction has already been aborted." | |
}, | |
{ | |
"ErrorString": "ERROR_TRANSACTION_ALREADY_COMMITTED", | |
"ExitCode": 6705, | |
"Hex Value": "0x1A31", | |
"Description": "It is too late to perform the requested operation, since the Transaction has already been committed." | |
}, | |
{ | |
"ErrorString": "ERROR_TM_INITIALIZATION_FAILED", | |
"ExitCode": 6706, | |
"Hex Value": "0x1A32", | |
"Description": "The Transaction Manager was unable to be successfully initialized. Transacted operations are not supported." | |
}, | |
{ | |
"ErrorString": "ERROR_RESOURCEMANAGER_READ_ONLY", | |
"ExitCode": 6707, | |
"Hex Value": "0x1A33", | |
"Description": "The specified ResourceManager made no changes or updates to the resource under this transaction." | |
}, | |
{ | |
"ErrorString": "ERROR_TRANSACTION_NOT_JOINED", | |
"ExitCode": 6708, | |
"Hex Value": "0x1A34", | |
"Description": "The resource manager has attempted to prepare a transaction that it has not successfully joined." | |
}, | |
{ | |
"ErrorString": "ERROR_TRANSACTION_SUPERIOR_EXISTS", | |
"ExitCode": 6709, | |
"Hex Value": "0x1A35", | |
"Description": "The Transaction object already has a superior enlistment, and the caller attempted an operation that would have created a new superior. Only a single superior enlistment is allow." | |
}, | |
{ | |
"ErrorString": "ERROR_CRM_PROTOCOL_ALREADY_EXISTS", | |
"ExitCode": 6710, | |
"Hex Value": "0x1A36", | |
"Description": "The RM tried to register a protocol that already exists." | |
}, | |
{ | |
"ErrorString": "ERROR_TRANSACTION_PROPAGATION_FAILED", | |
"ExitCode": 6711, | |
"Hex Value": "0x1A37", | |
"Description": "The attempt to propagate the Transaction failed." | |
}, | |
{ | |
"ErrorString": "ERROR_CRM_PROTOCOL_NOT_FOUND", | |
"ExitCode": 6712, | |
"Hex Value": "0x1A38", | |
"Description": "The requested propagation protocol was not registered as a CRM." | |
}, | |
{ | |
"ErrorString": "ERROR_TRANSACTION_INVALID_MARSHALL_BUFFER", | |
"ExitCode": 6713, | |
"Hex Value": "0x1A39", | |
"Description": "The buffer passed in to PushTransaction or PullTransaction is not in a valid format." | |
}, | |
{ | |
"ErrorString": "ERROR_CURRENT_TRANSACTION_NOT_VALID", | |
"ExitCode": 6714, | |
"Hex Value": "0x1A3A", | |
"Description": "The current transaction context associated with the thread is not a valid handle to a transaction object." | |
}, | |
{ | |
"ErrorString": "ERROR_TRANSACTION_NOT_FOUND", | |
"ExitCode": 6715, | |
"Hex Value": "0x1A3B", | |
"Description": "The specified Transaction object could not be opened, because it was not found." | |
}, | |
{ | |
"ErrorString": "ERROR_RESOURCEMANAGER_NOT_FOUND", | |
"ExitCode": 6716, | |
"Hex Value": "0x1A3C", | |
"Description": "The specified ResourceManager object could not be opened, because it was not found." | |
}, | |
{ | |
"ErrorString": "ERROR_ENLISTMENT_NOT_FOUND", | |
"ExitCode": 6717, | |
"Hex Value": "0x1A3D", | |
"Description": "The specified Enlistment object could not be opened, because it was not found." | |
}, | |
{ | |
"ErrorString": "ERROR_TRANSACTIONMANAGER_NOT_FOUND", | |
"ExitCode": 6718, | |
"Hex Value": "0x1A3E", | |
"Description": "The specified TransactionManager object could not be opened, because it was not found." | |
}, | |
{ | |
"ErrorString": "ERROR_TRANSACTIONMANAGER_NOT_ONLINE", | |
"ExitCode": 6719, | |
"Hex Value": "0x1A3F", | |
"Description": "The object specified could not be created or opened, because its associated TransactionManager is not online. The TransactionManager must be brought fully Online by calling RecoverTransactionManager to recover to the end of its LogFile before objects in its Transaction or ResourceManager namespaces can be opened. In addition, errors in writing records to its LogFile can cause a TransactionManager to go offline." | |
}, | |
{ | |
"ErrorString": "ERROR_TRANSACTIONMANAGER_RECOVERY_NAME_COLLISION", | |
"ExitCode": 6720, | |
"Hex Value": "0x1A40", | |
"Description": "The specified TransactionManager was unable to create the objects contained in its logfile in the Ob namespace. Therefore, the TransactionManager was unable to recover." | |
}, | |
{ | |
"ErrorString": "ERROR_TRANSACTION_NOT_ROOT", | |
"ExitCode": 6721, | |
"Hex Value": "0x1A41", | |
"Description": "The call to create a superior Enlistment on this Transaction object could not be completed, because the Transaction object specified for the enlistment is a subordinate branch of the Transaction. Only the root of the Transaction can be enlisted on as a superior." | |
}, | |
{ | |
"ErrorString": "ERROR_TRANSACTION_OBJECT_EXPIRED", | |
"ExitCode": 6722, | |
"Hex Value": "0x1A42", | |
"Description": "Because the associated transaction manager or resource manager has been closed, the handle is no longer valid." | |
}, | |
{ | |
"ErrorString": "ERROR_TRANSACTION_RESPONSE_NOT_ENLISTED", | |
"ExitCode": 6723, | |
"Hex Value": "0x1A43", | |
"Description": "The specified operation could not be performed on this Superior enlistment, because the enlistment was not created with the corresponding completion response in the NotificationMask." | |
}, | |
{ | |
"ErrorString": "ERROR_TRANSACTION_RECORD_TOO_LONG", | |
"ExitCode": 6724, | |
"Hex Value": "0x1A44", | |
"Description": "The specified operation could not be performed, because the record that would be logged was too long. This can occur because of two conditions: either there are too many Enlistments on this Transaction, or the combined RecoveryInformation being logged on behalf of those Enlistments is too long." | |
}, | |
{ | |
"ErrorString": "ERROR_IMPLICIT_TRANSACTION_NOT_SUPPORTED", | |
"ExitCode": 6725, | |
"Hex Value": "0x1A45", | |
"Description": "Implicit transaction are not supported." | |
}, | |
{ | |
"ErrorString": "ERROR_TRANSACTION_INTEGRITY_VIOLATED", | |
"ExitCode": 6726, | |
"Hex Value": "0x1A46", | |
"Description": "The kernel transaction manager had to abort or forget the transaction because it blocked forward progress." | |
}, | |
{ | |
"ErrorString": "ERROR_TRANSACTIONMANAGER_IDENTITY_MISMATCH", | |
"ExitCode": 6727, | |
"Hex Value": "0x1A47", | |
"Description": "The TransactionManager identity that was supplied did not match the one recorded in the TransactionManager\u0027s log file." | |
}, | |
{ | |
"ErrorString": "ERROR_RM_CANNOT_BE_FROZEN_FOR_SNAPSHOT", | |
"ExitCode": 6728, | |
"Hex Value": "0x1A48", | |
"Description": "This snapshot operation cannot continue because a transactional resource manager cannot be frozen in its current state. Please try again." | |
}, | |
{ | |
"ErrorString": "ERROR_TRANSACTION_MUST_WRITETHROUGH", | |
"ExitCode": 6729, | |
"Hex Value": "0x1A49", | |
"Description": "The transaction cannot be enlisted on with the specified EnlistmentMask, because the transaction has already completed the PrePrepare phase. In order to ensure correctness, the ResourceManager must switch to a write- through mode and cease caching data within this transaction. Enlisting for only subsequent transaction phases may still succeed." | |
}, | |
{ | |
"ErrorString": "ERROR_TRANSACTION_NO_SUPERIOR", | |
"ExitCode": 6730, | |
"Hex Value": "0x1A4A", | |
"Description": "The transaction does not have a superior enlistment." | |
}, | |
{ | |
"ErrorString": "ERROR_HEURISTIC_DAMAGE_POSSIBLE", | |
"ExitCode": 6731, | |
"Hex Value": "0x1A4B", | |
"Description": "The attempt to commit the Transaction completed, but it is possible that some portion of the transaction tree did not commit successfully due to heuristics. Therefore it is possible that some data modified in the transaction may not have committed, resulting in transactional inconsistency. If possible, check the consistency of the associated data." | |
}, | |
{ | |
"ErrorString": "ERROR_TRANSACTIONAL_CONFLICT", | |
"ExitCode": 6800, | |
"Hex Value": "0x1A90", | |
"Description": "The function attempted to use a name that is reserved for use by another transaction." | |
}, | |
{ | |
"ErrorString": "ERROR_RM_NOT_ACTIVE", | |
"ExitCode": 6801, | |
"Hex Value": "0x1A91", | |
"Description": "Transaction support within the specified resource manager is not started or was shut down due to an error." | |
}, | |
{ | |
"ErrorString": "ERROR_RM_METADATA_CORRUPT", | |
"ExitCode": 6802, | |
"Hex Value": "0x1A92", | |
"Description": "The metadata of the RM has been corrupted. The RM will not function." | |
}, | |
{ | |
"ErrorString": "ERROR_DIRECTORY_NOT_RM", | |
"ExitCode": 6803, | |
"Hex Value": "0x1A93", | |
"Description": "The specified directory does not contain a resource manager." | |
}, | |
{ | |
"ErrorString": "ERROR_TRANSACTIONS_UNSUPPORTED_REMOTE", | |
"ExitCode": 6805, | |
"Hex Value": "0x1A95", | |
"Description": "The remote server or share does not support transacted file operations." | |
}, | |
{ | |
"ErrorString": "ERROR_LOG_RESIZE_INVALID_SIZE", | |
"ExitCode": 6806, | |
"Hex Value": "0x1A96", | |
"Description": "The requested log size is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_OBJECT_NO_LONGER_EXISTS", | |
"ExitCode": 6807, | |
"Hex Value": "0x1A97", | |
"Description": "The object (file, stream, link) corresponding to the handle has been deleted by a Transaction Savepoint Rollback." | |
}, | |
{ | |
"ErrorString": "ERROR_STREAM_MINIVERSION_NOT_FOUND", | |
"ExitCode": 6808, | |
"Hex Value": "0x1A98", | |
"Description": "The specified file miniversion was not found for this transacted file open." | |
}, | |
{ | |
"ErrorString": "ERROR_STREAM_MINIVERSION_NOT_VALID", | |
"ExitCode": 6809, | |
"Hex Value": "0x1A99", | |
"Description": "The specified file miniversion was found but has been invalidated. Most likely cause is a transaction savepoint rollback." | |
}, | |
{ | |
"ErrorString": "ERROR_MINIVERSION_INACCESSIBLE_FROM_SPECIFIED_TRANSACTION", | |
"ExitCode": 6810, | |
"Hex Value": "0x1A9A", | |
"Description": "A miniversion may only be opened in the context of the transaction that created it." | |
}, | |
{ | |
"ErrorString": "ERROR_CANT_OPEN_MINIVERSION_WITH_MODIFY_INTENT", | |
"ExitCode": 6811, | |
"Hex Value": "0x1A9B", | |
"Description": "It is not possible to open a miniversion with modify access." | |
}, | |
{ | |
"ErrorString": "ERROR_CANT_CREATE_MORE_STREAM_MINIVERSIONS", | |
"ExitCode": 6812, | |
"Hex Value": "0x1A9C", | |
"Description": "It is not possible to create any more miniversions for this stream." | |
}, | |
{ | |
"ErrorString": "ERROR_REMOTE_FILE_VERSION_MISMATCH", | |
"ExitCode": 6814, | |
"Hex Value": "0x1A9E", | |
"Description": "The remote server sent mismatching version number or Fid for a file opened with transactions." | |
}, | |
{ | |
"ErrorString": "ERROR_HANDLE_NO_LONGER_VALID", | |
"ExitCode": 6815, | |
"Hex Value": "0x1A9F", | |
"Description": "The handle has been invalidated by a transaction. The most likely cause is the presence of memory mapping on a file or an open handle when the transaction ended or rolled back to savepoint." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_TXF_METADATA", | |
"ExitCode": 6816, | |
"Hex Value": "0x1AA0", | |
"Description": "There is no transaction metadata on the file." | |
}, | |
{ | |
"ErrorString": "ERROR_LOG_CORRUPTION_DETECTED", | |
"ExitCode": 6817, | |
"Hex Value": "0x1AA1", | |
"Description": "The log data is corrupt." | |
}, | |
{ | |
"ErrorString": "ERROR_CANT_RECOVER_WITH_HANDLE_OPEN", | |
"ExitCode": 6818, | |
"Hex Value": "0x1AA2", | |
"Description": "The file can\u0027t be recovered because there is a handle still open on it." | |
}, | |
{ | |
"ErrorString": "ERROR_RM_DISCONNECTED", | |
"ExitCode": 6819, | |
"Hex Value": "0x1AA3", | |
"Description": "The transaction outcome is unavailable because the resource manager responsible for it has disconnected." | |
}, | |
{ | |
"ErrorString": "ERROR_ENLISTMENT_NOT_SUPERIOR", | |
"ExitCode": 6820, | |
"Hex Value": "0x1AA4", | |
"Description": "The request was rejected because the enlistment in question is not a superior enlistment." | |
}, | |
{ | |
"ErrorString": "ERROR_RECOVERY_NOT_NEEDED", | |
"ExitCode": 6821, | |
"Hex Value": "0x1AA5", | |
"Description": "The transactional resource manager is already consistent. Recovery is not needed." | |
}, | |
{ | |
"ErrorString": "ERROR_RM_ALREADY_STARTED", | |
"ExitCode": 6822, | |
"Hex Value": "0x1AA6", | |
"Description": "The transactional resource manager has already been started." | |
}, | |
{ | |
"ErrorString": "ERROR_FILE_IDENTITY_NOT_PERSISTENT", | |
"ExitCode": 6823, | |
"Hex Value": "0x1AA7", | |
"Description": "The file cannot be opened transactionally, because its identity depends on the outcome of an unresolved transaction." | |
}, | |
{ | |
"ErrorString": "ERROR_CANT_BREAK_TRANSACTIONAL_DEPENDENCY", | |
"ExitCode": 6824, | |
"Hex Value": "0x1AA8", | |
"Description": "The operation cannot be performed because another transaction is depending on the fact that this property will not change." | |
}, | |
{ | |
"ErrorString": "ERROR_CANT_CROSS_RM_BOUNDARY", | |
"ExitCode": 6825, | |
"Hex Value": "0x1AA9", | |
"Description": "The operation would involve a single file with two transactional resource managers and is therefore not allowed." | |
}, | |
{ | |
"ErrorString": "ERROR_TXF_DIR_NOT_EMPTY", | |
"ExitCode": 6826, | |
"Hex Value": "0x1AAA", | |
"Description": "The $Txf directory must be empty for this operation to succeed." | |
}, | |
{ | |
"ErrorString": "ERROR_INDOUBT_TRANSACTIONS_EXIST", | |
"ExitCode": 6827, | |
"Hex Value": "0x1AAB", | |
"Description": "The operation would leave a transactional resource manager in an inconsistent state and is therefore not allowed." | |
}, | |
{ | |
"ErrorString": "ERROR_TM_VOLATILE", | |
"ExitCode": 6828, | |
"Hex Value": "0x1AAC", | |
"Description": "The operation could not be completed because the transaction manager does not have a log." | |
}, | |
{ | |
"ErrorString": "ERROR_ROLLBACK_TIMER_EXPIRED", | |
"ExitCode": 6829, | |
"Hex Value": "0x1AAD", | |
"Description": "A rollback could not be scheduled because a previously scheduled rollback has already executed or been queued for execution." | |
}, | |
{ | |
"ErrorString": "ERROR_TXF_ATTRIBUTE_CORRUPT", | |
"ExitCode": 6830, | |
"Hex Value": "0x1AAE", | |
"Description": "The transactional metadata attribute on the file or directory is corrupt and unreadable." | |
}, | |
{ | |
"ErrorString": "ERROR_EFS_NOT_ALLOWED_IN_TRANSACTION", | |
"ExitCode": 6831, | |
"Hex Value": "0x1AAF", | |
"Description": "The encryption operation could not be completed because a transaction is active." | |
}, | |
{ | |
"ErrorString": "ERROR_TRANSACTIONAL_OPEN_NOT_ALLOWED", | |
"ExitCode": 6832, | |
"Hex Value": "0x1AB0", | |
"Description": "This object is not allowed to be opened in a transaction." | |
}, | |
{ | |
"ErrorString": "ERROR_LOG_GROWTH_FAILED", | |
"ExitCode": 6833, | |
"Hex Value": "0x1AB1", | |
"Description": "An attempt to create space in the transactional resource manager\u0027s log failed. The failure status has been recorded in the event log." | |
}, | |
{ | |
"ErrorString": "ERROR_TRANSACTED_MAPPING_UNSUPPORTED_REMOTE", | |
"ExitCode": 6834, | |
"Hex Value": "0x1AB2", | |
"Description": "Memory mapping (creating a mapped section) a remote file under a transaction is not supported." | |
}, | |
{ | |
"ErrorString": "ERROR_TXF_METADATA_ALREADY_PRESENT", | |
"ExitCode": 6835, | |
"Hex Value": "0x1AB3", | |
"Description": "Transaction metadata is already present on this file and cannot be superseded." | |
}, | |
{ | |
"ErrorString": "ERROR_TRANSACTION_SCOPE_CALLBACKS_NOT_SET", | |
"ExitCode": 6836, | |
"Hex Value": "0x1AB4", | |
"Description": "A transaction scope could not be entered because the scope handler has not been initialized." | |
}, | |
{ | |
"ErrorString": "ERROR_TRANSACTION_REQUIRED_PROMOTION", | |
"ExitCode": 6837, | |
"Hex Value": "0x1AB5", | |
"Description": "Promotion was required in order to allow the resource manager to enlist, but the transaction was set to disallow it." | |
}, | |
{ | |
"ErrorString": "ERROR_CANNOT_EXECUTE_FILE_IN_TRANSACTION", | |
"ExitCode": 6838, | |
"Hex Value": "0x1AB6", | |
"Description": "This file is open for modification in an unresolved transaction and may be opened for execute only by a transacted reader." | |
}, | |
{ | |
"ErrorString": "ERROR_TRANSACTIONS_NOT_FROZEN", | |
"ExitCode": 6839, | |
"Hex Value": "0x1AB7", | |
"Description": "The request to thaw frozen transactions was ignored because transactions had not previously been frozen." | |
}, | |
{ | |
"ErrorString": "ERROR_TRANSACTION_FREEZE_IN_PROGRESS", | |
"ExitCode": 6840, | |
"Hex Value": "0x1AB8", | |
"Description": "Transactions cannot be frozen because a freeze is already in progress." | |
}, | |
{ | |
"ErrorString": "ERROR_NOT_SNAPSHOT_VOLUME", | |
"ExitCode": 6841, | |
"Hex Value": "0x1AB9", | |
"Description": "The target volume is not a snapshot volume. This operation is only valid on a volume mounted as a snapshot." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_SAVEPOINT_WITH_OPEN_FILES", | |
"ExitCode": 6842, | |
"Hex Value": "0x1ABA", | |
"Description": "The savepoint operation failed because files are open on the transaction. This is not permitted." | |
}, | |
{ | |
"ErrorString": "ERROR_DATA_LOST_REPAIR", | |
"ExitCode": 6843, | |
"Hex Value": "0x1ABB", | |
"Description": "Windows has discovered corruption in a file, and that file has since been repaired. Data loss may have occurred." | |
}, | |
{ | |
"ErrorString": "ERROR_SPARSE_NOT_ALLOWED_IN_TRANSACTION", | |
"ExitCode": 6844, | |
"Hex Value": "0x1ABC", | |
"Description": "The sparse operation could not be completed because a transaction is active on the file." | |
}, | |
{ | |
"ErrorString": "ERROR_TM_IDENTITY_MISMATCH", | |
"ExitCode": 6845, | |
"Hex Value": "0x1ABD", | |
"Description": "The call to create a TransactionManager object failed because the Tm Identity stored in the logfile does not match the Tm Identity that was passed in as an argument." | |
}, | |
{ | |
"ErrorString": "ERROR_FLOATED_SECTION", | |
"ExitCode": 6846, | |
"Hex Value": "0x1ABE", | |
"Description": "I/O was attempted on a section object that has been floated as a result of a transaction ending. There is no valid data." | |
}, | |
{ | |
"ErrorString": "ERROR_CANNOT_ACCEPT_TRANSACTED_WORK", | |
"ExitCode": 6847, | |
"Hex Value": "0x1ABF", | |
"Description": "The transactional resource manager cannot currently accept transacted work due to a transient condition such as low resources." | |
}, | |
{ | |
"ErrorString": "ERROR_CANNOT_ABORT_TRANSACTIONS", | |
"ExitCode": 6848, | |
"Hex Value": "0x1AC0", | |
"Description": "The transactional resource manager had too many tranactions outstanding that could not be aborted. The transactional resource manger has been shut down." | |
}, | |
{ | |
"ErrorString": "ERROR_BAD_CLUSTERS", | |
"ExitCode": 6849, | |
"Hex Value": "0x1AC1", | |
"Description": "The operation could not be completed due to bad clusters on disk." | |
}, | |
{ | |
"ErrorString": "ERROR_COMPRESSION_NOT_ALLOWED_IN_TRANSACTION", | |
"ExitCode": 6850, | |
"Hex Value": "0x1AC2", | |
"Description": "The compression operation could not be completed because a transaction is active on the file." | |
}, | |
{ | |
"ErrorString": "ERROR_VOLUME_DIRTY", | |
"ExitCode": 6851, | |
"Hex Value": "0x1AC3", | |
"Description": "The operation could not be completed because the volume is dirty. Please run chkdsk and try again." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_LINK_TRACKING_IN_TRANSACTION", | |
"ExitCode": 6852, | |
"Hex Value": "0x1AC4", | |
"Description": "The link tracking operation could not be completed because a transaction is active." | |
}, | |
{ | |
"ErrorString": "ERROR_OPERATION_NOT_SUPPORTED_IN_TRANSACTION", | |
"ExitCode": 6853, | |
"Hex Value": "0x1AC5", | |
"Description": "This operation cannot be performed in a transaction." | |
}, | |
{ | |
"ErrorString": "ERROR_EXPIRED_HANDLE", | |
"ExitCode": 6854, | |
"Hex Value": "0x1AC6", | |
"Description": "The handle is no longer properly associated with its transaction. It may have been opened in a transactional resource manager that was subsequently forced to restart. Please close the handle and open a new one." | |
}, | |
{ | |
"ErrorString": "ERROR_TRANSACTION_NOT_ENLISTED", | |
"ExitCode": 6855, | |
"Hex Value": "0x1AC7", | |
"Description": "The specified operation could not be performed because the resource manager is not enlisted in the transaction." | |
}, | |
{ | |
"ErrorString": "ERROR_CTX_WINSTATION_NAME_INVALID", | |
"ExitCode": 7001, | |
"Hex Value": "0x1B59", | |
"Description": "The specified session name is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_CTX_INVALID_PD", | |
"ExitCode": 7002, | |
"Hex Value": "0x1B5A", | |
"Description": "The specified protocol driver is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_CTX_PD_NOT_FOUND", | |
"ExitCode": 7003, | |
"Hex Value": "0x1B5B", | |
"Description": "The specified protocol driver was not found in the system path." | |
}, | |
{ | |
"ErrorString": "ERROR_CTX_WD_NOT_FOUND", | |
"ExitCode": 7004, | |
"Hex Value": "0x1B5C", | |
"Description": "The specified terminal connection driver was not found in the system path." | |
}, | |
{ | |
"ErrorString": "ERROR_CTX_CANNOT_MAKE_EVENTLOG_ENTRY", | |
"ExitCode": 7005, | |
"Hex Value": "0x1B5D", | |
"Description": "A registry key for event logging could not be created for this session." | |
}, | |
{ | |
"ErrorString": "ERROR_CTX_SERVICE_NAME_COLLISION", | |
"ExitCode": 7006, | |
"Hex Value": "0x1B5E", | |
"Description": "A service with the same name already exists on the system." | |
}, | |
{ | |
"ErrorString": "ERROR_CTX_CLOSE_PENDING", | |
"ExitCode": 7007, | |
"Hex Value": "0x1B5F", | |
"Description": "A close operation is pending on the session." | |
}, | |
{ | |
"ErrorString": "ERROR_CTX_NO_OUTBUF", | |
"ExitCode": 7008, | |
"Hex Value": "0x1B60", | |
"Description": "There are no free output buffers available." | |
}, | |
{ | |
"ErrorString": "ERROR_CTX_MODEM_INF_NOT_FOUND", | |
"ExitCode": 7009, | |
"Hex Value": "0x1B61", | |
"Description": "The MODEM.INF file was not found." | |
}, | |
{ | |
"ErrorString": "ERROR_CTX_INVALID_MODEMNAME", | |
"ExitCode": 7010, | |
"Hex Value": "0x1B62", | |
"Description": "The modem name was not found in MODEM.INF." | |
}, | |
{ | |
"ErrorString": "ERROR_CTX_MODEM_RESPONSE_ERROR", | |
"ExitCode": 7011, | |
"Hex Value": "0x1B63", | |
"Description": "The modem did not accept the command sent to it. Verify that the configured modem name matches the attached modem." | |
}, | |
{ | |
"ErrorString": "ERROR_CTX_MODEM_RESPONSE_TIMEOUT", | |
"ExitCode": 7012, | |
"Hex Value": "0x1B64", | |
"Description": "The modem did not respond to the command sent to it. Verify that the modem is properly cabled and powered on." | |
}, | |
{ | |
"ErrorString": "ERROR_CTX_MODEM_RESPONSE_NO_CARRIER", | |
"ExitCode": 7013, | |
"Hex Value": "0x1B65", | |
"Description": "Carrier detect has failed or carrier has been dropped due to disconnect." | |
}, | |
{ | |
"ErrorString": "ERROR_CTX_MODEM_RESPONSE_NO_DIALTONE", | |
"ExitCode": 7014, | |
"Hex Value": "0x1B66", | |
"Description": "Dial tone not detected within the required time. Verify that the phone cable is properly attached and functional." | |
}, | |
{ | |
"ErrorString": "ERROR_CTX_MODEM_RESPONSE_BUSY", | |
"ExitCode": 7015, | |
"Hex Value": "0x1B67", | |
"Description": "Busy signal detected at remote site on callback." | |
}, | |
{ | |
"ErrorString": "ERROR_CTX_MODEM_RESPONSE_VOICE", | |
"ExitCode": 7016, | |
"Hex Value": "0x1B68", | |
"Description": "Voice detected at remote site on callback." | |
}, | |
{ | |
"ErrorString": "ERROR_CTX_TD_ERROR", | |
"ExitCode": 7017, | |
"Hex Value": "0x1B69", | |
"Description": "Transport driver error." | |
}, | |
{ | |
"ErrorString": "ERROR_CTX_WINSTATION_NOT_FOUND", | |
"ExitCode": 7022, | |
"Hex Value": "0x1B6E", | |
"Description": "The specified session cannot be found." | |
}, | |
{ | |
"ErrorString": "ERROR_CTX_WINSTATION_ALREADY_EXISTS", | |
"ExitCode": 7023, | |
"Hex Value": "0x1B6F", | |
"Description": "The specified session name is already in use." | |
}, | |
{ | |
"ErrorString": "ERROR_CTX_WINSTATION_BUSY", | |
"ExitCode": 7024, | |
"Hex Value": "0x1B70", | |
"Description": "The task you are trying to do can\u0027t be completed because Remote Desktop Services is currently busy. Please try again in a few minutes. Other users should still be able to log on." | |
}, | |
{ | |
"ErrorString": "ERROR_CTX_BAD_VIDEO_MODE", | |
"ExitCode": 7025, | |
"Hex Value": "0x1B71", | |
"Description": "An attempt has been made to connect to a session whose video mode is not supported by the current client." | |
}, | |
{ | |
"ErrorString": "ERROR_CTX_GRAPHICS_INVALID", | |
"ExitCode": 7035, | |
"Hex Value": "0x1B7B", | |
"Description": "The application attempted to enable DOS graphics mode. DOS graphics mode is not supported." | |
}, | |
{ | |
"ErrorString": "ERROR_CTX_LOGON_DISABLED", | |
"ExitCode": 7037, | |
"Hex Value": "0x1B7D", | |
"Description": "Your interactive logon privilege has been disabled. Please contact your administrator." | |
}, | |
{ | |
"ErrorString": "ERROR_CTX_NOT_CONSOLE", | |
"ExitCode": 7038, | |
"Hex Value": "0x1B7E", | |
"Description": "The requested operation can be performed only on the system console. This is most often the result of a driver or system DLL requiring direct console access." | |
}, | |
{ | |
"ErrorString": "ERROR_CTX_CLIENT_QUERY_TIMEOUT", | |
"ExitCode": 7040, | |
"Hex Value": "0x1B80", | |
"Description": "The client failed to respond to the server connect message." | |
}, | |
{ | |
"ErrorString": "ERROR_CTX_CONSOLE_DISCONNECT", | |
"ExitCode": 7041, | |
"Hex Value": "0x1B81", | |
"Description": "Disconnecting the console session is not supported." | |
}, | |
{ | |
"ErrorString": "ERROR_CTX_CONSOLE_CONNECT", | |
"ExitCode": 7042, | |
"Hex Value": "0x1B82", | |
"Description": "Reconnecting a disconnected session to the console is not supported." | |
}, | |
{ | |
"ErrorString": "ERROR_CTX_SHADOW_DENIED", | |
"ExitCode": 7044, | |
"Hex Value": "0x1B84", | |
"Description": "The request to control another session remotely was denied." | |
}, | |
{ | |
"ErrorString": "ERROR_CTX_WINSTATION_ACCESS_DENIED", | |
"ExitCode": 7045, | |
"Hex Value": "0x1B85", | |
"Description": "The requested session access is denied." | |
}, | |
{ | |
"ErrorString": "ERROR_CTX_INVALID_WD", | |
"ExitCode": 7049, | |
"Hex Value": "0x1B89", | |
"Description": "The specified terminal connection driver is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_CTX_SHADOW_INVALID", | |
"ExitCode": 7050, | |
"Hex Value": "0x1B8A", | |
"Description": "The requested session cannot be controlled remotely. This may be because the session is disconnected or does not currently have a user logged on." | |
}, | |
{ | |
"ErrorString": "ERROR_CTX_SHADOW_DISABLED", | |
"ExitCode": 7051, | |
"Hex Value": "0x1B8B", | |
"Description": "The requested session is not configured to allow remote control." | |
}, | |
{ | |
"ErrorString": "ERROR_CTX_CLIENT_LICENSE_IN_USE", | |
"ExitCode": 7052, | |
"Hex Value": "0x1B8C", | |
"Description": "Your request to connect to this Terminal Server has been rejected. Your Terminal Server client license number is currently being used by another user. Please call your system administrator to obtain a unique license number." | |
}, | |
{ | |
"ErrorString": "ERROR_CTX_CLIENT_LICENSE_NOT_SET", | |
"ExitCode": 7053, | |
"Hex Value": "0x1B8D", | |
"Description": "Your request to connect to this Terminal Server has been rejected. Your Terminal Server client license number has not been entered for this copy of the Terminal Server client. Please contact your system administrator." | |
}, | |
{ | |
"ErrorString": "ERROR_CTX_LICENSE_NOT_AVAILABLE", | |
"ExitCode": 7054, | |
"Hex Value": "0x1B8E", | |
"Description": "The number of connections to this computer is limited and all connections are in use right now. Try connecting later or contact your system administrator." | |
}, | |
{ | |
"ErrorString": "ERROR_CTX_LICENSE_CLIENT_INVALID", | |
"ExitCode": 7055, | |
"Hex Value": "0x1B8F", | |
"Description": "The client you are using is not licensed to use this system. Your logon request is denied." | |
}, | |
{ | |
"ErrorString": "ERROR_CTX_LICENSE_EXPIRED", | |
"ExitCode": 7056, | |
"Hex Value": "0x1B90", | |
"Description": "The system license has expired. Your logon request is denied." | |
}, | |
{ | |
"ErrorString": "ERROR_CTX_SHADOW_NOT_RUNNING", | |
"ExitCode": 7057, | |
"Hex Value": "0x1B91", | |
"Description": "Remote control could not be terminated because the specified session is not currently being remotely controlled." | |
}, | |
{ | |
"ErrorString": "ERROR_CTX_SHADOW_ENDED_BY_MODE_CHANGE", | |
"ExitCode": 7058, | |
"Hex Value": "0x1B92", | |
"Description": "The remote control of the console was terminated because the display mode was changed. Changing the display mode in a remote control session is not supported." | |
}, | |
{ | |
"ErrorString": "ERROR_ACTIVATION_COUNT_EXCEEDED", | |
"ExitCode": 7059, | |
"Hex Value": "0x1B93", | |
"Description": "Activation has already been reset the maximum number of times for this installation. Your activation timer will not be cleared." | |
}, | |
{ | |
"ErrorString": "ERROR_CTX_WINSTATIONS_DISABLED", | |
"ExitCode": 7060, | |
"Hex Value": "0x1B94", | |
"Description": "Remote logins are currently disabled." | |
}, | |
{ | |
"ErrorString": "ERROR_CTX_ENCRYPTION_LEVEL_REQUIRED", | |
"ExitCode": 7061, | |
"Hex Value": "0x1B95", | |
"Description": "You do not have the proper encryption level to access this Session." | |
}, | |
{ | |
"ErrorString": "ERROR_CTX_SESSION_IN_USE", | |
"ExitCode": 7062, | |
"Hex Value": "0x1B96", | |
"Description": "The user %s\\\\%s is currently logged on to this computer. Only the current user or an administrator can log on to this computer." | |
}, | |
{ | |
"ErrorString": "ERROR_CTX_NO_FORCE_LOGOFF", | |
"ExitCode": 7063, | |
"Hex Value": "0x1B97", | |
"Description": "The user %s\\\\%s is already logged on to the console of this computer. You do not have permission to log in at this time. To resolve this issue, contact %s\\\\%s and have them log off." | |
}, | |
{ | |
"ErrorString": "ERROR_CTX_ACCOUNT_RESTRICTION", | |
"ExitCode": 7064, | |
"Hex Value": "0x1B98", | |
"Description": "Unable to log you on because of an account restriction." | |
}, | |
{ | |
"ErrorString": "ERROR_RDP_PROTOCOL_ERROR", | |
"ExitCode": 7065, | |
"Hex Value": "0x1B99", | |
"Description": "The RDP protocol component %2 detected an error in the protocol stream and has disconnected the client." | |
}, | |
{ | |
"ErrorString": "ERROR_CTX_CDM_CONNECT", | |
"ExitCode": 7066, | |
"Hex Value": "0x1B9A", | |
"Description": "The Client Drive Mapping Service Has Connected on Terminal Connection." | |
}, | |
{ | |
"ErrorString": "ERROR_CTX_CDM_DISCONNECT", | |
"ExitCode": 7067, | |
"Hex Value": "0x1B9B", | |
"Description": "The Client Drive Mapping Service Has Disconnected on Terminal Connection." | |
}, | |
{ | |
"ErrorString": "ERROR_CTX_SECURITY_LAYER_ERROR", | |
"ExitCode": 7068, | |
"Hex Value": "0x1B9C", | |
"Description": "The Terminal Server security layer detected an error in the protocol stream and has disconnected the client." | |
}, | |
{ | |
"ErrorString": "ERROR_TS_INCOMPATIBLE_SESSIONS", | |
"ExitCode": 7069, | |
"Hex Value": "0x1B9D", | |
"Description": "The target session is incompatible with the current session." | |
}, | |
{ | |
"ErrorString": "ERROR_TS_VIDEO_SUBSYSTEM_ERROR", | |
"ExitCode": 7070, | |
"Hex Value": "0x1B9E", | |
"Description": "Windows can\u0027t connect to your session because a problem occurred in the Windows video subsystem. Try connecting again later, or contact the server administrator for assistance." | |
}, | |
{ | |
"ErrorString": "FRS_ERR_INVALID_API_SEQUENCE", | |
"ExitCode": 8001, | |
"Hex Value": "0x1F41", | |
"Description": "The file replication service API was called incorrectly." | |
}, | |
{ | |
"ErrorString": "FRS_ERR_STARTING_SERVICE", | |
"ExitCode": 8002, | |
"Hex Value": "0x1F42", | |
"Description": "The file replication service cannot be started." | |
}, | |
{ | |
"ErrorString": "FRS_ERR_STOPPING_SERVICE", | |
"ExitCode": 8003, | |
"Hex Value": "0x1F43", | |
"Description": "The file replication service cannot be stopped." | |
}, | |
{ | |
"ErrorString": "FRS_ERR_INTERNAL_API", | |
"ExitCode": 8004, | |
"Hex Value": "0x1F44", | |
"Description": "The file replication service API terminated the request. The event log may have more information." | |
}, | |
{ | |
"ErrorString": "FRS_ERR_INTERNAL", | |
"ExitCode": 8005, | |
"Hex Value": "0x1F45", | |
"Description": "The file replication service terminated the request. The event log may have more information." | |
}, | |
{ | |
"ErrorString": "FRS_ERR_SERVICE_COMM", | |
"ExitCode": 8006, | |
"Hex Value": "0x1F46", | |
"Description": "The file replication service cannot be contacted. The event log may have more information." | |
}, | |
{ | |
"ErrorString": "FRS_ERR_INSUFFICIENT_PRIV", | |
"ExitCode": 8007, | |
"Hex Value": "0x1F47", | |
"Description": "The file replication service cannot satisfy the request because the user has insufficient privileges. The event log may have more information." | |
}, | |
{ | |
"ErrorString": "FRS_ERR_AUTHENTICATION", | |
"ExitCode": 8008, | |
"Hex Value": "0x1F48", | |
"Description": "The file replication service cannot satisfy the request because authenticated RPC is not available. The event log may have more information." | |
}, | |
{ | |
"ErrorString": "FRS_ERR_PARENT_INSUFFICIENT_PRIV", | |
"ExitCode": 8009, | |
"Hex Value": "0x1F49", | |
"Description": "The file replication service cannot satisfy the request because the user has insufficient privileges on the domain controller. The event log may have more information." | |
}, | |
{ | |
"ErrorString": "FRS_ERR_PARENT_AUTHENTICATION", | |
"ExitCode": 8010, | |
"Hex Value": "0x1F4A", | |
"Description": "The file replication service cannot satisfy the request because authenticated RPC is not available on the domain controller. The event log may have more information." | |
}, | |
{ | |
"ErrorString": "FRS_ERR_CHILD_TO_PARENT_COMM", | |
"ExitCode": 8011, | |
"Hex Value": "0x1F4B", | |
"Description": "The file replication service cannot communicate with the file replication service on the domain controller. The event log may have more information." | |
}, | |
{ | |
"ErrorString": "FRS_ERR_PARENT_TO_CHILD_COMM", | |
"ExitCode": 8012, | |
"Hex Value": "0x1F4C", | |
"Description": "The file replication service on the domain controller cannot communicate with the file replication service on this computer. The event log may have more information." | |
}, | |
{ | |
"ErrorString": "FRS_ERR_SYSVOL_POPULATE", | |
"ExitCode": 8013, | |
"Hex Value": "0x1F4D", | |
"Description": "The file replication service cannot populate the system volume because of an internal error. The event log may have more information." | |
}, | |
{ | |
"ErrorString": "FRS_ERR_SYSVOL_POPULATE_TIMEOUT", | |
"ExitCode": 8014, | |
"Hex Value": "0x1F4E", | |
"Description": "The file replication service cannot populate the system volume because of an internal timeout. The event log may have more information." | |
}, | |
{ | |
"ErrorString": "FRS_ERR_SYSVOL_IS_BUSY", | |
"ExitCode": 8015, | |
"Hex Value": "0x1F4F", | |
"Description": "The file replication service cannot process the request. The system volume is busy with a previous request." | |
}, | |
{ | |
"ErrorString": "FRS_ERR_SYSVOL_DEMOTE", | |
"ExitCode": 8016, | |
"Hex Value": "0x1F50", | |
"Description": "The file replication service cannot stop replicating the system volume because of an internal error. The event log may have more information." | |
}, | |
{ | |
"ErrorString": "FRS_ERR_INVALID_SERVICE_PARAMETER", | |
"ExitCode": 8017, | |
"Hex Value": "0x1F51", | |
"Description": "The file replication service detected an invalid parameter." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NOT_INSTALLED", | |
"ExitCode": 8200, | |
"Hex Value": "0x2008", | |
"Description": "An error occurred while installing the directory service. For more information, see the event log." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_MEMBERSHIP_EVALUATED_LOCALLY", | |
"ExitCode": 8201, | |
"Hex Value": "0x2009", | |
"Description": "The directory service evaluated group memberships locally." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NO_ATTRIBUTE_OR_VALUE", | |
"ExitCode": 8202, | |
"Hex Value": "0x200A", | |
"Description": "The specified directory service attribute or value does not exist." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_INVALID_ATTRIBUTE_SYNTAX", | |
"ExitCode": 8203, | |
"Hex Value": "0x200B", | |
"Description": "The attribute syntax specified to the directory service is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_ATTRIBUTE_TYPE_UNDEFINED", | |
"ExitCode": 8204, | |
"Hex Value": "0x200C", | |
"Description": "The attribute type specified to the directory service is not defined." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_ATTRIBUTE_OR_VALUE_EXISTS", | |
"ExitCode": 8205, | |
"Hex Value": "0x200D", | |
"Description": "The specified directory service attribute or value already exists." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_BUSY", | |
"ExitCode": 8206, | |
"Hex Value": "0x200E", | |
"Description": "The directory service is busy." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_UNAVAILABLE", | |
"ExitCode": 8207, | |
"Hex Value": "0x200F", | |
"Description": "The directory service is unavailable." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NO_RIDS_ALLOCATED", | |
"ExitCode": 8208, | |
"Hex Value": "0x2010", | |
"Description": "The directory service was unable to allocate a relative identifier." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NO_MORE_RIDS", | |
"ExitCode": 8209, | |
"Hex Value": "0x2011", | |
"Description": "The directory service has exhausted the pool of relative identifiers." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_INCORRECT_ROLE_OWNER", | |
"ExitCode": 8210, | |
"Hex Value": "0x2012", | |
"Description": "The requested operation could not be performed because the directory service is not the master for that type of operation." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_RIDMGR_INIT_ERROR", | |
"ExitCode": 8211, | |
"Hex Value": "0x2013", | |
"Description": "The directory service was unable to initialize the subsystem that allocates relative identifiers." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_OBJ_CLASS_VIOLATION", | |
"ExitCode": 8212, | |
"Hex Value": "0x2014", | |
"Description": "The requested operation did not satisfy one or more constraints associated with the class of the object." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CANT_ON_NON_LEAF", | |
"ExitCode": 8213, | |
"Hex Value": "0x2015", | |
"Description": "The directory service can perform the requested operation only on a leaf object." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CANT_ON_RDN", | |
"ExitCode": 8214, | |
"Hex Value": "0x2016", | |
"Description": "The directory service cannot perform the requested operation on the RDN attribute of an object." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CANT_MOD_OBJ_CLASS", | |
"ExitCode": 8215, | |
"Hex Value": "0x2017", | |
"Description": "The directory service detected an attempt to modify the object class of an object." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CROSS_DOM_MOVE_ERROR", | |
"ExitCode": 8216, | |
"Hex Value": "0x2018", | |
"Description": "The requested cross-domain move operation could not be performed." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_GC_NOT_AVAILABLE", | |
"ExitCode": 8217, | |
"Hex Value": "0x2019", | |
"Description": "Unable to contact the global catalog server." | |
}, | |
{ | |
"ErrorString": "ERROR_SHARED_POLICY", | |
"ExitCode": 8218, | |
"Hex Value": "0x201A", | |
"Description": "The policy object is shared and can only be modified at the root." | |
}, | |
{ | |
"ErrorString": "ERROR_POLICY_OBJECT_NOT_FOUND", | |
"ExitCode": 8219, | |
"Hex Value": "0x201B", | |
"Description": "The policy object does not exist." | |
}, | |
{ | |
"ErrorString": "ERROR_POLICY_ONLY_IN_DS", | |
"ExitCode": 8220, | |
"Hex Value": "0x201C", | |
"Description": "The requested policy information is only in the directory service." | |
}, | |
{ | |
"ErrorString": "ERROR_PROMOTION_ACTIVE", | |
"ExitCode": 8221, | |
"Hex Value": "0x201D", | |
"Description": "A domain controller promotion is currently active." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_PROMOTION_ACTIVE", | |
"ExitCode": 8222, | |
"Hex Value": "0x201E", | |
"Description": "A domain controller promotion is not currently active." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_OPERATIONS_ERROR", | |
"ExitCode": 8224, | |
"Hex Value": "0x2020", | |
"Description": "An operations error occurred." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_PROTOCOL_ERROR", | |
"ExitCode": 8225, | |
"Hex Value": "0x2021", | |
"Description": "A protocol error occurred." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_TIMELIMIT_EXCEEDED", | |
"ExitCode": 8226, | |
"Hex Value": "0x2022", | |
"Description": "The time limit for this request was exceeded." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_SIZELIMIT_EXCEEDED", | |
"ExitCode": 8227, | |
"Hex Value": "0x2023", | |
"Description": "The size limit for this request was exceeded." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_ADMIN_LIMIT_EXCEEDED", | |
"ExitCode": 8228, | |
"Hex Value": "0x2024", | |
"Description": "The administrative limit for this request was exceeded." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_COMPARE_FALSE", | |
"ExitCode": 8229, | |
"Hex Value": "0x2025", | |
"Description": "The compare response was false." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_COMPARE_TRUE", | |
"ExitCode": 8230, | |
"Hex Value": "0x2026", | |
"Description": "The compare response was true." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_AUTH_METHOD_NOT_SUPPORTED", | |
"ExitCode": 8231, | |
"Hex Value": "0x2027", | |
"Description": "The requested authentication method is not supported by the server." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_STRONG_AUTH_REQUIRED", | |
"ExitCode": 8232, | |
"Hex Value": "0x2028", | |
"Description": "A more secure authentication method is required for this server." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_INAPPROPRIATE_AUTH", | |
"ExitCode": 8233, | |
"Hex Value": "0x2029", | |
"Description": "Inappropriate authentication." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_AUTH_UNKNOWN", | |
"ExitCode": 8234, | |
"Hex Value": "0x202A", | |
"Description": "The authentication mechanism is unknown." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_REFERRAL", | |
"ExitCode": 8235, | |
"Hex Value": "0x202B", | |
"Description": "A referral was returned from the server." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_UNAVAILABLE_CRIT_EXTENSION", | |
"ExitCode": 8236, | |
"Hex Value": "0x202C", | |
"Description": "The server does not support the requested critical extension." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CONFIDENTIALITY_REQUIRED", | |
"ExitCode": 8237, | |
"Hex Value": "0x202D", | |
"Description": "This request requires a secure connection." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_INAPPROPRIATE_MATCHING", | |
"ExitCode": 8238, | |
"Hex Value": "0x202E", | |
"Description": "Inappropriate matching." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CONSTRAINT_VIOLATION", | |
"ExitCode": 8239, | |
"Hex Value": "0x202F", | |
"Description": "A constraint violation occurred." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NO_SUCH_OBJECT", | |
"ExitCode": 8240, | |
"Hex Value": "0x2030", | |
"Description": "There is no such object on the server." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_ALIAS_PROBLEM", | |
"ExitCode": 8241, | |
"Hex Value": "0x2031", | |
"Description": "There is an alias problem." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_INVALID_DN_SYNTAX", | |
"ExitCode": 8242, | |
"Hex Value": "0x2032", | |
"Description": "An invalid dn syntax has been specified." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_IS_LEAF", | |
"ExitCode": 8243, | |
"Hex Value": "0x2033", | |
"Description": "The object is a leaf object." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_ALIAS_DEREF_PROBLEM", | |
"ExitCode": 8244, | |
"Hex Value": "0x2034", | |
"Description": "There is an alias dereferencing problem." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_UNWILLING_TO_PERFORM", | |
"ExitCode": 8245, | |
"Hex Value": "0x2035", | |
"Description": "The server is unwilling to process the request." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_LOOP_DETECT", | |
"ExitCode": 8246, | |
"Hex Value": "0x2036", | |
"Description": "A loop has been detected." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NAMING_VIOLATION", | |
"ExitCode": 8247, | |
"Hex Value": "0x2037", | |
"Description": "There is a naming violation." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_OBJECT_RESULTS_TOO_LARGE", | |
"ExitCode": 8248, | |
"Hex Value": "0x2038", | |
"Description": "The result set is too large." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_AFFECTS_MULTIPLE_DSAS", | |
"ExitCode": 8249, | |
"Hex Value": "0x2039", | |
"Description": "The operation affects multiple DSAs." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_SERVER_DOWN", | |
"ExitCode": 8250, | |
"Hex Value": "0x203A", | |
"Description": "The server is not operational." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_LOCAL_ERROR", | |
"ExitCode": 8251, | |
"Hex Value": "0x203B", | |
"Description": "A local error has occurred." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_ENCODING_ERROR", | |
"ExitCode": 8252, | |
"Hex Value": "0x203C", | |
"Description": "An encoding error has occurred." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DECODING_ERROR", | |
"ExitCode": 8253, | |
"Hex Value": "0x203D", | |
"Description": "A decoding error has occurred." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_FILTER_UNKNOWN", | |
"ExitCode": 8254, | |
"Hex Value": "0x203E", | |
"Description": "The search filter cannot be recognized." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_PARAM_ERROR", | |
"ExitCode": 8255, | |
"Hex Value": "0x203F", | |
"Description": "One or more parameters are illegal." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NOT_SUPPORTED", | |
"ExitCode": 8256, | |
"Hex Value": "0x2040", | |
"Description": "The specified method is not supported." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NO_RESULTS_RETURNED", | |
"ExitCode": 8257, | |
"Hex Value": "0x2041", | |
"Description": "No results were returned." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CONTROL_NOT_FOUND", | |
"ExitCode": 8258, | |
"Hex Value": "0x2042", | |
"Description": "The specified control is not supported by the server." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CLIENT_LOOP", | |
"ExitCode": 8259, | |
"Hex Value": "0x2043", | |
"Description": "A referral loop was detected by the client." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_REFERRAL_LIMIT_EXCEEDED", | |
"ExitCode": 8260, | |
"Hex Value": "0x2044", | |
"Description": "The preset referral limit was exceeded." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_SORT_CONTROL_MISSING", | |
"ExitCode": 8261, | |
"Hex Value": "0x2045", | |
"Description": "The search requires a SORT control." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_OFFSET_RANGE_ERROR", | |
"ExitCode": 8262, | |
"Hex Value": "0x2046", | |
"Description": "The search results exceed the offset range specified." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_RIDMGR_DISABLED", | |
"ExitCode": 8263, | |
"Hex Value": "0x2047", | |
"Description": "The directory service detected the subsystem that allocates relative identifiers is disabled. This can occur as a protective mechanism when the system determines a significant portion of relative identifiers (RIDs) have been exhausted. Please see http://go.microsoft.com/fwlink/p/?linkid=228610 for recommended diagnostic steps and the procedure to re-enable account creation." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_ROOT_MUST_BE_NC", | |
"ExitCode": 8301, | |
"Hex Value": "0x206D", | |
"Description": "The root object must be the head of a naming context. The root object cannot have an instantiated parent." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_ADD_REPLICA_INHIBITED", | |
"ExitCode": 8302, | |
"Hex Value": "0x206E", | |
"Description": "The add replica operation cannot be performed. The naming context must be writeable in order to create the replica." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_ATT_NOT_DEF_IN_SCHEMA", | |
"ExitCode": 8303, | |
"Hex Value": "0x206F", | |
"Description": "A reference to an attribute that is not defined in the schema occurred." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_MAX_OBJ_SIZE_EXCEEDED", | |
"ExitCode": 8304, | |
"Hex Value": "0x2070", | |
"Description": "The maximum size of an object has been exceeded." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_OBJ_STRING_NAME_EXISTS", | |
"ExitCode": 8305, | |
"Hex Value": "0x2071", | |
"Description": "An attempt was made to add an object to the directory with a name that is already in use." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NO_RDN_DEFINED_IN_SCHEMA", | |
"ExitCode": 8306, | |
"Hex Value": "0x2072", | |
"Description": "An attempt was made to add an object of a class that does not have an RDN defined in the schema." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_RDN_DOESNT_MATCH_SCHEMA", | |
"ExitCode": 8307, | |
"Hex Value": "0x2073", | |
"Description": "An attempt was made to add an object using an RDN that is not the RDN defined in the schema." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NO_REQUESTED_ATTS_FOUND", | |
"ExitCode": 8308, | |
"Hex Value": "0x2074", | |
"Description": "None of the requested attributes were found on the objects." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_USER_BUFFER_TO_SMALL", | |
"ExitCode": 8309, | |
"Hex Value": "0x2075", | |
"Description": "The user buffer is too small." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_ATT_IS_NOT_ON_OBJ", | |
"ExitCode": 8310, | |
"Hex Value": "0x2076", | |
"Description": "The attribute specified in the operation is not present on the object." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_ILLEGAL_MOD_OPERATION", | |
"ExitCode": 8311, | |
"Hex Value": "0x2077", | |
"Description": "Illegal modify operation. Some aspect of the modification is not permitted." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_OBJ_TOO_LARGE", | |
"ExitCode": 8312, | |
"Hex Value": "0x2078", | |
"Description": "The specified object is too large." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_BAD_INSTANCE_TYPE", | |
"ExitCode": 8313, | |
"Hex Value": "0x2079", | |
"Description": "The specified instance type is not valid." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_MASTERDSA_REQUIRED", | |
"ExitCode": 8314, | |
"Hex Value": "0x207A", | |
"Description": "The operation must be performed at a master DSA." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_OBJECT_CLASS_REQUIRED", | |
"ExitCode": 8315, | |
"Hex Value": "0x207B", | |
"Description": "The object class attribute must be specified." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_MISSING_REQUIRED_ATT", | |
"ExitCode": 8316, | |
"Hex Value": "0x207C", | |
"Description": "A required attribute is missing." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_ATT_NOT_DEF_FOR_CLASS", | |
"ExitCode": 8317, | |
"Hex Value": "0x207D", | |
"Description": "An attempt was made to modify an object to include an attribute that is not legal for its class." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_ATT_ALREADY_EXISTS", | |
"ExitCode": 8318, | |
"Hex Value": "0x207E", | |
"Description": "The specified attribute is already present on the object." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CANT_ADD_ATT_VALUES", | |
"ExitCode": 8320, | |
"Hex Value": "0x2080", | |
"Description": "The specified attribute is not present, or has no values." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_SINGLE_VALUE_CONSTRAINT", | |
"ExitCode": 8321, | |
"Hex Value": "0x2081", | |
"Description": "Multiple values were specified for an attribute that can have only one value." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_RANGE_CONSTRAINT", | |
"ExitCode": 8322, | |
"Hex Value": "0x2082", | |
"Description": "A value for the attribute was not in the acceptable range of values." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_ATT_VAL_ALREADY_EXISTS", | |
"ExitCode": 8323, | |
"Hex Value": "0x2083", | |
"Description": "The specified value already exists." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CANT_REM_MISSING_ATT", | |
"ExitCode": 8324, | |
"Hex Value": "0x2084", | |
"Description": "The attribute cannot be removed because it is not present on the object." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CANT_REM_MISSING_ATT_VAL", | |
"ExitCode": 8325, | |
"Hex Value": "0x2085", | |
"Description": "The attribute value cannot be removed because it is not present on the object." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_ROOT_CANT_BE_SUBREF", | |
"ExitCode": 8326, | |
"Hex Value": "0x2086", | |
"Description": "The specified root object cannot be a subref." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NO_CHAINING", | |
"ExitCode": 8327, | |
"Hex Value": "0x2087", | |
"Description": "Chaining is not permitted." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NO_CHAINED_EVAL", | |
"ExitCode": 8328, | |
"Hex Value": "0x2088", | |
"Description": "Chained evaluation is not permitted." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NO_PARENT_OBJECT", | |
"ExitCode": 8329, | |
"Hex Value": "0x2089", | |
"Description": "The operation could not be performed because the object\u0027s parent is either uninstantiated or deleted." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_PARENT_IS_AN_ALIAS", | |
"ExitCode": 8330, | |
"Hex Value": "0x208A", | |
"Description": "Having a parent that is an alias is not permitted. Aliases are leaf objects." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CANT_MIX_MASTER_AND_REPS", | |
"ExitCode": 8331, | |
"Hex Value": "0x208B", | |
"Description": "The object and parent must be of the same type, either both masters or both replicas." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CHILDREN_EXIST", | |
"ExitCode": 8332, | |
"Hex Value": "0x208C", | |
"Description": "The operation cannot be performed because child objects exist. This operation can only be performed on a leaf object." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_OBJ_NOT_FOUND", | |
"ExitCode": 8333, | |
"Hex Value": "0x208D", | |
"Description": "Directory object not found." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_ALIASED_OBJ_MISSING", | |
"ExitCode": 8334, | |
"Hex Value": "0x208E", | |
"Description": "The aliased object is missing." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_BAD_NAME_SYNTAX", | |
"ExitCode": 8335, | |
"Hex Value": "0x208F", | |
"Description": "The object name has bad syntax." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_ALIAS_POINTS_TO_ALIAS", | |
"ExitCode": 8336, | |
"Hex Value": "0x2090", | |
"Description": "It is not permitted for an alias to refer to another alias." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CANT_DEREF_ALIAS", | |
"ExitCode": 8337, | |
"Hex Value": "0x2091", | |
"Description": "The alias cannot be dereferenced." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_OUT_OF_SCOPE", | |
"ExitCode": 8338, | |
"Hex Value": "0x2092", | |
"Description": "The operation is out of scope." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_OBJECT_BEING_REMOVED", | |
"ExitCode": 8339, | |
"Hex Value": "0x2093", | |
"Description": "The operation cannot continue because the object is in the process of being removed." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CANT_DELETE_DSA_OBJ", | |
"ExitCode": 8340, | |
"Hex Value": "0x2094", | |
"Description": "The DSA object cannot be deleted." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_GENERIC_ERROR", | |
"ExitCode": 8341, | |
"Hex Value": "0x2095", | |
"Description": "A directory service error has occurred." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DSA_MUST_BE_INT_MASTER", | |
"ExitCode": 8342, | |
"Hex Value": "0x2096", | |
"Description": "The operation can only be performed on an internal master DSA object." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CLASS_NOT_DSA", | |
"ExitCode": 8343, | |
"Hex Value": "0x2097", | |
"Description": "The object must be of class DSA." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_INSUFF_ACCESS_RIGHTS", | |
"ExitCode": 8344, | |
"Hex Value": "0x2098", | |
"Description": "Insufficient access rights to perform the operation." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_ILLEGAL_SUPERIOR", | |
"ExitCode": 8345, | |
"Hex Value": "0x2099", | |
"Description": "The object cannot be added because the parent is not on the list of possible superiors." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_ATTRIBUTE_OWNED_BY_SAM", | |
"ExitCode": 8346, | |
"Hex Value": "0x209A", | |
"Description": "Access to the attribute is not permitted because the attribute is owned by the Security Accounts Manager (SAM)." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NAME_TOO_MANY_PARTS", | |
"ExitCode": 8347, | |
"Hex Value": "0x209B", | |
"Description": "The name has too many parts." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NAME_TOO_LONG", | |
"ExitCode": 8348, | |
"Hex Value": "0x209C", | |
"Description": "The name is too long." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NAME_VALUE_TOO_LONG", | |
"ExitCode": 8349, | |
"Hex Value": "0x209D", | |
"Description": "The name value is too long." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NAME_UNPARSEABLE", | |
"ExitCode": 8350, | |
"Hex Value": "0x209E", | |
"Description": "The directory service encountered an error parsing a name." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NAME_TYPE_UNKNOWN", | |
"ExitCode": 8351, | |
"Hex Value": "0x209F", | |
"Description": "The directory service cannot get the attribute type for a name." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NOT_AN_OBJECT", | |
"ExitCode": 8352, | |
"Hex Value": "0x20A0", | |
"Description": "The name does not identify an object; the name identifies a phantom." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_SEC_DESC_TOO_SHORT", | |
"ExitCode": 8353, | |
"Hex Value": "0x20A1", | |
"Description": "The security descriptor is too short." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_SEC_DESC_INVALID", | |
"ExitCode": 8354, | |
"Hex Value": "0x20A2", | |
"Description": "The security descriptor is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NO_DELETED_NAME", | |
"ExitCode": 8355, | |
"Hex Value": "0x20A3", | |
"Description": "Failed to create name for deleted object." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_SUBREF_MUST_HAVE_PARENT", | |
"ExitCode": 8356, | |
"Hex Value": "0x20A4", | |
"Description": "The parent of a new subref must exist." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NCNAME_MUST_BE_NC", | |
"ExitCode": 8357, | |
"Hex Value": "0x20A5", | |
"Description": "The object must be a naming context." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CANT_ADD_SYSTEM_ONLY", | |
"ExitCode": 8358, | |
"Hex Value": "0x20A6", | |
"Description": "It is not permitted to add an attribute which is owned by the system." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CLASS_MUST_BE_CONCRETE", | |
"ExitCode": 8359, | |
"Hex Value": "0x20A7", | |
"Description": "The class of the object must be structural; you cannot instantiate an abstract class." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_INVALID_DMD", | |
"ExitCode": 8360, | |
"Hex Value": "0x20A8", | |
"Description": "The schema object could not be found." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_OBJ_GUID_EXISTS", | |
"ExitCode": 8361, | |
"Hex Value": "0x20A9", | |
"Description": "A local object with this GUID (dead or alive) already exists." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NOT_ON_BACKLINK", | |
"ExitCode": 8362, | |
"Hex Value": "0x20AA", | |
"Description": "The operation cannot be performed on a back link." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NO_CROSSREF_FOR_NC", | |
"ExitCode": 8363, | |
"Hex Value": "0x20AB", | |
"Description": "The cross reference for the specified naming context could not be found." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_SHUTTING_DOWN", | |
"ExitCode": 8364, | |
"Hex Value": "0x20AC", | |
"Description": "The operation could not be performed because the directory service is shutting down." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_UNKNOWN_OPERATION", | |
"ExitCode": 8365, | |
"Hex Value": "0x20AD", | |
"Description": "The directory service request is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_INVALID_ROLE_OWNER", | |
"ExitCode": 8366, | |
"Hex Value": "0x20AE", | |
"Description": "The role owner attribute could not be read." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_COULDNT_CONTACT_FSMO", | |
"ExitCode": 8367, | |
"Hex Value": "0x20AF", | |
"Description": "The requested FSMO operation failed. The current FSMO holder could not be contacted." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CROSS_NC_DN_RENAME", | |
"ExitCode": 8368, | |
"Hex Value": "0x20B0", | |
"Description": "Modification of a DN across a naming context is not permitted." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CANT_MOD_SYSTEM_ONLY", | |
"ExitCode": 8369, | |
"Hex Value": "0x20B1", | |
"Description": "The attribute cannot be modified because it is owned by the system." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_REPLICATOR_ONLY", | |
"ExitCode": 8370, | |
"Hex Value": "0x20B2", | |
"Description": "Only the replicator can perform this function." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_OBJ_CLASS_NOT_DEFINED", | |
"ExitCode": 8371, | |
"Hex Value": "0x20B3", | |
"Description": "The specified class is not defined." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_OBJ_CLASS_NOT_SUBCLASS", | |
"ExitCode": 8372, | |
"Hex Value": "0x20B4", | |
"Description": "The specified class is not a subclass." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NAME_REFERENCE_INVALID", | |
"ExitCode": 8373, | |
"Hex Value": "0x20B5", | |
"Description": "The name reference is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CROSS_REF_EXISTS", | |
"ExitCode": 8374, | |
"Hex Value": "0x20B6", | |
"Description": "A cross reference already exists." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CANT_DEL_MASTER_CROSSREF", | |
"ExitCode": 8375, | |
"Hex Value": "0x20B7", | |
"Description": "It is not permitted to delete a master cross reference." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_SUBTREE_NOTIFY_NOT_NC_HEAD", | |
"ExitCode": 8376, | |
"Hex Value": "0x20B8", | |
"Description": "Subtree notifications are only supported on NC heads." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NOTIFY_FILTER_TOO_COMPLEX", | |
"ExitCode": 8377, | |
"Hex Value": "0x20B9", | |
"Description": "Notification filter is too complex." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DUP_RDN", | |
"ExitCode": 8378, | |
"Hex Value": "0x20BA", | |
"Description": "Schema update failed: duplicate RDN." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DUP_OID", | |
"ExitCode": 8379, | |
"Hex Value": "0x20BB", | |
"Description": "Schema update failed: duplicate OID." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DUP_MAPI_ID", | |
"ExitCode": 8380, | |
"Hex Value": "0x20BC", | |
"Description": "Schema update failed: duplicate MAPI identifier." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DUP_SCHEMA_ID_GUID", | |
"ExitCode": 8381, | |
"Hex Value": "0x20BD", | |
"Description": "Schema update failed: duplicate schema-id GUID." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DUP_LDAP_DISPLAY_NAME", | |
"ExitCode": 8382, | |
"Hex Value": "0x20BE", | |
"Description": "Schema update failed: duplicate LDAP display name." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_SEMANTIC_ATT_TEST", | |
"ExitCode": 8383, | |
"Hex Value": "0x20BF", | |
"Description": "Schema update failed: range-lower less than range upper." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_SYNTAX_MISMATCH", | |
"ExitCode": 8384, | |
"Hex Value": "0x20C0", | |
"Description": "Schema update failed: syntax mismatch." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_EXISTS_IN_MUST_HAVE", | |
"ExitCode": 8385, | |
"Hex Value": "0x20C1", | |
"Description": "Schema deletion failed: attribute is used in must-contain." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_EXISTS_IN_MAY_HAVE", | |
"ExitCode": 8386, | |
"Hex Value": "0x20C2", | |
"Description": "Schema deletion failed: attribute is used in may-contain." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NONEXISTENT_MAY_HAVE", | |
"ExitCode": 8387, | |
"Hex Value": "0x20C3", | |
"Description": "Schema update failed: attribute in may-contain does not exist." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NONEXISTENT_MUST_HAVE", | |
"ExitCode": 8388, | |
"Hex Value": "0x20C4", | |
"Description": "Schema update failed: attribute in must-contain does not exist." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_AUX_CLS_TEST_FAIL", | |
"ExitCode": 8389, | |
"Hex Value": "0x20C5", | |
"Description": "Schema update failed: class in aux-class list does not exist or is not an auxiliary class." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NONEXISTENT_POSS_SUP", | |
"ExitCode": 8390, | |
"Hex Value": "0x20C6", | |
"Description": "Schema update failed: class in poss-superiors does not exist." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_SUB_CLS_TEST_FAIL", | |
"ExitCode": 8391, | |
"Hex Value": "0x20C7", | |
"Description": "Schema update failed: class in subclassof list does not exist or does not satisfy hierarchy rules." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_BAD_RDN_ATT_ID_SYNTAX", | |
"ExitCode": 8392, | |
"Hex Value": "0x20C8", | |
"Description": "Schema update failed: Rdn-Att-Id has wrong syntax." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_EXISTS_IN_AUX_CLS", | |
"ExitCode": 8393, | |
"Hex Value": "0x20C9", | |
"Description": "Schema deletion failed: class is used as auxiliary class." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_EXISTS_IN_SUB_CLS", | |
"ExitCode": 8394, | |
"Hex Value": "0x20CA", | |
"Description": "Schema deletion failed: class is used as sub class." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_EXISTS_IN_POSS_SUP", | |
"ExitCode": 8395, | |
"Hex Value": "0x20CB", | |
"Description": "Schema deletion failed: class is used as poss superior." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_RECALCSCHEMA_FAILED", | |
"ExitCode": 8396, | |
"Hex Value": "0x20CC", | |
"Description": "Schema update failed in recalculating validation cache." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_TREE_DELETE_NOT_FINISHED", | |
"ExitCode": 8397, | |
"Hex Value": "0x20CD", | |
"Description": "The tree deletion is not finished. The request must be made again to continue deleting the tree." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CANT_DELETE", | |
"ExitCode": 8398, | |
"Hex Value": "0x20CE", | |
"Description": "The requested delete operation could not be performed." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_ATT_SCHEMA_REQ_ID", | |
"ExitCode": 8399, | |
"Hex Value": "0x20CF", | |
"Description": "Cannot read the governs class identifier for the schema record." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_BAD_ATT_SCHEMA_SYNTAX", | |
"ExitCode": 8400, | |
"Hex Value": "0x20D0", | |
"Description": "The attribute schema has bad syntax." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CANT_CACHE_ATT", | |
"ExitCode": 8401, | |
"Hex Value": "0x20D1", | |
"Description": "The attribute could not be cached." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CANT_CACHE_CLASS", | |
"ExitCode": 8402, | |
"Hex Value": "0x20D2", | |
"Description": "The class could not be cached." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CANT_REMOVE_ATT_CACHE", | |
"ExitCode": 8403, | |
"Hex Value": "0x20D3", | |
"Description": "The attribute could not be removed from the cache." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CANT_REMOVE_CLASS_CACHE", | |
"ExitCode": 8404, | |
"Hex Value": "0x20D4", | |
"Description": "The class could not be removed from the cache." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CANT_RETRIEVE_DN", | |
"ExitCode": 8405, | |
"Hex Value": "0x20D5", | |
"Description": "The distinguished name attribute could not be read." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_MISSING_SUPREF", | |
"ExitCode": 8406, | |
"Hex Value": "0x20D6", | |
"Description": "No superior reference has been configured for the directory service. The directory service is therefore unable to issue referrals to objects outside this forest." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CANT_RETRIEVE_INSTANCE", | |
"ExitCode": 8407, | |
"Hex Value": "0x20D7", | |
"Description": "The instance type attribute could not be retrieved." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CODE_INCONSISTENCY", | |
"ExitCode": 8408, | |
"Hex Value": "0x20D8", | |
"Description": "An internal error has occurred." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DATABASE_ERROR", | |
"ExitCode": 8409, | |
"Hex Value": "0x20D9", | |
"Description": "A database error has occurred." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_GOVERNSID_MISSING", | |
"ExitCode": 8410, | |
"Hex Value": "0x20DA", | |
"Description": "The attribute GOVERNSID is missing." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_MISSING_EXPECTED_ATT", | |
"ExitCode": 8411, | |
"Hex Value": "0x20DB", | |
"Description": "An expected attribute is missing." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NCNAME_MISSING_CR_REF", | |
"ExitCode": 8412, | |
"Hex Value": "0x20DC", | |
"Description": "The specified naming context is missing a cross reference." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_SECURITY_CHECKING_ERROR", | |
"ExitCode": 8413, | |
"Hex Value": "0x20DD", | |
"Description": "A security checking error has occurred." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_SCHEMA_NOT_LOADED", | |
"ExitCode": 8414, | |
"Hex Value": "0x20DE", | |
"Description": "The schema is not loaded." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_SCHEMA_ALLOC_FAILED", | |
"ExitCode": 8415, | |
"Hex Value": "0x20DF", | |
"Description": "Schema allocation failed. Please check if the machine is running low on memory." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_ATT_SCHEMA_REQ_SYNTAX", | |
"ExitCode": 8416, | |
"Hex Value": "0x20E0", | |
"Description": "Failed to obtain the required syntax for the attribute schema." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_GCVERIFY_ERROR", | |
"ExitCode": 8417, | |
"Hex Value": "0x20E1", | |
"Description": "The global catalog verification failed. The global catalog is not available or does not support the operation. Some part of the directory is currently not available." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DRA_SCHEMA_MISMATCH", | |
"ExitCode": 8418, | |
"Hex Value": "0x20E2", | |
"Description": "The replication operation failed because of a schema mismatch between the servers involved." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CANT_FIND_DSA_OBJ", | |
"ExitCode": 8419, | |
"Hex Value": "0x20E3", | |
"Description": "The DSA object could not be found." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CANT_FIND_EXPECTED_NC", | |
"ExitCode": 8420, | |
"Hex Value": "0x20E4", | |
"Description": "The naming context could not be found." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CANT_FIND_NC_IN_CACHE", | |
"ExitCode": 8421, | |
"Hex Value": "0x20E5", | |
"Description": "The naming context could not be found in the cache." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CANT_RETRIEVE_CHILD", | |
"ExitCode": 8422, | |
"Hex Value": "0x20E6", | |
"Description": "The child object could not be retrieved." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_SECURITY_ILLEGAL_MODIFY", | |
"ExitCode": 8423, | |
"Hex Value": "0x20E7", | |
"Description": "The modification was not permitted for security reasons." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CANT_REPLACE_HIDDEN_REC", | |
"ExitCode": 8424, | |
"Hex Value": "0x20E8", | |
"Description": "The operation cannot replace the hidden record." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_BAD_HIERARCHY_FILE", | |
"ExitCode": 8425, | |
"Hex Value": "0x20E9", | |
"Description": "The hierarchy file is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_BUILD_HIERARCHY_TABLE_FAILED", | |
"ExitCode": 8426, | |
"Hex Value": "0x20EA", | |
"Description": "The attempt to build the hierarchy table failed." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CONFIG_PARAM_MISSING", | |
"ExitCode": 8427, | |
"Hex Value": "0x20EB", | |
"Description": "The directory configuration parameter is missing from the registry." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_COUNTING_AB_INDICES_FAILED", | |
"ExitCode": 8428, | |
"Hex Value": "0x20EC", | |
"Description": "The attempt to count the address book indices failed." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_HIERARCHY_TABLE_MALLOC_FAILED", | |
"ExitCode": 8429, | |
"Hex Value": "0x20ED", | |
"Description": "The allocation of the hierarchy table failed." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_INTERNAL_FAILURE", | |
"ExitCode": 8430, | |
"Hex Value": "0x20EE", | |
"Description": "The directory service encountered an internal failure." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_UNKNOWN_ERROR", | |
"ExitCode": 8431, | |
"Hex Value": "0x20EF", | |
"Description": "The directory service encountered an unknown failure." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_ROOT_REQUIRES_CLASS_TOP", | |
"ExitCode": 8432, | |
"Hex Value": "0x20F0", | |
"Description": "A root object requires a class of \u0027top\u0027." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_REFUSING_FSMO_ROLES", | |
"ExitCode": 8433, | |
"Hex Value": "0x20F1", | |
"Description": "This directory server is shutting down, and cannot take ownership of new floating single-master operation roles." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_MISSING_FSMO_SETTINGS", | |
"ExitCode": 8434, | |
"Hex Value": "0x20F2", | |
"Description": "The directory service is missing mandatory configuration information, and is unable to determine the ownership of floating single-master operation roles." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_UNABLE_TO_SURRENDER_ROLES", | |
"ExitCode": 8435, | |
"Hex Value": "0x20F3", | |
"Description": "The directory service was unable to transfer ownership of one or more floating single-master operation roles to other servers." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DRA_GENERIC", | |
"ExitCode": 8436, | |
"Hex Value": "0x20F4", | |
"Description": "The replication operation failed." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DRA_INVALID_PARAMETER", | |
"ExitCode": 8437, | |
"Hex Value": "0x20F5", | |
"Description": "An invalid parameter was specified for this replication operation." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DRA_BUSY", | |
"ExitCode": 8438, | |
"Hex Value": "0x20F6", | |
"Description": "The directory service is too busy to complete the replication operation at this time." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DRA_BAD_DN", | |
"ExitCode": 8439, | |
"Hex Value": "0x20F7", | |
"Description": "The distinguished name specified for this replication operation is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DRA_BAD_NC", | |
"ExitCode": 8440, | |
"Hex Value": "0x20F8", | |
"Description": "The naming context specified for this replication operation is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DRA_DN_EXISTS", | |
"ExitCode": 8441, | |
"Hex Value": "0x20F9", | |
"Description": "The distinguished name specified for this replication operation already exists." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DRA_INTERNAL_ERROR", | |
"ExitCode": 8442, | |
"Hex Value": "0x20FA", | |
"Description": "The replication system encountered an internal error." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DRA_INCONSISTENT_DIT", | |
"ExitCode": 8443, | |
"Hex Value": "0x20FB", | |
"Description": "The replication operation encountered a database inconsistency." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DRA_CONNECTION_FAILED", | |
"ExitCode": 8444, | |
"Hex Value": "0x20FC", | |
"Description": "The server specified for this replication operation could not be contacted." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DRA_BAD_INSTANCE_TYPE", | |
"ExitCode": 8445, | |
"Hex Value": "0x20FD", | |
"Description": "The replication operation encountered an object with an invalid instance type." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DRA_OUT_OF_MEM", | |
"ExitCode": 8446, | |
"Hex Value": "0x20FE", | |
"Description": "The replication operation failed to allocate memory." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DRA_MAIL_PROBLEM", | |
"ExitCode": 8447, | |
"Hex Value": "0x20FF", | |
"Description": "The replication operation encountered an error with the mail system." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DRA_REF_ALREADY_EXISTS", | |
"ExitCode": 8448, | |
"Hex Value": "0x2100", | |
"Description": "The replication reference information for the target server already exists." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DRA_REF_NOT_FOUND", | |
"ExitCode": 8449, | |
"Hex Value": "0x2101", | |
"Description": "The replication reference information for the target server does not exist." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DRA_OBJ_IS_REP_SOURCE", | |
"ExitCode": 8450, | |
"Hex Value": "0x2102", | |
"Description": "The naming context cannot be removed because it is replicated to another server." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DRA_DB_ERROR", | |
"ExitCode": 8451, | |
"Hex Value": "0x2103", | |
"Description": "The replication operation encountered a database error." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DRA_NO_REPLICA", | |
"ExitCode": 8452, | |
"Hex Value": "0x2104", | |
"Description": "The naming context is in the process of being removed or is not replicated from the specified server." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DRA_ACCESS_DENIED", | |
"ExitCode": 8453, | |
"Hex Value": "0x2105", | |
"Description": "Replication access was denied." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DRA_NOT_SUPPORTED", | |
"ExitCode": 8454, | |
"Hex Value": "0x2106", | |
"Description": "The requested operation is not supported by this version of the directory service." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DRA_RPC_CANCELLED", | |
"ExitCode": 8455, | |
"Hex Value": "0x2107", | |
"Description": "The replication remote procedure call was cancelled." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DRA_SOURCE_DISABLED", | |
"ExitCode": 8456, | |
"Hex Value": "0x2108", | |
"Description": "The source server is currently rejecting replication requests." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DRA_SINK_DISABLED", | |
"ExitCode": 8457, | |
"Hex Value": "0x2109", | |
"Description": "The destination server is currently rejecting replication requests." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DRA_NAME_COLLISION", | |
"ExitCode": 8458, | |
"Hex Value": "0x210A", | |
"Description": "The replication operation failed due to a collision of object names." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DRA_SOURCE_REINSTALLED", | |
"ExitCode": 8459, | |
"Hex Value": "0x210B", | |
"Description": "The replication source has been reinstalled." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DRA_MISSING_PARENT", | |
"ExitCode": 8460, | |
"Hex Value": "0x210C", | |
"Description": "The replication operation failed because a required parent object is missing." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DRA_PREEMPTED", | |
"ExitCode": 8461, | |
"Hex Value": "0x210D", | |
"Description": "The replication operation was preempted." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DRA_ABANDON_SYNC", | |
"ExitCode": 8462, | |
"Hex Value": "0x210E", | |
"Description": "The replication synchronization attempt was abandoned because of a lack of updates." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DRA_SHUTDOWN", | |
"ExitCode": 8463, | |
"Hex Value": "0x210F", | |
"Description": "The replication operation was terminated because the system is shutting down." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DRA_INCOMPATIBLE_PARTIAL_SET", | |
"ExitCode": 8464, | |
"Hex Value": "0x2110", | |
"Description": "Synchronization attempt failed because the destination DC is currently waiting to synchronize new partial attributes from source. This condition is normal if a recent schema change modified the partial attribute set. The destination partial attribute set is not a subset of source partial attribute set." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DRA_SOURCE_IS_PARTIAL_REPLICA", | |
"ExitCode": 8465, | |
"Hex Value": "0x2111", | |
"Description": "The replication synchronization attempt failed because a master replica attempted to sync from a partial replica." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DRA_EXTN_CONNECTION_FAILED", | |
"ExitCode": 8466, | |
"Hex Value": "0x2112", | |
"Description": "The server specified for this replication operation was contacted, but that server was unable to contact an additional server needed to complete the operation." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_INSTALL_SCHEMA_MISMATCH", | |
"ExitCode": 8467, | |
"Hex Value": "0x2113", | |
"Description": "The version of the directory service schema of the source forest is not compatible with the version of directory service on this computer." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DUP_LINK_ID", | |
"ExitCode": 8468, | |
"Hex Value": "0x2114", | |
"Description": "Schema update failed: An attribute with the same link identifier already exists." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NAME_ERROR_RESOLVING", | |
"ExitCode": 8469, | |
"Hex Value": "0x2115", | |
"Description": "Name translation: Generic processing error." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NAME_ERROR_NOT_FOUND", | |
"ExitCode": 8470, | |
"Hex Value": "0x2116", | |
"Description": "Name translation: Could not find the name or insufficient right to see name." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NAME_ERROR_NOT_UNIQUE", | |
"ExitCode": 8471, | |
"Hex Value": "0x2117", | |
"Description": "Name translation: Input name mapped to more than one output name." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NAME_ERROR_NO_MAPPING", | |
"ExitCode": 8472, | |
"Hex Value": "0x2118", | |
"Description": "Name translation: Input name found, but not the associated output format." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NAME_ERROR_DOMAIN_ONLY", | |
"ExitCode": 8473, | |
"Hex Value": "0x2119", | |
"Description": "Name translation: Unable to resolve completely, only the domain was found." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NAME_ERROR_NO_SYNTACTICAL_MAPPING", | |
"ExitCode": 8474, | |
"Hex Value": "0x211A", | |
"Description": "Name translation: Unable to perform purely syntactical mapping at the client without going out to the wire." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CONSTRUCTED_ATT_MOD", | |
"ExitCode": 8475, | |
"Hex Value": "0x211B", | |
"Description": "Modification of a constructed attribute is not allowed." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_WRONG_OM_OBJ_CLASS", | |
"ExitCode": 8476, | |
"Hex Value": "0x211C", | |
"Description": "The OM-Object-Class specified is incorrect for an attribute with the specified syntax." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DRA_REPL_PENDING", | |
"ExitCode": 8477, | |
"Hex Value": "0x211D", | |
"Description": "The replication request has been posted; waiting for reply." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DS_REQUIRED", | |
"ExitCode": 8478, | |
"Hex Value": "0x211E", | |
"Description": "The requested operation requires a directory service, and none was available." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_INVALID_LDAP_DISPLAY_NAME", | |
"ExitCode": 8479, | |
"Hex Value": "0x211F", | |
"Description": "The LDAP display name of the class or attribute contains non-ASCII characters." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NON_BASE_SEARCH", | |
"ExitCode": 8480, | |
"Hex Value": "0x2120", | |
"Description": "The requested search operation is only supported for base searches." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CANT_RETRIEVE_ATTS", | |
"ExitCode": 8481, | |
"Hex Value": "0x2121", | |
"Description": "The search failed to retrieve attributes from the database." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_BACKLINK_WITHOUT_LINK", | |
"ExitCode": 8482, | |
"Hex Value": "0x2122", | |
"Description": "The schema update operation tried to add a backward link attribute that has no corresponding forward link." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_EPOCH_MISMATCH", | |
"ExitCode": 8483, | |
"Hex Value": "0x2123", | |
"Description": "Source and destination of a cross-domain move do not agree on the object\u0027s epoch number. Either source or destination does not have the latest version of the object." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_SRC_NAME_MISMATCH", | |
"ExitCode": 8484, | |
"Hex Value": "0x2124", | |
"Description": "Source and destination of a cross-domain move do not agree on the object\u0027s current name. Either source or destination does not have the latest version of the object." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_SRC_AND_DST_NC_IDENTICAL", | |
"ExitCode": 8485, | |
"Hex Value": "0x2125", | |
"Description": "Source and destination for the cross-domain move operation are identical. Caller should use local move operation instead of cross-domain move operation." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DST_NC_MISMATCH", | |
"ExitCode": 8486, | |
"Hex Value": "0x2126", | |
"Description": "Source and destination for a cross-domain move are not in agreement on the naming contexts in the forest. Either source or destination does not have the latest version of the Partitions container." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NOT_AUTHORITIVE_FOR_DST_NC", | |
"ExitCode": 8487, | |
"Hex Value": "0x2127", | |
"Description": "Destination of a cross-domain move is not authoritative for the destination naming context." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_SRC_GUID_MISMATCH", | |
"ExitCode": 8488, | |
"Hex Value": "0x2128", | |
"Description": "Source and destination of a cross-domain move do not agree on the identity of the source object. Either source or destination does not have the latest version of the source object." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CANT_MOVE_DELETED_OBJECT", | |
"ExitCode": 8489, | |
"Hex Value": "0x2129", | |
"Description": "Object being moved across-domains is already known to be deleted by the destination server. The source server does not have the latest version of the source object." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_PDC_OPERATION_IN_PROGRESS", | |
"ExitCode": 8490, | |
"Hex Value": "0x212A", | |
"Description": "Another operation which requires exclusive access to the PDC FSMO is already in progress." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CROSS_DOMAIN_CLEANUP_REQD", | |
"ExitCode": 8491, | |
"Hex Value": "0x212B", | |
"Description": "A cross-domain move operation failed such that two versions of the moved object exist - one each in the source and destination domains. The destination object needs to be removed to restore the system to a consistent state." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_ILLEGAL_XDOM_MOVE_OPERATION", | |
"ExitCode": 8492, | |
"Hex Value": "0x212C", | |
"Description": "This object may not be moved across domain boundaries either because cross-domain moves for this class are disallowed, or the object has some special characteristics, e.g.: trust account or restricted RID, which prevent its move." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CANT_WITH_ACCT_GROUP_MEMBERSHPS", | |
"ExitCode": 8493, | |
"Hex Value": "0x212D", | |
"Description": "Can\u0027t move objects with memberships across domain boundaries as once moved, this would violate the membership conditions of the account group. Remove the object from any account group memberships and retry." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NC_MUST_HAVE_NC_PARENT", | |
"ExitCode": 8494, | |
"Hex Value": "0x212E", | |
"Description": "A naming context head must be the immediate child of another naming context head, not of an interior node." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE", | |
"ExitCode": 8495, | |
"Hex Value": "0x212F", | |
"Description": "The directory cannot validate the proposed naming context name because it does not hold a replica of the naming context above the proposed naming context. Please ensure that the domain naming master role is held by a server that is configured as a global catalog server, and that the server is up to date with its replication partners. (Applies only to Windows 2000 Domain Naming masters.)" | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DST_DOMAIN_NOT_NATIVE", | |
"ExitCode": 8496, | |
"Hex Value": "0x2130", | |
"Description": "Destination domain must be in native mode." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_MISSING_INFRASTRUCTURE_CONTAINER", | |
"ExitCode": 8497, | |
"Hex Value": "0x2131", | |
"Description": "The operation cannot be performed because the server does not have an infrastructure container in the domain of interest." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CANT_MOVE_ACCOUNT_GROUP", | |
"ExitCode": 8498, | |
"Hex Value": "0x2132", | |
"Description": "Cross-domain move of non-empty account groups is not allowed." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CANT_MOVE_RESOURCE_GROUP", | |
"ExitCode": 8499, | |
"Hex Value": "0x2133", | |
"Description": "Cross-domain move of non-empty resource groups is not allowed." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_INVALID_SEARCH_FLAG", | |
"ExitCode": 8500, | |
"Hex Value": "0x2134", | |
"Description": "The search flags for the attribute are invalid. The ANR bit is valid only on attributes of Unicode or Teletex strings." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NO_TREE_DELETE_ABOVE_NC", | |
"ExitCode": 8501, | |
"Hex Value": "0x2135", | |
"Description": "Tree deletions starting at an object which has an NC head as a descendant are not allowed." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_COULDNT_LOCK_TREE_FOR_DELETE", | |
"ExitCode": 8502, | |
"Hex Value": "0x2136", | |
"Description": "The directory service failed to lock a tree in preparation for a tree deletion because the tree was in use." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_COULDNT_IDENTIFY_OBJECTS_FOR_TREE_DELETE", | |
"ExitCode": 8503, | |
"Hex Value": "0x2137", | |
"Description": "The directory service failed to identify the list of objects to delete while attempting a tree deletion." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_SAM_INIT_FAILURE", | |
"ExitCode": 8504, | |
"Hex Value": "0x2138", | |
"Description": "Security Accounts Manager initialization failed because of the following error: %1. Error Status: 0x%2. Please shutdown this system and reboot into Directory Services Restore Mode, check the event log for more detailed information." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_SENSITIVE_GROUP_VIOLATION", | |
"ExitCode": 8505, | |
"Hex Value": "0x2139", | |
"Description": "Only an administrator can modify the membership list of an administrative group." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CANT_MOD_PRIMARYGROUPID", | |
"ExitCode": 8506, | |
"Hex Value": "0x213A", | |
"Description": "Cannot change the primary group ID of a domain controller account." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_ILLEGAL_BASE_SCHEMA_MOD", | |
"ExitCode": 8507, | |
"Hex Value": "0x213B", | |
"Description": "An attempt is made to modify the base schema." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NONSAFE_SCHEMA_CHANGE", | |
"ExitCode": 8508, | |
"Hex Value": "0x213C", | |
"Description": "Adding a new mandatory attribute to an existing class, deleting a mandatory attribute from an existing class, or adding an optional attribute to the special class Top that is not a backlink attribute (directly or through inheritance, for example, by adding or deleting an auxiliary class) is not allowed." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_SCHEMA_UPDATE_DISALLOWED", | |
"ExitCode": 8509, | |
"Hex Value": "0x213D", | |
"Description": "Schema update is not allowed on this DC because the DC is not the schema FSMO Role Owner." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CANT_CREATE_UNDER_SCHEMA", | |
"ExitCode": 8510, | |
"Hex Value": "0x213E", | |
"Description": "An object of this class cannot be created under the schema container. You can only create attribute-schema and class-schema objects under the schema container." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_INSTALL_NO_SRC_SCH_VERSION", | |
"ExitCode": 8511, | |
"Hex Value": "0x213F", | |
"Description": "The replica/child install failed to get the objectVersion attribute on the schema container on the source DC. Either the attribute is missing on the schema container or the credentials supplied do not have permission to read it." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_INSTALL_NO_SCH_VERSION_IN_INIFILE", | |
"ExitCode": 8512, | |
"Hex Value": "0x2140", | |
"Description": "The replica/child install failed to read the objectVersion attribute in the SCHEMA section of the file schema.ini in the system32 directory." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_INVALID_GROUP_TYPE", | |
"ExitCode": 8513, | |
"Hex Value": "0x2141", | |
"Description": "The specified group type is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN", | |
"ExitCode": 8514, | |
"Hex Value": "0x2142", | |
"Description": "You cannot nest global groups in a mixed domain if the group is security-enabled." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN", | |
"ExitCode": 8515, | |
"Hex Value": "0x2143", | |
"Description": "You cannot nest local groups in a mixed domain if the group is security-enabled." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER", | |
"ExitCode": 8516, | |
"Hex Value": "0x2144", | |
"Description": "A global group cannot have a local group as a member." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER", | |
"ExitCode": 8517, | |
"Hex Value": "0x2145", | |
"Description": "A global group cannot have a universal group as a member." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER", | |
"ExitCode": 8518, | |
"Hex Value": "0x2146", | |
"Description": "A universal group cannot have a local group as a member." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER", | |
"ExitCode": 8519, | |
"Hex Value": "0x2147", | |
"Description": "A global group cannot have a cross-domain member." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER", | |
"ExitCode": 8520, | |
"Hex Value": "0x2148", | |
"Description": "A local group cannot have another cross domain local group as a member." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_HAVE_PRIMARY_MEMBERS", | |
"ExitCode": 8521, | |
"Hex Value": "0x2149", | |
"Description": "A group with primary members cannot change to a security-disabled group." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_STRING_SD_CONVERSION_FAILED", | |
"ExitCode": 8522, | |
"Hex Value": "0x214A", | |
"Description": "The schema cache load failed to convert the string default SD on a class-schema object." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NAMING_MASTER_GC", | |
"ExitCode": 8523, | |
"Hex Value": "0x214B", | |
"Description": "Only DSAs configured to be Global Catalog servers should be allowed to hold the Domain Naming Master FSMO role. (Applies only to Windows 2000 servers.)" | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DNS_LOOKUP_FAILURE", | |
"ExitCode": 8524, | |
"Hex Value": "0x214C", | |
"Description": "The DSA operation is unable to proceed because of a DNS lookup failure." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_COULDNT_UPDATE_SPNS", | |
"ExitCode": 8525, | |
"Hex Value": "0x214D", | |
"Description": "While processing a change to the DNS Host Name for an object, the Service Principal Name values could not be kept in sync." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CANT_RETRIEVE_SD", | |
"ExitCode": 8526, | |
"Hex Value": "0x214E", | |
"Description": "The Security Descriptor attribute could not be read." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_KEY_NOT_UNIQUE", | |
"ExitCode": 8527, | |
"Hex Value": "0x214F", | |
"Description": "The object requested was not found, but an object with that key was found." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_WRONG_LINKED_ATT_SYNTAX", | |
"ExitCode": 8528, | |
"Hex Value": "0x2150", | |
"Description": "The syntax of the linked attribute being added is incorrect. Forward links can only have syntax 2.5.5.1, 2.5.5.7, and 2.5.5.14, and backlinks can only have syntax 2.5.5.1." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_SAM_NEED_BOOTKEY_PASSWORD", | |
"ExitCode": 8529, | |
"Hex Value": "0x2151", | |
"Description": "Security Account Manager needs to get the boot password." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_SAM_NEED_BOOTKEY_FLOPPY", | |
"ExitCode": 8530, | |
"Hex Value": "0x2152", | |
"Description": "Security Account Manager needs to get the boot key from floppy disk." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CANT_START", | |
"ExitCode": 8531, | |
"Hex Value": "0x2153", | |
"Description": "Directory Service cannot start." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_INIT_FAILURE", | |
"ExitCode": 8532, | |
"Hex Value": "0x2154", | |
"Description": "Directory Services could not start." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NO_PKT_PRIVACY_ON_CONNECTION", | |
"ExitCode": 8533, | |
"Hex Value": "0x2155", | |
"Description": "The connection between client and server requires packet privacy or better." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_SOURCE_DOMAIN_IN_FOREST", | |
"ExitCode": 8534, | |
"Hex Value": "0x2156", | |
"Description": "The source domain may not be in the same forest as destination." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DESTINATION_DOMAIN_NOT_IN_FOREST", | |
"ExitCode": 8535, | |
"Hex Value": "0x2157", | |
"Description": "The destination domain must be in the forest." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DESTINATION_AUDITING_NOT_ENABLED", | |
"ExitCode": 8536, | |
"Hex Value": "0x2158", | |
"Description": "The operation requires that destination domain auditing be enabled." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CANT_FIND_DC_FOR_SRC_DOMAIN", | |
"ExitCode": 8537, | |
"Hex Value": "0x2159", | |
"Description": "The operation couldn\u0027t locate a DC for the source domain." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_SRC_OBJ_NOT_GROUP_OR_USER", | |
"ExitCode": 8538, | |
"Hex Value": "0x215A", | |
"Description": "The source object must be a group or user." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_SRC_SID_EXISTS_IN_FOREST", | |
"ExitCode": 8539, | |
"Hex Value": "0x215B", | |
"Description": "The source object\u0027s SID already exists in destination forest." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_SRC_AND_DST_OBJECT_CLASS_MISMATCH", | |
"ExitCode": 8540, | |
"Hex Value": "0x215C", | |
"Description": "The source and destination object must be of the same type." | |
}, | |
{ | |
"ErrorString": "ERROR_SAM_INIT_FAILURE", | |
"ExitCode": 8541, | |
"Hex Value": "0x215D", | |
"Description": "Security Accounts Manager initialization failed because of the following error: %1. Error Status: 0x%2. Click OK to shut down the system and reboot into Safe Mode. Check the event log for detailed information." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DRA_SCHEMA_INFO_SHIP", | |
"ExitCode": 8542, | |
"Hex Value": "0x215E", | |
"Description": "Schema information could not be included in the replication request." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DRA_SCHEMA_CONFLICT", | |
"ExitCode": 8543, | |
"Hex Value": "0x215F", | |
"Description": "The replication operation could not be completed due to a schema incompatibility." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DRA_EARLIER_SCHEMA_CONFLICT", | |
"ExitCode": 8544, | |
"Hex Value": "0x2160", | |
"Description": "The replication operation could not be completed due to a previous schema incompatibility." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DRA_OBJ_NC_MISMATCH", | |
"ExitCode": 8545, | |
"Hex Value": "0x2161", | |
"Description": "The replication update could not be applied because either the source or the destination has not yet received information regarding a recent cross-domain move operation." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NC_STILL_HAS_DSAS", | |
"ExitCode": 8546, | |
"Hex Value": "0x2162", | |
"Description": "The requested domain could not be deleted because there exist domain controllers that still host this domain." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_GC_REQUIRED", | |
"ExitCode": 8547, | |
"Hex Value": "0x2163", | |
"Description": "The requested operation can be performed only on a global catalog server." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_LOCAL_MEMBER_OF_LOCAL_ONLY", | |
"ExitCode": 8548, | |
"Hex Value": "0x2164", | |
"Description": "A local group can only be a member of other local groups in the same domain." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NO_FPO_IN_UNIVERSAL_GROUPS", | |
"ExitCode": 8549, | |
"Hex Value": "0x2165", | |
"Description": "Foreign security principals cannot be members of universal groups." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CANT_ADD_TO_GC", | |
"ExitCode": 8550, | |
"Hex Value": "0x2166", | |
"Description": "The attribute is not allowed to be replicated to the GC because of security reasons." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NO_CHECKPOINT_WITH_PDC", | |
"ExitCode": 8551, | |
"Hex Value": "0x2167", | |
"Description": "The checkpoint with the PDC could not be taken because there too many modifications being processed currently." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_SOURCE_AUDITING_NOT_ENABLED", | |
"ExitCode": 8552, | |
"Hex Value": "0x2168", | |
"Description": "The operation requires that source domain auditing be enabled." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CANT_CREATE_IN_NONDOMAIN_NC", | |
"ExitCode": 8553, | |
"Hex Value": "0x2169", | |
"Description": "Security principal objects can only be created inside domain naming contexts." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_INVALID_NAME_FOR_SPN", | |
"ExitCode": 8554, | |
"Hex Value": "0x216A", | |
"Description": "A Service Principal Name (SPN) could not be constructed because the provided hostname is not in the necessary format." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_FILTER_USES_CONTRUCTED_ATTRS", | |
"ExitCode": 8555, | |
"Hex Value": "0x216B", | |
"Description": "A Filter was passed that uses constructed attributes." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_UNICODEPWD_NOT_IN_QUOTES", | |
"ExitCode": 8556, | |
"Hex Value": "0x216C", | |
"Description": "The unicodePwd attribute value must be enclosed in double quotes." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED", | |
"ExitCode": 8557, | |
"Hex Value": "0x216D", | |
"Description": "Your computer could not be joined to the domain. You have exceeded the maximum number of computer accounts you are allowed to create in this domain. Contact your system administrator to have this limit reset or increased." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_MUST_BE_RUN_ON_DST_DC", | |
"ExitCode": 8558, | |
"Hex Value": "0x216E", | |
"Description": "For security reasons, the operation must be run on the destination DC." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_SRC_DC_MUST_BE_SP4_OR_GREATER", | |
"ExitCode": 8559, | |
"Hex Value": "0x216F", | |
"Description": "For security reasons, the source DC must be NT4SP4 or greater." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CANT_TREE_DELETE_CRITICAL_OBJ", | |
"ExitCode": 8560, | |
"Hex Value": "0x2170", | |
"Description": "Critical Directory Service System objects cannot be deleted during tree delete operations. The tree delete may have been partially performed." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_INIT_FAILURE_CONSOLE", | |
"ExitCode": 8561, | |
"Hex Value": "0x2171", | |
"Description": "Directory Services could not start because of the following error: %1. Error Status: 0x%2. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_SAM_INIT_FAILURE_CONSOLE", | |
"ExitCode": 8562, | |
"Hex Value": "0x2172", | |
"Description": "Security Accounts Manager initialization failed because of the following error: %1. Error Status: 0x%2. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_FOREST_VERSION_TOO_HIGH", | |
"ExitCode": 8563, | |
"Hex Value": "0x2173", | |
"Description": "The version of the operating system is incompatible with the current AD DS forest functional level or AD LDS Configuration Set functional level. You must upgrade to a new version of the operating system before this server can become an AD DS Domain Controller or add an AD LDS Instance in this AD DS Forest or AD LDS Configuration Set." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DOMAIN_VERSION_TOO_HIGH", | |
"ExitCode": 8564, | |
"Hex Value": "0x2174", | |
"Description": "The version of the operating system installed is incompatible with the current domain functional level. You must upgrade to a new version of the operating system before this server can become a domain controller in this domain." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_FOREST_VERSION_TOO_LOW", | |
"ExitCode": 8565, | |
"Hex Value": "0x2175", | |
"Description": "The version of the operating system installed on this server no longer supports the current AD DS Forest functional level or AD LDS Configuration Set functional level. You must raise the AD DS Forest functional level or AD LDS Configuration Set functional level before this server can become an AD DS Domain Controller or an AD LDS Instance in this Forest or Configuration Set." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DOMAIN_VERSION_TOO_LOW", | |
"ExitCode": 8566, | |
"Hex Value": "0x2176", | |
"Description": "The version of the operating system installed on this server no longer supports the current domain functional level. You must raise the domain functional level before this server can become a domain controller in this domain." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_INCOMPATIBLE_VERSION", | |
"ExitCode": 8567, | |
"Hex Value": "0x2177", | |
"Description": "The version of the operating system installed on this server is incompatible with the functional level of the domain or forest." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_LOW_DSA_VERSION", | |
"ExitCode": 8568, | |
"Hex Value": "0x2178", | |
"Description": "The functional level of the domain (or forest) cannot be raised to the requested value, because there exist one or more domain controllers in the domain (or forest) that are at a lower incompatible functional level." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NO_BEHAVIOR_VERSION_IN_MIXEDDOMAIN", | |
"ExitCode": 8569, | |
"Hex Value": "0x2179", | |
"Description": "The forest functional level cannot be raised to the requested value since one or more domains are still in mixed domain mode. All domains in the forest must be in native mode, for you to raise the forest functional level." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NOT_SUPPORTED_SORT_ORDER", | |
"ExitCode": 8570, | |
"Hex Value": "0x217A", | |
"Description": "The sort order requested is not supported." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NAME_NOT_UNIQUE", | |
"ExitCode": 8571, | |
"Hex Value": "0x217B", | |
"Description": "The requested name already exists as a unique identifier." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_MACHINE_ACCOUNT_CREATED_PRENT4", | |
"ExitCode": 8572, | |
"Hex Value": "0x217C", | |
"Description": "The machine account was created pre-NT4. The account needs to be recreated." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_OUT_OF_VERSION_STORE", | |
"ExitCode": 8573, | |
"Hex Value": "0x217D", | |
"Description": "The database is out of version store." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_INCOMPATIBLE_CONTROLS_USED", | |
"ExitCode": 8574, | |
"Hex Value": "0x217E", | |
"Description": "Unable to continue operation because multiple conflicting controls were used." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NO_REF_DOMAIN", | |
"ExitCode": 8575, | |
"Hex Value": "0x217F", | |
"Description": "Unable to find a valid security descriptor reference domain for this partition." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_RESERVED_LINK_ID", | |
"ExitCode": 8576, | |
"Hex Value": "0x2180", | |
"Description": "Schema update failed: The link identifier is reserved." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_LINK_ID_NOT_AVAILABLE", | |
"ExitCode": 8577, | |
"Hex Value": "0x2181", | |
"Description": "Schema update failed: There are no link identifiers available." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER", | |
"ExitCode": 8578, | |
"Hex Value": "0x2182", | |
"Description": "An account group cannot have a universal group as a member." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_MODIFYDN_DISALLOWED_BY_INSTANCE_TYPE", | |
"ExitCode": 8579, | |
"Hex Value": "0x2183", | |
"Description": "Rename or move operations on naming context heads or read-only objects are not allowed." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NO_OBJECT_MOVE_IN_SCHEMA_NC", | |
"ExitCode": 8580, | |
"Hex Value": "0x2184", | |
"Description": "Move operations on objects in the schema naming context are not allowed." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_MODIFYDN_DISALLOWED_BY_FLAG", | |
"ExitCode": 8581, | |
"Hex Value": "0x2185", | |
"Description": "A system flag has been set on the object and does not allow the object to be moved or renamed." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_MODIFYDN_WRONG_GRANDPARENT", | |
"ExitCode": 8582, | |
"Hex Value": "0x2186", | |
"Description": "This object is not allowed to change its grandparent container. Moves are not forbidden on this object, but are restricted to sibling containers." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NAME_ERROR_TRUST_REFERRAL", | |
"ExitCode": 8583, | |
"Hex Value": "0x2187", | |
"Description": "Unable to resolve completely, a referral to another forest is generated." | |
}, | |
{ | |
"ErrorString": "ERROR_NOT_SUPPORTED_ON_STANDARD_SERVER", | |
"ExitCode": 8584, | |
"Hex Value": "0x2188", | |
"Description": "The requested action is not supported on standard server." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CANT_ACCESS_REMOTE_PART_OF_AD", | |
"ExitCode": 8585, | |
"Hex Value": "0x2189", | |
"Description": "Could not access a partition of the directory service located on a remote server. Make sure at least one server is running for the partition in question." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE_V2", | |
"ExitCode": 8586, | |
"Hex Value": "0x218A", | |
"Description": "The directory cannot validate the proposed naming context (or partition) name because it does not hold a replica nor can it contact a replica of the naming context above the proposed naming context. Please ensure that the parent naming context is properly registered in DNS, and at least one replica of this naming context is reachable by the Domain Naming master." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_THREAD_LIMIT_EXCEEDED", | |
"ExitCode": 8587, | |
"Hex Value": "0x218B", | |
"Description": "The thread limit for this request was exceeded." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NOT_CLOSEST", | |
"ExitCode": 8588, | |
"Hex Value": "0x218C", | |
"Description": "The Global catalog server is not in the closest site." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CANT_DERIVE_SPN_WITHOUT_SERVER_REF", | |
"ExitCode": 8589, | |
"Hex Value": "0x218D", | |
"Description": "The DS cannot derive a service principal name (SPN) with which to mutually authenticate the target server because the corresponding server object in the local DS database has no serverReference attribute." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_SINGLE_USER_MODE_FAILED", | |
"ExitCode": 8590, | |
"Hex Value": "0x218E", | |
"Description": "The Directory Service failed to enter single user mode." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NTDSCRIPT_SYNTAX_ERROR", | |
"ExitCode": 8591, | |
"Hex Value": "0x218F", | |
"Description": "The Directory Service cannot parse the script because of a syntax error." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NTDSCRIPT_PROCESS_ERROR", | |
"ExitCode": 8592, | |
"Hex Value": "0x2190", | |
"Description": "The Directory Service cannot process the script because of an error." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DIFFERENT_REPL_EPOCHS", | |
"ExitCode": 8593, | |
"Hex Value": "0x2191", | |
"Description": "The directory service cannot perform the requested operation because the servers involved are of different replication epochs (which is usually related to a domain rename that is in progress)." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DRS_EXTENSIONS_CHANGED", | |
"ExitCode": 8594, | |
"Hex Value": "0x2192", | |
"Description": "The directory service binding must be renegotiated due to a change in the server extensions information." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_REPLICA_SET_CHANGE_NOT_ALLOWED_ON_DISABLED_CR", | |
"ExitCode": 8595, | |
"Hex Value": "0x2193", | |
"Description": "Operation not allowed on a disabled cross ref." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NO_MSDS_INTID", | |
"ExitCode": 8596, | |
"Hex Value": "0x2194", | |
"Description": "Schema update failed: No values for msDS-IntId are available." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DUP_MSDS_INTID", | |
"ExitCode": 8597, | |
"Hex Value": "0x2195", | |
"Description": "Schema update failed: Duplicate msDS-INtId. Retry the operation." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_EXISTS_IN_RDNATTID", | |
"ExitCode": 8598, | |
"Hex Value": "0x2196", | |
"Description": "Schema deletion failed: attribute is used in rDNAttID." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_AUTHORIZATION_FAILED", | |
"ExitCode": 8599, | |
"Hex Value": "0x2197", | |
"Description": "The directory service failed to authorize the request." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_INVALID_SCRIPT", | |
"ExitCode": 8600, | |
"Hex Value": "0x2198", | |
"Description": "The Directory Service cannot process the script because it is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_REMOTE_CROSSREF_OP_FAILED", | |
"ExitCode": 8601, | |
"Hex Value": "0x2199", | |
"Description": "The remote create cross reference operation failed on the Domain Naming Master FSMO. The operation\u0027s error is in the extended data." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CROSS_REF_BUSY", | |
"ExitCode": 8602, | |
"Hex Value": "0x219A", | |
"Description": "A cross reference is in use locally with the same name." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CANT_DERIVE_SPN_FOR_DELETED_DOMAIN", | |
"ExitCode": 8603, | |
"Hex Value": "0x219B", | |
"Description": "The DS cannot derive a service principal name (SPN) with which to mutually authenticate the target server because the server\u0027s domain has been deleted from the forest." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CANT_DEMOTE_WITH_WRITEABLE_NC", | |
"ExitCode": 8604, | |
"Hex Value": "0x219C", | |
"Description": "Writeable NCs prevent this DC from demoting." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DUPLICATE_ID_FOUND", | |
"ExitCode": 8605, | |
"Hex Value": "0x219D", | |
"Description": "The requested object has a non-unique identifier and cannot be retrieved." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_INSUFFICIENT_ATTR_TO_CREATE_OBJECT", | |
"ExitCode": 8606, | |
"Hex Value": "0x219E", | |
"Description": "Insufficient attributes were given to create an object. This object may not exist because it may have been deleted and already garbage collected." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_GROUP_CONVERSION_ERROR", | |
"ExitCode": 8607, | |
"Hex Value": "0x219F", | |
"Description": "The group cannot be converted due to attribute restrictions on the requested group type." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CANT_MOVE_APP_BASIC_GROUP", | |
"ExitCode": 8608, | |
"Hex Value": "0x21A0", | |
"Description": "Cross-domain move of non-empty basic application groups is not allowed." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_CANT_MOVE_APP_QUERY_GROUP", | |
"ExitCode": 8609, | |
"Hex Value": "0x21A1", | |
"Description": "Cross-domain move of non-empty query based application groups is not allowed." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_ROLE_NOT_VERIFIED", | |
"ExitCode": 8610, | |
"Hex Value": "0x21A2", | |
"Description": "The FSMO role ownership could not be verified because its directory partition has not replicated successfully with at least one replication partner." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_WKO_CONTAINER_CANNOT_BE_SPECIAL", | |
"ExitCode": 8611, | |
"Hex Value": "0x21A3", | |
"Description": "The target container for a redirection of a well known object container cannot already be a special container." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DOMAIN_RENAME_IN_PROGRESS", | |
"ExitCode": 8612, | |
"Hex Value": "0x21A4", | |
"Description": "The Directory Service cannot perform the requested operation because a domain rename operation is in progress." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_EXISTING_AD_CHILD_NC", | |
"ExitCode": 8613, | |
"Hex Value": "0x21A5", | |
"Description": "The directory service detected a child partition below the requested partition name. The partition hierarchy must be created in a top down method." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_REPL_LIFETIME_EXCEEDED", | |
"ExitCode": 8614, | |
"Hex Value": "0x21A6", | |
"Description": "The directory service cannot replicate with this server because the time since the last replication with this server has exceeded the tombstone lifetime." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DISALLOWED_IN_SYSTEM_CONTAINER", | |
"ExitCode": 8615, | |
"Hex Value": "0x21A7", | |
"Description": "The requested operation is not allowed on an object under the system container." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_LDAP_SEND_QUEUE_FULL", | |
"ExitCode": 8616, | |
"Hex Value": "0x21A8", | |
"Description": "The LDAP servers network send queue has filled up because the client is not processing the results of its requests fast enough. No more requests will be processed until the client catches up. If the client does not catch up then it will be disconnected." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DRA_OUT_SCHEDULE_WINDOW", | |
"ExitCode": 8617, | |
"Hex Value": "0x21A9", | |
"Description": "The scheduled replication did not take place because the system was too busy to execute the request within the schedule window. The replication queue is overloaded. Consider reducing the number of partners or decreasing the scheduled replication frequency." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_POLICY_NOT_KNOWN", | |
"ExitCode": 8618, | |
"Hex Value": "0x21AA", | |
"Description": "At this time, it cannot be determined if the branch replication policy is available on the hub domain controller. Please retry at a later time to account for replication latencies." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_SITE_SETTINGS_OBJECT", | |
"ExitCode": 8619, | |
"Hex Value": "0x21AB", | |
"Description": "The site settings object for the specified site does not exist." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_SECRETS", | |
"ExitCode": 8620, | |
"Hex Value": "0x21AC", | |
"Description": "The local account store does not contain secret material for the specified account." | |
}, | |
{ | |
"ErrorString": "ERROR_NO_WRITABLE_DC_FOUND", | |
"ExitCode": 8621, | |
"Hex Value": "0x21AD", | |
"Description": "Could not find a writable domain controller in the domain." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NO_SERVER_OBJECT", | |
"ExitCode": 8622, | |
"Hex Value": "0x21AE", | |
"Description": "The server object for the domain controller does not exist." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NO_NTDSA_OBJECT", | |
"ExitCode": 8623, | |
"Hex Value": "0x21AF", | |
"Description": "The NTDS Settings object for the domain controller does not exist." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_NON_ASQ_SEARCH", | |
"ExitCode": 8624, | |
"Hex Value": "0x21B0", | |
"Description": "The requested search operation is not supported for ASQ searches." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_AUDIT_FAILURE", | |
"ExitCode": 8625, | |
"Hex Value": "0x21B1", | |
"Description": "A required audit event could not be generated for the operation." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_INVALID_SEARCH_FLAG_SUBTREE", | |
"ExitCode": 8626, | |
"Hex Value": "0x21B2", | |
"Description": "The search flags for the attribute are invalid. The subtree index bit is valid only on single valued attributes." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_INVALID_SEARCH_FLAG_TUPLE", | |
"ExitCode": 8627, | |
"Hex Value": "0x21B3", | |
"Description": "The search flags for the attribute are invalid. The tuple index bit is valid only on attributes of Unicode strings." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_HIERARCHY_TABLE_TOO_DEEP", | |
"ExitCode": 8628, | |
"Hex Value": "0x21B4", | |
"Description": "The address books are nested too deeply. Failed to build the hierarchy table." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DRA_CORRUPT_UTD_VECTOR", | |
"ExitCode": 8629, | |
"Hex Value": "0x21B5", | |
"Description": "The specified up-to-date-ness vector is corrupt." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DRA_SECRETS_DENIED", | |
"ExitCode": 8630, | |
"Hex Value": "0x21B6", | |
"Description": "The request to replicate secrets is denied." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_RESERVED_MAPI_ID", | |
"ExitCode": 8631, | |
"Hex Value": "0x21B7", | |
"Description": "Schema update failed: The MAPI identifier is reserved." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_MAPI_ID_NOT_AVAILABLE", | |
"ExitCode": 8632, | |
"Hex Value": "0x21B8", | |
"Description": "Schema update failed: There are no MAPI identifiers available." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DRA_MISSING_KRBTGT_SECRET", | |
"ExitCode": 8633, | |
"Hex Value": "0x21B9", | |
"Description": "The replication operation failed because the required attributes of the local krbtgt object are missing." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DOMAIN_NAME_EXISTS_IN_FOREST", | |
"ExitCode": 8634, | |
"Hex Value": "0x21BA", | |
"Description": "The domain name of the trusted domain already exists in the forest." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_FLAT_NAME_EXISTS_IN_FOREST", | |
"ExitCode": 8635, | |
"Hex Value": "0x21BB", | |
"Description": "The flat name of the trusted domain already exists in the forest." | |
}, | |
{ | |
"ErrorString": "ERROR_INVALID_USER_PRINCIPAL_NAME", | |
"ExitCode": 8636, | |
"Hex Value": "0x21BC", | |
"Description": "The User Principal Name (UPN) is invalid." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_OID_MAPPED_GROUP_CANT_HAVE_MEMBERS", | |
"ExitCode": 8637, | |
"Hex Value": "0x21BD", | |
"Description": "OID mapped groups cannot have members." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_OID_NOT_FOUND", | |
"ExitCode": 8638, | |
"Hex Value": "0x21BE", | |
"Description": "The specified OID cannot be found." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DRA_RECYCLED_TARGET", | |
"ExitCode": 8639, | |
"Hex Value": "0x21BF", | |
"Description": "The replication operation failed because the target object referred by a link value is recycled." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_DISALLOWED_NC_REDIRECT", | |
"ExitCode": 8640, | |
"Hex Value": "0x21C0", | |
"Description": "The redirect operation failed because the target object is in a NC different from the domain NC of the current domain controller." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_HIGH_ADLDS_FFL", | |
"ExitCode": 8641, | |
"Hex Value": "0x21C1", | |
"Description": "The functional level of the AD LDS configuration set cannot be lowered to the requested value." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_HIGH_DSA_VERSION", | |
"ExitCode": 8642, | |
"Hex Value": "0x21C2", | |
"Description": "The functional level of the domain (or forest) cannot be lowered to the requested value." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_LOW_ADLDS_FFL", | |
"ExitCode": 8643, | |
"Hex Value": "0x21C3", | |
"Description": "The functional level of the AD LDS configuration set cannot be raised to the requested value, because there exist one or more ADLDS instances that are at a lower incompatible functional level." | |
}, | |
{ | |
"ErrorString": "ERROR_DOMAIN_SID_SAME_AS_LOCAL_WORKSTATION", | |
"ExitCode": 8644, | |
"Hex Value": "0x21C4", | |
"Description": "The domain join cannot be completed because the SID of the domain you attempted to join was identical to the SID of this machine. This is a symptom of an improperly cloned operating system install. You should run sysprep on this machine in order to generate a new machine SID. Please see http://go.microsoft.com/fwlink/p/?linkid=168895 for more information." | |
}, | |
{ | |
"ErrorString": "ERROR_DS_UNDELETE_SAM_VALIDATION_FAILED", | |
"ExitCode": 8645, | |
"Hex Value": "0x21C5", | |
"Description": "The undelete operation failed because the Sam Account Name or Additional Sam Account Name of the object being undeleted conflicts with an existing live object." | |
}, | |
{ | |
"ErrorString": "ERROR_INCORRECT_ACCOUNT_TYPE", | |
"ExitCode": 8646, | |
"Hex Value": "0x21C6", | |
"Description": "The system is not authoritative for the specified account and therefore cannot complete the operation. Please retry the operation using the provider associated with this account. If this is an online provider please use the provider\u0027s online site." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_RCODE_FORMAT_ERROR", | |
"ExitCode": 9001, | |
"Hex Value": "0x2329", | |
"Description": "DNS server unable to interpret format." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_RCODE_SERVER_FAILURE", | |
"ExitCode": 9002, | |
"Hex Value": "0x232A", | |
"Description": "DNS server failure." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_RCODE_NAME_ERROR", | |
"ExitCode": 9003, | |
"Hex Value": "0x232B", | |
"Description": "DNS name does not exist." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_RCODE_NOT_IMPLEMENTED", | |
"ExitCode": 9004, | |
"Hex Value": "0x232C", | |
"Description": "DNS request not supported by name server." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_RCODE_REFUSED", | |
"ExitCode": 9005, | |
"Hex Value": "0x232D", | |
"Description": "DNS operation refused." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_RCODE_YXDOMAIN", | |
"ExitCode": 9006, | |
"Hex Value": "0x232E", | |
"Description": "DNS name that ought not exist, does exist." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_RCODE_YXRRSET", | |
"ExitCode": 9007, | |
"Hex Value": "0x232F", | |
"Description": "DNS RR set that ought not exist, does exist." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_RCODE_NXRRSET", | |
"ExitCode": 9008, | |
"Hex Value": "0x2330", | |
"Description": "DNS RR set that ought to exist, does not exist." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_RCODE_NOTAUTH", | |
"ExitCode": 9009, | |
"Hex Value": "0x2331", | |
"Description": "DNS server not authoritative for zone." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_RCODE_NOTZONE", | |
"ExitCode": 9010, | |
"Hex Value": "0x2332", | |
"Description": "DNS name in update or prereq is not in zone." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_RCODE_BADSIG", | |
"ExitCode": 9016, | |
"Hex Value": "0x2338", | |
"Description": "DNS signature failed to verify." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_RCODE_BADKEY", | |
"ExitCode": 9017, | |
"Hex Value": "0x2339", | |
"Description": "DNS bad key." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_RCODE_BADTIME", | |
"ExitCode": 9018, | |
"Hex Value": "0x233A", | |
"Description": "DNS signature validity expired." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_KEYMASTER_REQUIRED", | |
"ExitCode": 9101, | |
"Hex Value": "0x238D", | |
"Description": "Only the DNS server acting as the key master for the zone may perform this operation." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_NOT_ALLOWED_ON_SIGNED_ZONE", | |
"ExitCode": 9102, | |
"Hex Value": "0x238E", | |
"Description": "This operation is not allowed on a zone that is signed or has signing keys." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_NSEC3_INCOMPATIBLE_WITH_RSA_SHA1", | |
"ExitCode": 9103, | |
"Hex Value": "0x238F", | |
"Description": { | |
"value": [ | |
"NSEC3 is not compatible with the RSA-SHA-1 algorithm. Choose a different algorithm or use NSEC.", | |
"NSEC3 is not compatible with the RSA-SHA-1 algorithm. Choose a different algorithm or use NSEC.This value was also named DNS_ERROR_INVALID_NSEC3_PARAMETERS" | |
], | |
"Count": 2 | |
} | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_NOT_ENOUGH_SIGNING_KEY_DESCRIPTORS", | |
"ExitCode": 9104, | |
"Hex Value": "0x2390", | |
"Description": "The zone does not have enough signing keys. There must be at least one key signing key (KSK) and at least one zone signing key (ZSK)." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_UNSUPPORTED_ALGORITHM", | |
"ExitCode": 9105, | |
"Hex Value": "0x2391", | |
"Description": "The specified algorithm is not supported." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_INVALID_KEY_SIZE", | |
"ExitCode": 9106, | |
"Hex Value": "0x2392", | |
"Description": "The specified key size is not supported." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_SIGNING_KEY_NOT_ACCESSIBLE", | |
"ExitCode": 9107, | |
"Hex Value": "0x2393", | |
"Description": "One or more of the signing keys for a zone are not accessible to the DNS server. Zone signing will not be operational until this error is resolved." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_KSP_DOES_NOT_SUPPORT_PROTECTION", | |
"ExitCode": 9108, | |
"Hex Value": "0x2394", | |
"Description": "The specified key storage provider does not support DPAPI++ data protection. Zone signing will not be operational until this error is resolved." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_UNEXPECTED_DATA_PROTECTION_ERROR", | |
"ExitCode": 9109, | |
"Hex Value": "0x2395", | |
"Description": "An unexpected DPAPI++ error was encountered. Zone signing will not be operational until this error is resolved." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_UNEXPECTED_CNG_ERROR", | |
"ExitCode": 9110, | |
"Hex Value": "0x2396", | |
"Description": "An unexpected crypto error was encountered. Zone signing may not be operational until this error is resolved." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_UNKNOWN_SIGNING_PARAMETER_VERSION", | |
"ExitCode": 9111, | |
"Hex Value": "0x2397", | |
"Description": "The DNS server encountered a signing key with an unknown version. Zone signing will not be operational until this error is resolved." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_KSP_NOT_ACCESSIBLE", | |
"ExitCode": 9112, | |
"Hex Value": "0x2398", | |
"Description": "The specified key service provider cannot be opened by the DNS server." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_TOO_MANY_SKDS", | |
"ExitCode": 9113, | |
"Hex Value": "0x2399", | |
"Description": "The DNS server cannot accept any more signing keys with the specified algorithm and KSK flag value for this zone." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_INVALID_ROLLOVER_PERIOD", | |
"ExitCode": 9114, | |
"Hex Value": "0x239A", | |
"Description": "The specified rollover period is invalid." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_INVALID_INITIAL_ROLLOVER_OFFSET", | |
"ExitCode": 9115, | |
"Hex Value": "0x239B", | |
"Description": "The specified initial rollover offset is invalid." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_ROLLOVER_IN_PROGRESS", | |
"ExitCode": 9116, | |
"Hex Value": "0x239C", | |
"Description": "The specified signing key is already in process of rolling over keys." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_STANDBY_KEY_NOT_PRESENT", | |
"ExitCode": 9117, | |
"Hex Value": "0x239D", | |
"Description": "The specified signing key does not have a standby key to revoke." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_NOT_ALLOWED_ON_ZSK", | |
"ExitCode": 9118, | |
"Hex Value": "0x239E", | |
"Description": "This operation is not allowed on a zone signing key (ZSK)." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_NOT_ALLOWED_ON_ACTIVE_SKD", | |
"ExitCode": 9119, | |
"Hex Value": "0x239F", | |
"Description": "This operation is not allowed on an active signing key." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_ROLLOVER_ALREADY_QUEUED", | |
"ExitCode": 9120, | |
"Hex Value": "0x23A0", | |
"Description": "The specified signing key is already queued for rollover." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_NOT_ALLOWED_ON_UNSIGNED_ZONE", | |
"ExitCode": 9121, | |
"Hex Value": "0x23A1", | |
"Description": "This operation is not allowed on an unsigned zone." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_BAD_KEYMASTER", | |
"ExitCode": 9122, | |
"Hex Value": "0x23A2", | |
"Description": "This operation could not be completed because the DNS server listed as the current key master for this zone is down or misconfigured. Resolve the problem on the current key master for this zone or use another DNS server to seize the key master role." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_INVALID_SIGNATURE_VALIDITY_PERIOD", | |
"ExitCode": 9123, | |
"Hex Value": "0x23A3", | |
"Description": "The specified signature validity period is invalid." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_INVALID_NSEC3_ITERATION_COUNT", | |
"ExitCode": 9124, | |
"Hex Value": "0x23A4", | |
"Description": "The specified NSEC3 iteration count is higher than allowed by the minimum key length used in the zone." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_DNSSEC_IS_DISABLED", | |
"ExitCode": 9125, | |
"Hex Value": "0x23A5", | |
"Description": "This operation could not be completed because the DNS server has been configured with DNSSEC features disabled. Enable DNSSEC on the DNS server." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_INVALID_XML", | |
"ExitCode": 9126, | |
"Hex Value": "0x23A6", | |
"Description": "This operation could not be completed because the XML stream received is empty or syntactically invalid." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_NO_VALID_TRUST_ANCHORS", | |
"ExitCode": 9127, | |
"Hex Value": "0x23A7", | |
"Description": "This operation completed, but no trust anchors were added because all of the trust anchors received were either invalid, unsupported, expired, or would not become valid in less than 30 days." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_ROLLOVER_NOT_POKEABLE", | |
"ExitCode": 9128, | |
"Hex Value": "0x23A8", | |
"Description": "The specified signing key is not waiting for parental DS update." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_NSEC3_NAME_COLLISION", | |
"ExitCode": 9129, | |
"Hex Value": "0x23A9", | |
"Description": "Hash collision detected during NSEC3 signing. Specify a different user-provided salt, or use a randomly generated salt, and attempt to sign the zone again." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_NSEC_INCOMPATIBLE_WITH_NSEC3_RSA_SHA1", | |
"ExitCode": 9130, | |
"Hex Value": "0x23AA", | |
"Description": "NSEC is not compatible with the NSEC3-RSA-SHA-1 algorithm. Choose a different algorithm or use NSEC3." | |
}, | |
{ | |
"ErrorString": "DNS_INFO_NO_RECORDS", | |
"ExitCode": 9501, | |
"Hex Value": "0x251D", | |
"Description": "No records found for given DNS query." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_BAD_PACKET", | |
"ExitCode": 9502, | |
"Hex Value": "0x251E", | |
"Description": "Bad DNS packet." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_NO_PACKET", | |
"ExitCode": 9503, | |
"Hex Value": "0x251F", | |
"Description": "No DNS packet." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_RCODE", | |
"ExitCode": 9504, | |
"Hex Value": "0x2520", | |
"Description": "DNS error, check rcode." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_UNSECURE_PACKET", | |
"ExitCode": 9505, | |
"Hex Value": "0x2521", | |
"Description": "Unsecured DNS packet." | |
}, | |
{ | |
"ErrorString": "DNS_REQUEST_PENDING", | |
"ExitCode": 9506, | |
"Hex Value": "0x2522", | |
"Description": "DNS query request is pending." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_INVALID_TYPE", | |
"ExitCode": 9551, | |
"Hex Value": "0x254F", | |
"Description": "Invalid DNS type." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_INVALID_IP_ADDRESS", | |
"ExitCode": 9552, | |
"Hex Value": "0x2550", | |
"Description": "Invalid IP address." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_INVALID_PROPERTY", | |
"ExitCode": 9553, | |
"Hex Value": "0x2551", | |
"Description": "Invalid property." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_TRY_AGAIN_LATER", | |
"ExitCode": 9554, | |
"Hex Value": "0x2552", | |
"Description": "Try DNS operation again later." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_NOT_UNIQUE", | |
"ExitCode": 9555, | |
"Hex Value": "0x2553", | |
"Description": "Record for given name and type is not unique." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_NON_RFC_NAME", | |
"ExitCode": 9556, | |
"Hex Value": "0x2554", | |
"Description": "DNS name does not comply with RFC specifications." | |
}, | |
{ | |
"ErrorString": "DNS_STATUS_FQDN", | |
"ExitCode": 9557, | |
"Hex Value": "0x2555", | |
"Description": "DNS name is a fully-qualified DNS name." | |
}, | |
{ | |
"ErrorString": "DNS_STATUS_DOTTED_NAME", | |
"ExitCode": 9558, | |
"Hex Value": "0x2556", | |
"Description": "DNS name is dotted (multi-label)." | |
}, | |
{ | |
"ErrorString": "DNS_STATUS_SINGLE_PART_NAME", | |
"ExitCode": 9559, | |
"Hex Value": "0x2557", | |
"Description": "DNS name is a single-part name." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_INVALID_NAME_CHAR", | |
"ExitCode": 9560, | |
"Hex Value": "0x2558", | |
"Description": "DNS name contains an invalid character." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_NUMERIC_NAME", | |
"ExitCode": 9561, | |
"Hex Value": "0x2559", | |
"Description": "DNS name is entirely numeric." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_NOT_ALLOWED_ON_ROOT_SERVER", | |
"ExitCode": 9562, | |
"Hex Value": "0x255A", | |
"Description": "The operation requested is not permitted on a DNS root server." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_NOT_ALLOWED_UNDER_DELEGATION", | |
"ExitCode": 9563, | |
"Hex Value": "0x255B", | |
"Description": "The record could not be created because this part of the DNS namespace has been delegated to another server." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_CANNOT_FIND_ROOT_HINTS", | |
"ExitCode": 9564, | |
"Hex Value": "0x255C", | |
"Description": "The DNS server could not find a set of root hints." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_INCONSISTENT_ROOT_HINTS", | |
"ExitCode": 9565, | |
"Hex Value": "0x255D", | |
"Description": "The DNS server found root hints but they were not consistent across all adapters." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_DWORD_VALUE_TOO_SMALL", | |
"ExitCode": 9566, | |
"Hex Value": "0x255E", | |
"Description": "The specified value is too small for this parameter." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_DWORD_VALUE_TOO_LARGE", | |
"ExitCode": 9567, | |
"Hex Value": "0x255F", | |
"Description": "The specified value is too large for this parameter." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_BACKGROUND_LOADING", | |
"ExitCode": 9568, | |
"Hex Value": "0x2560", | |
"Description": "This operation is not allowed while the DNS server is loading zones in the background. Please try again later." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_NOT_ALLOWED_ON_RODC", | |
"ExitCode": 9569, | |
"Hex Value": "0x2561", | |
"Description": "The operation requested is not permitted on against a DNS server running on a read-only DC." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_NOT_ALLOWED_UNDER_DNAME", | |
"ExitCode": 9570, | |
"Hex Value": "0x2562", | |
"Description": "No data is allowed to exist underneath a DNAME record." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_DELEGATION_REQUIRED", | |
"ExitCode": 9571, | |
"Hex Value": "0x2563", | |
"Description": "This operation requires credentials delegation." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_INVALID_POLICY_TABLE", | |
"ExitCode": 9572, | |
"Hex Value": "0x2564", | |
"Description": "Name resolution policy table has been corrupted. DNS resolution will fail until it is fixed. Contact your network administrator." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_ZONE_DOES_NOT_EXIST", | |
"ExitCode": 9601, | |
"Hex Value": "0x2581", | |
"Description": "DNS zone does not exist." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_NO_ZONE_INFO", | |
"ExitCode": 9602, | |
"Hex Value": "0x2582", | |
"Description": "DNS zone information not available." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_INVALID_ZONE_OPERATION", | |
"ExitCode": 9603, | |
"Hex Value": "0x2583", | |
"Description": "Invalid operation for DNS zone." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_ZONE_CONFIGURATION_ERROR", | |
"ExitCode": 9604, | |
"Hex Value": "0x2584", | |
"Description": "Invalid DNS zone configuration." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_ZONE_HAS_NO_SOA_RECORD", | |
"ExitCode": 9605, | |
"Hex Value": "0x2585", | |
"Description": "DNS zone has no start of authority (SOA) record." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_ZONE_HAS_NO_NS_RECORDS", | |
"ExitCode": 9606, | |
"Hex Value": "0x2586", | |
"Description": "DNS zone has no Name Server (NS) record." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_ZONE_LOCKED", | |
"ExitCode": 9607, | |
"Hex Value": "0x2587", | |
"Description": "DNS zone is locked." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_ZONE_CREATION_FAILED", | |
"ExitCode": 9608, | |
"Hex Value": "0x2588", | |
"Description": "DNS zone creation failed." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_ZONE_ALREADY_EXISTS", | |
"ExitCode": 9609, | |
"Hex Value": "0x2589", | |
"Description": "DNS zone already exists." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_AUTOZONE_ALREADY_EXISTS", | |
"ExitCode": 9610, | |
"Hex Value": "0x258A", | |
"Description": "DNS automatic zone already exists." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_INVALID_ZONE_TYPE", | |
"ExitCode": 9611, | |
"Hex Value": "0x258B", | |
"Description": "Invalid DNS zone type." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_SECONDARY_REQUIRES_MASTER_IP", | |
"ExitCode": 9612, | |
"Hex Value": "0x258C", | |
"Description": "Secondary DNS zone requires master IP address." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_ZONE_NOT_SECONDARY", | |
"ExitCode": 9613, | |
"Hex Value": "0x258D", | |
"Description": "DNS zone not secondary." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_NEED_SECONDARY_ADDRESSES", | |
"ExitCode": 9614, | |
"Hex Value": "0x258E", | |
"Description": "Need secondary IP address." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_WINS_INIT_FAILED", | |
"ExitCode": 9615, | |
"Hex Value": "0x258F", | |
"Description": "WINS initialization failed." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_NEED_WINS_SERVERS", | |
"ExitCode": 9616, | |
"Hex Value": "0x2590", | |
"Description": "Need WINS servers." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_NBSTAT_INIT_FAILED", | |
"ExitCode": 9617, | |
"Hex Value": "0x2591", | |
"Description": "NBTSTAT initialization call failed." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_SOA_DELETE_INVALID", | |
"ExitCode": 9618, | |
"Hex Value": "0x2592", | |
"Description": "Invalid delete of start of authority (SOA)." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_FORWARDER_ALREADY_EXISTS", | |
"ExitCode": 9619, | |
"Hex Value": "0x2593", | |
"Description": "A conditional forwarding zone already exists for that name." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_ZONE_REQUIRES_MASTER_IP", | |
"ExitCode": 9620, | |
"Hex Value": "0x2594", | |
"Description": "This zone must be configured with one or more master DNS server IP addresses." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_ZONE_IS_SHUTDOWN", | |
"ExitCode": 9621, | |
"Hex Value": "0x2595", | |
"Description": "The operation cannot be performed because this zone is shut down." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_ZONE_LOCKED_FOR_SIGNING", | |
"ExitCode": 9622, | |
"Hex Value": "0x2596", | |
"Description": "This operation cannot be performed because the zone is currently being signed. Please try again later." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_PRIMARY_REQUIRES_DATAFILE", | |
"ExitCode": 9651, | |
"Hex Value": "0x25B3", | |
"Description": "Primary DNS zone requires datafile." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_INVALID_DATAFILE_NAME", | |
"ExitCode": 9652, | |
"Hex Value": "0x25B4", | |
"Description": "Invalid datafile name for DNS zone." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_DATAFILE_OPEN_FAILURE", | |
"ExitCode": 9653, | |
"Hex Value": "0x25B5", | |
"Description": "Failed to open datafile for DNS zone." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_FILE_WRITEBACK_FAILED", | |
"ExitCode": 9654, | |
"Hex Value": "0x25B6", | |
"Description": "Failed to write datafile for DNS zone." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_DATAFILE_PARSING", | |
"ExitCode": 9655, | |
"Hex Value": "0x25B7", | |
"Description": "Failure while reading datafile for DNS zone." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_RECORD_DOES_NOT_EXIST", | |
"ExitCode": 9701, | |
"Hex Value": "0x25E5", | |
"Description": "DNS record does not exist." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_RECORD_FORMAT", | |
"ExitCode": 9702, | |
"Hex Value": "0x25E6", | |
"Description": "DNS record format error." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_NODE_CREATION_FAILED", | |
"ExitCode": 9703, | |
"Hex Value": "0x25E7", | |
"Description": "Node creation failure in DNS." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_UNKNOWN_RECORD_TYPE", | |
"ExitCode": 9704, | |
"Hex Value": "0x25E8", | |
"Description": "Unknown DNS record type." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_RECORD_TIMED_OUT", | |
"ExitCode": 9705, | |
"Hex Value": "0x25E9", | |
"Description": "DNS record timed out." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_NAME_NOT_IN_ZONE", | |
"ExitCode": 9706, | |
"Hex Value": "0x25EA", | |
"Description": "Name not in DNS zone." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_CNAME_LOOP", | |
"ExitCode": 9707, | |
"Hex Value": "0x25EB", | |
"Description": "CNAME loop detected." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_NODE_IS_CNAME", | |
"ExitCode": 9708, | |
"Hex Value": "0x25EC", | |
"Description": "Node is a CNAME DNS record." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_CNAME_COLLISION", | |
"ExitCode": 9709, | |
"Hex Value": "0x25ED", | |
"Description": "A CNAME record already exists for given name." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_RECORD_ONLY_AT_ZONE_ROOT", | |
"ExitCode": 9710, | |
"Hex Value": "0x25EE", | |
"Description": "Record only at DNS zone root." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_RECORD_ALREADY_EXISTS", | |
"ExitCode": 9711, | |
"Hex Value": "0x25EF", | |
"Description": "DNS record already exists." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_SECONDARY_DATA", | |
"ExitCode": 9712, | |
"Hex Value": "0x25F0", | |
"Description": "Secondary DNS zone data error." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_NO_CREATE_CACHE_DATA", | |
"ExitCode": 9713, | |
"Hex Value": "0x25F1", | |
"Description": "Could not create DNS cache data." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_NAME_DOES_NOT_EXIST", | |
"ExitCode": 9714, | |
"Hex Value": "0x25F2", | |
"Description": "DNS name does not exist." | |
}, | |
{ | |
"ErrorString": "DNS_WARNING_PTR_CREATE_FAILED", | |
"ExitCode": 9715, | |
"Hex Value": "0x25F3", | |
"Description": "Could not create pointer (PTR) record." | |
}, | |
{ | |
"ErrorString": "DNS_WARNING_DOMAIN_UNDELETED", | |
"ExitCode": 9716, | |
"Hex Value": "0x25F4", | |
"Description": "DNS domain was undeleted." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_DS_UNAVAILABLE", | |
"ExitCode": 9717, | |
"Hex Value": "0x25F5", | |
"Description": "The directory service is unavailable." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_DS_ZONE_ALREADY_EXISTS", | |
"ExitCode": 9718, | |
"Hex Value": "0x25F6", | |
"Description": "DNS zone already exists in the directory service." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_NO_BOOTFILE_IF_DS_ZONE", | |
"ExitCode": 9719, | |
"Hex Value": "0x25F7", | |
"Description": "DNS server not creating or reading the boot file for the directory service integrated DNS zone." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_NODE_IS_DNAME", | |
"ExitCode": 9720, | |
"Hex Value": "0x25F8", | |
"Description": "Node is a DNAME DNS record." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_DNAME_COLLISION", | |
"ExitCode": 9721, | |
"Hex Value": "0x25F9", | |
"Description": "A DNAME record already exists for given name." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_ALIAS_LOOP", | |
"ExitCode": 9722, | |
"Hex Value": "0x25FA", | |
"Description": "An alias loop has been detected with either CNAME or DNAME records." | |
}, | |
{ | |
"ErrorString": "DNS_INFO_AXFR_COMPLETE", | |
"ExitCode": 9751, | |
"Hex Value": "0x2617", | |
"Description": "DNS AXFR (zone transfer) complete." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_AXFR", | |
"ExitCode": 9752, | |
"Hex Value": "0x2618", | |
"Description": "DNS zone transfer failed." | |
}, | |
{ | |
"ErrorString": "DNS_INFO_ADDED_LOCAL_WINS", | |
"ExitCode": 9753, | |
"Hex Value": "0x2619", | |
"Description": "Added local WINS server." | |
}, | |
{ | |
"ErrorString": "DNS_STATUS_CONTINUE_NEEDED", | |
"ExitCode": 9801, | |
"Hex Value": "0x2649", | |
"Description": "Secure update call needs to continue update request." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_NO_TCPIP", | |
"ExitCode": 9851, | |
"Hex Value": "0x267B", | |
"Description": "TCP/IP network protocol not installed." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_NO_DNS_SERVERS", | |
"ExitCode": 9852, | |
"Hex Value": "0x267C", | |
"Description": "No DNS servers configured for local system." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_DP_DOES_NOT_EXIST", | |
"ExitCode": 9901, | |
"Hex Value": "0x26AD", | |
"Description": "The specified directory partition does not exist." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_DP_ALREADY_EXISTS", | |
"ExitCode": 9902, | |
"Hex Value": "0x26AE", | |
"Description": "The specified directory partition already exists." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_DP_NOT_ENLISTED", | |
"ExitCode": 9903, | |
"Hex Value": "0x26AF", | |
"Description": "This DNS server is not enlisted in the specified directory partition." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_DP_ALREADY_ENLISTED", | |
"ExitCode": 9904, | |
"Hex Value": "0x26B0", | |
"Description": "This DNS server is already enlisted in the specified directory partition." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_DP_NOT_AVAILABLE", | |
"ExitCode": 9905, | |
"Hex Value": "0x26B1", | |
"Description": "The directory partition is not available at this time. Please wait a few minutes and try again." | |
}, | |
{ | |
"ErrorString": "DNS_ERROR_DP_FSMO_ERROR", | |
"ExitCode": 9906, | |
"Hex Value": "0x26B2", | |
"Description": { | |
"value": [ | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN10057 (0x2749)", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN10057 (0x2749)A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN10057 (0x2749)A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.WSAESHUTDOWN", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN10057 (0x2749)A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.WSAESHUTDOWN10058 (0x274A)", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN10057 (0x2749)A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.WSAESHUTDOWN10058 (0x274A)A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN10057 (0x2749)A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.WSAESHUTDOWN10058 (0x274A)A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.WSAETOOMANYREFS", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN10057 (0x2749)A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.WSAESHUTDOWN10058 (0x274A)A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.WSAETOOMANYREFS10059 (0x274B)", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN10057 (0x2749)A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.WSAESHUTDOWN10058 (0x274A)A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.WSAETOOMANYREFS10059 (0x274B)Too many references to some kernel object.", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN10057 (0x2749)A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.WSAESHUTDOWN10058 (0x274A)A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.WSAETOOMANYREFS10059 (0x274B)Too many references to some kernel object.WSAETIMEDOUT", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN10057 (0x2749)A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.WSAESHUTDOWN10058 (0x274A)A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.WSAETOOMANYREFS10059 (0x274B)Too many references to some kernel object.WSAETIMEDOUT10060 (0x274C)", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN10057 (0x2749)A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.WSAESHUTDOWN10058 (0x274A)A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.WSAETOOMANYREFS10059 (0x274B)Too many references to some kernel object.WSAETIMEDOUT10060 (0x274C)A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN10057 (0x2749)A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.WSAESHUTDOWN10058 (0x274A)A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.WSAETOOMANYREFS10059 (0x274B)Too many references to some kernel object.WSAETIMEDOUT10060 (0x274C)A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.WSAECONNREFUSED", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN10057 (0x2749)A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.WSAESHUTDOWN10058 (0x274A)A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.WSAETOOMANYREFS10059 (0x274B)Too many references to some kernel object.WSAETIMEDOUT10060 (0x274C)A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.WSAECONNREFUSED10061 (0x274D)", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN10057 (0x2749)A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.WSAESHUTDOWN10058 (0x274A)A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.WSAETOOMANYREFS10059 (0x274B)Too many references to some kernel object.WSAETIMEDOUT10060 (0x274C)A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.WSAECONNREFUSED10061 (0x274D)No connection could be made because the target machine actively refused it.", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN10057 (0x2749)A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.WSAESHUTDOWN10058 (0x274A)A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.WSAETOOMANYREFS10059 (0x274B)Too many references to some kernel object.WSAETIMEDOUT10060 (0x274C)A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.WSAECONNREFUSED10061 (0x274D)No connection could be made because the target machine actively refused it.WSAELOOP", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN10057 (0x2749)A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.WSAESHUTDOWN10058 (0x274A)A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.WSAETOOMANYREFS10059 (0x274B)Too many references to some kernel object.WSAETIMEDOUT10060 (0x274C)A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.WSAECONNREFUSED10061 (0x274D)No connection could be made because the target machine actively refused it.WSAELOOP10062 (0x274E)", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN10057 (0x2749)A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.WSAESHUTDOWN10058 (0x274A)A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.WSAETOOMANYREFS10059 (0x274B)Too many references to some kernel object.WSAETIMEDOUT10060 (0x274C)A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.WSAECONNREFUSED10061 (0x274D)No connection could be made because the target machine actively refused it.WSAELOOP10062 (0x274E)Cannot translate name.", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN10057 (0x2749)A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.WSAESHUTDOWN10058 (0x274A)A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.WSAETOOMANYREFS10059 (0x274B)Too many references to some kernel object.WSAETIMEDOUT10060 (0x274C)A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.WSAECONNREFUSED10061 (0x274D)No connection could be made because the target machine actively refused it.WSAELOOP10062 (0x274E)Cannot translate name.WSAENAMETOOLONG", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN10057 (0x2749)A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.WSAESHUTDOWN10058 (0x274A)A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.WSAETOOMANYREFS10059 (0x274B)Too many references to some kernel object.WSAETIMEDOUT10060 (0x274C)A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.WSAECONNREFUSED10061 (0x274D)No connection could be made because the target machine actively refused it.WSAELOOP10062 (0x274E)Cannot translate name.WSAENAMETOOLONG10063 (0x274F)", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN10057 (0x2749)A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.WSAESHUTDOWN10058 (0x274A)A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.WSAETOOMANYREFS10059 (0x274B)Too many references to some kernel object.WSAETIMEDOUT10060 (0x274C)A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.WSAECONNREFUSED10061 (0x274D)No connection could be made because the target machine actively refused it.WSAELOOP10062 (0x274E)Cannot translate name.WSAENAMETOOLONG10063 (0x274F)Name component or name was too long.", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN10057 (0x2749)A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.WSAESHUTDOWN10058 (0x274A)A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.WSAETOOMANYREFS10059 (0x274B)Too many references to some kernel object.WSAETIMEDOUT10060 (0x274C)A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.WSAECONNREFUSED10061 (0x274D)No connection could be made because the target machine actively refused it.WSAELOOP10062 (0x274E)Cannot translate name.WSAENAMETOOLONG10063 (0x274F)Name component or name was too long.WSAEHOSTDOWN", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN10057 (0x2749)A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.WSAESHUTDOWN10058 (0x274A)A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.WSAETOOMANYREFS10059 (0x274B)Too many references to some kernel object.WSAETIMEDOUT10060 (0x274C)A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.WSAECONNREFUSED10061 (0x274D)No connection could be made because the target machine actively refused it.WSAELOOP10062 (0x274E)Cannot translate name.WSAENAMETOOLONG10063 (0x274F)Name component or name was too long.WSAEHOSTDOWN10064 (0x2750)", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN10057 (0x2749)A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.WSAESHUTDOWN10058 (0x274A)A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.WSAETOOMANYREFS10059 (0x274B)Too many references to some kernel object.WSAETIMEDOUT10060 (0x274C)A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.WSAECONNREFUSED10061 (0x274D)No connection could be made because the target machine actively refused it.WSAELOOP10062 (0x274E)Cannot translate name.WSAENAMETOOLONG10063 (0x274F)Name component or name was too long.WSAEHOSTDOWN10064 (0x2750)A socket operation failed because the destination host was down.", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN10057 (0x2749)A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.WSAESHUTDOWN10058 (0x274A)A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.WSAETOOMANYREFS10059 (0x274B)Too many references to some kernel object.WSAETIMEDOUT10060 (0x274C)A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.WSAECONNREFUSED10061 (0x274D)No connection could be made because the target machine actively refused it.WSAELOOP10062 (0x274E)Cannot translate name.WSAENAMETOOLONG10063 (0x274F)Name component or name was too long.WSAEHOSTDOWN10064 (0x2750)A socket operation failed because the destination host was down.WSAEHOSTUNREACH", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN10057 (0x2749)A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.WSAESHUTDOWN10058 (0x274A)A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.WSAETOOMANYREFS10059 (0x274B)Too many references to some kernel object.WSAETIMEDOUT10060 (0x274C)A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.WSAECONNREFUSED10061 (0x274D)No connection could be made because the target machine actively refused it.WSAELOOP10062 (0x274E)Cannot translate name.WSAENAMETOOLONG10063 (0x274F)Name component or name was too long.WSAEHOSTDOWN10064 (0x2750)A socket operation failed because the destination host was down.WSAEHOSTUNREACH10065 (0x2751)", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN10057 (0x2749)A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.WSAESHUTDOWN10058 (0x274A)A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.WSAETOOMANYREFS10059 (0x274B)Too many references to some kernel object.WSAETIMEDOUT10060 (0x274C)A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.WSAECONNREFUSED10061 (0x274D)No connection could be made because the target machine actively refused it.WSAELOOP10062 (0x274E)Cannot translate name.WSAENAMETOOLONG10063 (0x274F)Name component or name was too long.WSAEHOSTDOWN10064 (0x2750)A socket operation failed because the destination host was down.WSAEHOSTUNREACH10065 (0x2751)A socket operation was attempted to an unreachable host.", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN10057 (0x2749)A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.WSAESHUTDOWN10058 (0x274A)A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.WSAETOOMANYREFS10059 (0x274B)Too many references to some kernel object.WSAETIMEDOUT10060 (0x274C)A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.WSAECONNREFUSED10061 (0x274D)No connection could be made because the target machine actively refused it.WSAELOOP10062 (0x274E)Cannot translate name.WSAENAMETOOLONG10063 (0x274F)Name component or name was too long.WSAEHOSTDOWN10064 (0x2750)A socket operation failed because the destination host was down.WSAEHOSTUNREACH10065 (0x2751)A socket operation was attempted to an unreachable host.WSAENOTEMPTY", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN10057 (0x2749)A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.WSAESHUTDOWN10058 (0x274A)A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.WSAETOOMANYREFS10059 (0x274B)Too many references to some kernel object.WSAETIMEDOUT10060 (0x274C)A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.WSAECONNREFUSED10061 (0x274D)No connection could be made because the target machine actively refused it.WSAELOOP10062 (0x274E)Cannot translate name.WSAENAMETOOLONG10063 (0x274F)Name component or name was too long.WSAEHOSTDOWN10064 (0x2750)A socket operation failed because the destination host was down.WSAEHOSTUNREACH10065 (0x2751)A socket operation was attempted to an unreachable host.WSAENOTEMPTY10066 (0x2752)", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN10057 (0x2749)A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.WSAESHUTDOWN10058 (0x274A)A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.WSAETOOMANYREFS10059 (0x274B)Too many references to some kernel object.WSAETIMEDOUT10060 (0x274C)A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.WSAECONNREFUSED10061 (0x274D)No connection could be made because the target machine actively refused it.WSAELOOP10062 (0x274E)Cannot translate name.WSAENAMETOOLONG10063 (0x274F)Name component or name was too long.WSAEHOSTDOWN10064 (0x2750)A socket operation failed because the destination host was down.WSAEHOSTUNREACH10065 (0x2751)A socket operation was attempted to an unreachable host.WSAENOTEMPTY10066 (0x2752)Cannot remove a directory that is not empty.", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN10057 (0x2749)A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.WSAESHUTDOWN10058 (0x274A)A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.WSAETOOMANYREFS10059 (0x274B)Too many references to some kernel object.WSAETIMEDOUT10060 (0x274C)A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.WSAECONNREFUSED10061 (0x274D)No connection could be made because the target machine actively refused it.WSAELOOP10062 (0x274E)Cannot translate name.WSAENAMETOOLONG10063 (0x274F)Name component or name was too long.WSAEHOSTDOWN10064 (0x2750)A socket operation failed because the destination host was down.WSAEHOSTUNREACH10065 (0x2751)A socket operation was attempted to an unreachable host.WSAENOTEMPTY10066 (0x2752)Cannot remove a directory that is not empty.WSAEPROCLIM", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN10057 (0x2749)A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.WSAESHUTDOWN10058 (0x274A)A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.WSAETOOMANYREFS10059 (0x274B)Too many references to some kernel object.WSAETIMEDOUT10060 (0x274C)A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.WSAECONNREFUSED10061 (0x274D)No connection could be made because the target machine actively refused it.WSAELOOP10062 (0x274E)Cannot translate name.WSAENAMETOOLONG10063 (0x274F)Name component or name was too long.WSAEHOSTDOWN10064 (0x2750)A socket operation failed because the destination host was down.WSAEHOSTUNREACH10065 (0x2751)A socket operation was attempted to an unreachable host.WSAENOTEMPTY10066 (0x2752)Cannot remove a directory that is not empty.WSAEPROCLIM10067 (0x2753)", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN10057 (0x2749)A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.WSAESHUTDOWN10058 (0x274A)A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.WSAETOOMANYREFS10059 (0x274B)Too many references to some kernel object.WSAETIMEDOUT10060 (0x274C)A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.WSAECONNREFUSED10061 (0x274D)No connection could be made because the target machine actively refused it.WSAELOOP10062 (0x274E)Cannot translate name.WSAENAMETOOLONG10063 (0x274F)Name component or name was too long.WSAEHOSTDOWN10064 (0x2750)A socket operation failed because the destination host was down.WSAEHOSTUNREACH10065 (0x2751)A socket operation was attempted to an unreachable host.WSAENOTEMPTY10066 (0x2752)Cannot remove a directory that is not empty.WSAEPROCLIM10067 (0x2753)A Windows Sockets implementation may have a limit on the number of applications that may use it simultaneously.", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN10057 (0x2749)A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.WSAESHUTDOWN10058 (0x274A)A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.WSAETOOMANYREFS10059 (0x274B)Too many references to some kernel object.WSAETIMEDOUT10060 (0x274C)A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.WSAECONNREFUSED10061 (0x274D)No connection could be made because the target machine actively refused it.WSAELOOP10062 (0x274E)Cannot translate name.WSAENAMETOOLONG10063 (0x274F)Name component or name was too long.WSAEHOSTDOWN10064 (0x2750)A socket operation failed because the destination host was down.WSAEHOSTUNREACH10065 (0x2751)A socket operation was attempted to an unreachable host.WSAENOTEMPTY10066 (0x2752)Cannot remove a directory that is not empty.WSAEPROCLIM10067 (0x2753)A Windows Sockets implementation may have a limit on the number of applications that may use it simultaneously.WSAEUSERS", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN10057 (0x2749)A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.WSAESHUTDOWN10058 (0x274A)A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.WSAETOOMANYREFS10059 (0x274B)Too many references to some kernel object.WSAETIMEDOUT10060 (0x274C)A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.WSAECONNREFUSED10061 (0x274D)No connection could be made because the target machine actively refused it.WSAELOOP10062 (0x274E)Cannot translate name.WSAENAMETOOLONG10063 (0x274F)Name component or name was too long.WSAEHOSTDOWN10064 (0x2750)A socket operation failed because the destination host was down.WSAEHOSTUNREACH10065 (0x2751)A socket operation was attempted to an unreachable host.WSAENOTEMPTY10066 (0x2752)Cannot remove a directory that is not empty.WSAEPROCLIM10067 (0x2753)A Windows Sockets implementation may have a limit on the number of applications that may use it simultaneously.WSAEUSERS10068 (0x2754)", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN10057 (0x2749)A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.WSAESHUTDOWN10058 (0x274A)A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.WSAETOOMANYREFS10059 (0x274B)Too many references to some kernel object.WSAETIMEDOUT10060 (0x274C)A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.WSAECONNREFUSED10061 (0x274D)No connection could be made because the target machine actively refused it.WSAELOOP10062 (0x274E)Cannot translate name.WSAENAMETOOLONG10063 (0x274F)Name component or name was too long.WSAEHOSTDOWN10064 (0x2750)A socket operation failed because the destination host was down.WSAEHOSTUNREACH10065 (0x2751)A socket operation was attempted to an unreachable host.WSAENOTEMPTY10066 (0x2752)Cannot remove a directory that is not empty.WSAEPROCLIM10067 (0x2753)A Windows Sockets implementation may have a limit on the number of applications that may use it simultaneously.WSAEUSERS10068 (0x2754)Ran out of quota.", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN10057 (0x2749)A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.WSAESHUTDOWN10058 (0x274A)A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.WSAETOOMANYREFS10059 (0x274B)Too many references to some kernel object.WSAETIMEDOUT10060 (0x274C)A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.WSAECONNREFUSED10061 (0x274D)No connection could be made because the target machine actively refused it.WSAELOOP10062 (0x274E)Cannot translate name.WSAENAMETOOLONG10063 (0x274F)Name component or name was too long.WSAEHOSTDOWN10064 (0x2750)A socket operation failed because the destination host was down.WSAEHOSTUNREACH10065 (0x2751)A socket operation was attempted to an unreachable host.WSAENOTEMPTY10066 (0x2752)Cannot remove a directory that is not empty.WSAEPROCLIM10067 (0x2753)A Windows Sockets implementation may have a limit on the number of applications that may use it simultaneously.WSAEUSERS10068 (0x2754)Ran out of quota.WSAEDQUOT", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN10057 (0x2749)A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.WSAESHUTDOWN10058 (0x274A)A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.WSAETOOMANYREFS10059 (0x274B)Too many references to some kernel object.WSAETIMEDOUT10060 (0x274C)A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.WSAECONNREFUSED10061 (0x274D)No connection could be made because the target machine actively refused it.WSAELOOP10062 (0x274E)Cannot translate name.WSAENAMETOOLONG10063 (0x274F)Name component or name was too long.WSAEHOSTDOWN10064 (0x2750)A socket operation failed because the destination host was down.WSAEHOSTUNREACH10065 (0x2751)A socket operation was attempted to an unreachable host.WSAENOTEMPTY10066 (0x2752)Cannot remove a directory that is not empty.WSAEPROCLIM10067 (0x2753)A Windows Sockets implementation may have a limit on the number of applications that may use it simultaneously.WSAEUSERS10068 (0x2754)Ran out of quota.WSAEDQUOT10069 (0x2755)", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN10057 (0x2749)A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.WSAESHUTDOWN10058 (0x274A)A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.WSAETOOMANYREFS10059 (0x274B)Too many references to some kernel object.WSAETIMEDOUT10060 (0x274C)A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.WSAECONNREFUSED10061 (0x274D)No connection could be made because the target machine actively refused it.WSAELOOP10062 (0x274E)Cannot translate name.WSAENAMETOOLONG10063 (0x274F)Name component or name was too long.WSAEHOSTDOWN10064 (0x2750)A socket operation failed because the destination host was down.WSAEHOSTUNREACH10065 (0x2751)A socket operation was attempted to an unreachable host.WSAENOTEMPTY10066 (0x2752)Cannot remove a directory that is not empty.WSAEPROCLIM10067 (0x2753)A Windows Sockets implementation may have a limit on the number of applications that may use it simultaneously.WSAEUSERS10068 (0x2754)Ran out of quota.WSAEDQUOT10069 (0x2755)Ran out of disk quota.", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN10057 (0x2749)A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.WSAESHUTDOWN10058 (0x274A)A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.WSAETOOMANYREFS10059 (0x274B)Too many references to some kernel object.WSAETIMEDOUT10060 (0x274C)A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.WSAECONNREFUSED10061 (0x274D)No connection could be made because the target machine actively refused it.WSAELOOP10062 (0x274E)Cannot translate name.WSAENAMETOOLONG10063 (0x274F)Name component or name was too long.WSAEHOSTDOWN10064 (0x2750)A socket operation failed because the destination host was down.WSAEHOSTUNREACH10065 (0x2751)A socket operation was attempted to an unreachable host.WSAENOTEMPTY10066 (0x2752)Cannot remove a directory that is not empty.WSAEPROCLIM10067 (0x2753)A Windows Sockets implementation may have a limit on the number of applications that may use it simultaneously.WSAEUSERS10068 (0x2754)Ran out of quota.WSAEDQUOT10069 (0x2755)Ran out of disk quota.WSAESTALE", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN10057 (0x2749)A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.WSAESHUTDOWN10058 (0x274A)A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.WSAETOOMANYREFS10059 (0x274B)Too many references to some kernel object.WSAETIMEDOUT10060 (0x274C)A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.WSAECONNREFUSED10061 (0x274D)No connection could be made because the target machine actively refused it.WSAELOOP10062 (0x274E)Cannot translate name.WSAENAMETOOLONG10063 (0x274F)Name component or name was too long.WSAEHOSTDOWN10064 (0x2750)A socket operation failed because the destination host was down.WSAEHOSTUNREACH10065 (0x2751)A socket operation was attempted to an unreachable host.WSAENOTEMPTY10066 (0x2752)Cannot remove a directory that is not empty.WSAEPROCLIM10067 (0x2753)A Windows Sockets implementation may have a limit on the number of applications that may use it simultaneously.WSAEUSERS10068 (0x2754)Ran out of quota.WSAEDQUOT10069 (0x2755)Ran out of disk quota.WSAESTALE10070 (0x2756)", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN10057 (0x2749)A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.WSAESHUTDOWN10058 (0x274A)A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.WSAETOOMANYREFS10059 (0x274B)Too many references to some kernel object.WSAETIMEDOUT10060 (0x274C)A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.WSAECONNREFUSED10061 (0x274D)No connection could be made because the target machine actively refused it.WSAELOOP10062 (0x274E)Cannot translate name.WSAENAMETOOLONG10063 (0x274F)Name component or name was too long.WSAEHOSTDOWN10064 (0x2750)A socket operation failed because the destination host was down.WSAEHOSTUNREACH10065 (0x2751)A socket operation was attempted to an unreachable host.WSAENOTEMPTY10066 (0x2752)Cannot remove a directory that is not empty.WSAEPROCLIM10067 (0x2753)A Windows Sockets implementation may have a limit on the number of applications that may use it simultaneously.WSAEUSERS10068 (0x2754)Ran out of quota.WSAEDQUOT10069 (0x2755)Ran out of disk quota.WSAESTALE10070 (0x2756)File handle reference is no longer available.", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN10057 (0x2749)A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.WSAESHUTDOWN10058 (0x274A)A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.WSAETOOMANYREFS10059 (0x274B)Too many references to some kernel object.WSAETIMEDOUT10060 (0x274C)A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.WSAECONNREFUSED10061 (0x274D)No connection could be made because the target machine actively refused it.WSAELOOP10062 (0x274E)Cannot translate name.WSAENAMETOOLONG10063 (0x274F)Name component or name was too long.WSAEHOSTDOWN10064 (0x2750)A socket operation failed because the destination host was down.WSAEHOSTUNREACH10065 (0x2751)A socket operation was attempted to an unreachable host.WSAENOTEMPTY10066 (0x2752)Cannot remove a directory that is not empty.WSAEPROCLIM10067 (0x2753)A Windows Sockets implementation may have a limit on the number of applications that may use it simultaneously.WSAEUSERS10068 (0x2754)Ran out of quota.WSAEDQUOT10069 (0x2755)Ran out of disk quota.WSAESTALE10070 (0x2756)File handle reference is no longer available.WSAEREMOTE", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN10057 (0x2749)A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.WSAESHUTDOWN10058 (0x274A)A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.WSAETOOMANYREFS10059 (0x274B)Too many references to some kernel object.WSAETIMEDOUT10060 (0x274C)A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.WSAECONNREFUSED10061 (0x274D)No connection could be made because the target machine actively refused it.WSAELOOP10062 (0x274E)Cannot translate name.WSAENAMETOOLONG10063 (0x274F)Name component or name was too long.WSAEHOSTDOWN10064 (0x2750)A socket operation failed because the destination host was down.WSAEHOSTUNREACH10065 (0x2751)A socket operation was attempted to an unreachable host.WSAENOTEMPTY10066 (0x2752)Cannot remove a directory that is not empty.WSAEPROCLIM10067 (0x2753)A Windows Sockets implementation may have a limit on the number of applications that may use it simultaneously.WSAEUSERS10068 (0x2754)Ran out of quota.WSAEDQUOT10069 (0x2755)Ran out of disk quota.WSAESTALE10070 (0x2756)File handle reference is no longer available.WSAEREMOTE10071 (0x2757)", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN10057 (0x2749)A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.WSAESHUTDOWN10058 (0x274A)A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.WSAETOOMANYREFS10059 (0x274B)Too many references to some kernel object.WSAETIMEDOUT10060 (0x274C)A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.WSAECONNREFUSED10061 (0x274D)No connection could be made because the target machine actively refused it.WSAELOOP10062 (0x274E)Cannot translate name.WSAENAMETOOLONG10063 (0x274F)Name component or name was too long.WSAEHOSTDOWN10064 (0x2750)A socket operation failed because the destination host was down.WSAEHOSTUNREACH10065 (0x2751)A socket operation was attempted to an unreachable host.WSAENOTEMPTY10066 (0x2752)Cannot remove a directory that is not empty.WSAEPROCLIM10067 (0x2753)A Windows Sockets implementation may have a limit on the number of applications that may use it simultaneously.WSAEUSERS10068 (0x2754)Ran out of quota.WSAEDQUOT10069 (0x2755)Ran out of disk quota.WSAESTALE10070 (0x2756)File handle reference is no longer available.WSAEREMOTE10071 (0x2757)Item is not available locally.", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN10057 (0x2749)A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.WSAESHUTDOWN10058 (0x274A)A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.WSAETOOMANYREFS10059 (0x274B)Too many references to some kernel object.WSAETIMEDOUT10060 (0x274C)A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.WSAECONNREFUSED10061 (0x274D)No connection could be made because the target machine actively refused it.WSAELOOP10062 (0x274E)Cannot translate name.WSAENAMETOOLONG10063 (0x274F)Name component or name was too long.WSAEHOSTDOWN10064 (0x2750)A socket operation failed because the destination host was down.WSAEHOSTUNREACH10065 (0x2751)A socket operation was attempted to an unreachable host.WSAENOTEMPTY10066 (0x2752)Cannot remove a directory that is not empty.WSAEPROCLIM10067 (0x2753)A Windows Sockets implementation may have a limit on the number of applications that may use it simultaneously.WSAEUSERS10068 (0x2754)Ran out of quota.WSAEDQUOT10069 (0x2755)Ran out of disk quota.WSAESTALE10070 (0x2756)File handle reference is no longer available.WSAEREMOTE10071 (0x2757)Item is not available locally.WSASYSNOTREADY", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN10057 (0x2749)A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.WSAESHUTDOWN10058 (0x274A)A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.WSAETOOMANYREFS10059 (0x274B)Too many references to some kernel object.WSAETIMEDOUT10060 (0x274C)A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.WSAECONNREFUSED10061 (0x274D)No connection could be made because the target machine actively refused it.WSAELOOP10062 (0x274E)Cannot translate name.WSAENAMETOOLONG10063 (0x274F)Name component or name was too long.WSAEHOSTDOWN10064 (0x2750)A socket operation failed because the destination host was down.WSAEHOSTUNREACH10065 (0x2751)A socket operation was attempted to an unreachable host.WSAENOTEMPTY10066 (0x2752)Cannot remove a directory that is not empty.WSAEPROCLIM10067 (0x2753)A Windows Sockets implementation may have a limit on the number of applications that may use it simultaneously.WSAEUSERS10068 (0x2754)Ran out of quota.WSAEDQUOT10069 (0x2755)Ran out of disk quota.WSAESTALE10070 (0x2756)File handle reference is no longer available.WSAEREMOTE10071 (0x2757)Item is not available locally.WSASYSNOTREADY10091 (0x276B)", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN10057 (0x2749)A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.WSAESHUTDOWN10058 (0x274A)A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.WSAETOOMANYREFS10059 (0x274B)Too many references to some kernel object.WSAETIMEDOUT10060 (0x274C)A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.WSAECONNREFUSED10061 (0x274D)No connection could be made because the target machine actively refused it.WSAELOOP10062 (0x274E)Cannot translate name.WSAENAMETOOLONG10063 (0x274F)Name component or name was too long.WSAEHOSTDOWN10064 (0x2750)A socket operation failed because the destination host was down.WSAEHOSTUNREACH10065 (0x2751)A socket operation was attempted to an unreachable host.WSAENOTEMPTY10066 (0x2752)Cannot remove a directory that is not empty.WSAEPROCLIM10067 (0x2753)A Windows Sockets implementation may have a limit on the number of applications that may use it simultaneously.WSAEUSERS10068 (0x2754)Ran out of quota.WSAEDQUOT10069 (0x2755)Ran out of disk quota.WSAESTALE10070 (0x2756)File handle reference is no longer available.WSAEREMOTE10071 (0x2757)Item is not available locally.WSASYSNOTREADY10091 (0x276B)WSAStartup cannot function at this time because the underlying system it uses to provide network services is currently unavailable.", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN10057 (0x2749)A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.WSAESHUTDOWN10058 (0x274A)A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.WSAETOOMANYREFS10059 (0x274B)Too many references to some kernel object.WSAETIMEDOUT10060 (0x274C)A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.WSAECONNREFUSED10061 (0x274D)No connection could be made because the target machine actively refused it.WSAELOOP10062 (0x274E)Cannot translate name.WSAENAMETOOLONG10063 (0x274F)Name component or name was too long.WSAEHOSTDOWN10064 (0x2750)A socket operation failed because the destination host was down.WSAEHOSTUNREACH10065 (0x2751)A socket operation was attempted to an unreachable host.WSAENOTEMPTY10066 (0x2752)Cannot remove a directory that is not empty.WSAEPROCLIM10067 (0x2753)A Windows Sockets implementation may have a limit on the number of applications that may use it simultaneously.WSAEUSERS10068 (0x2754)Ran out of quota.WSAEDQUOT10069 (0x2755)Ran out of disk quota.WSAESTALE10070 (0x2756)File handle reference is no longer available.WSAEREMOTE10071 (0x2757)Item is not available locally.WSASYSNOTREADY10091 (0x276B)WSAStartup cannot function at this time because the underlying system it uses to provide network services is currently unavailable.WSAVERNOTSUPPORTED", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN10057 (0x2749)A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.WSAESHUTDOWN10058 (0x274A)A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.WSAETOOMANYREFS10059 (0x274B)Too many references to some kernel object.WSAETIMEDOUT10060 (0x274C)A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.WSAECONNREFUSED10061 (0x274D)No connection could be made because the target machine actively refused it.WSAELOOP10062 (0x274E)Cannot translate name.WSAENAMETOOLONG10063 (0x274F)Name component or name was too long.WSAEHOSTDOWN10064 (0x2750)A socket operation failed because the destination host was down.WSAEHOSTUNREACH10065 (0x2751)A socket operation was attempted to an unreachable host.WSAENOTEMPTY10066 (0x2752)Cannot remove a directory that is not empty.WSAEPROCLIM10067 (0x2753)A Windows Sockets implementation may have a limit on the number of applications that may use it simultaneously.WSAEUSERS10068 (0x2754)Ran out of quota.WSAEDQUOT10069 (0x2755)Ran out of disk quota.WSAESTALE10070 (0x2756)File handle reference is no longer available.WSAEREMOTE10071 (0x2757)Item is not available locally.WSASYSNOTREADY10091 (0x276B)WSAStartup cannot function at this time because the underlying system it uses to provide network services is currently unavailable.WSAVERNOTSUPPORTED10092 (0x276C)", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN10057 (0x2749)A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.WSAESHUTDOWN10058 (0x274A)A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.WSAETOOMANYREFS10059 (0x274B)Too many references to some kernel object.WSAETIMEDOUT10060 (0x274C)A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.WSAECONNREFUSED10061 (0x274D)No connection could be made because the target machine actively refused it.WSAELOOP10062 (0x274E)Cannot translate name.WSAENAMETOOLONG10063 (0x274F)Name component or name was too long.WSAEHOSTDOWN10064 (0x2750)A socket operation failed because the destination host was down.WSAEHOSTUNREACH10065 (0x2751)A socket operation was attempted to an unreachable host.WSAENOTEMPTY10066 (0x2752)Cannot remove a directory that is not empty.WSAEPROCLIM10067 (0x2753)A Windows Sockets implementation may have a limit on the number of applications that may use it simultaneously.WSAEUSERS10068 (0x2754)Ran out of quota.WSAEDQUOT10069 (0x2755)Ran out of disk quota.WSAESTALE10070 (0x2756)File handle reference is no longer available.WSAEREMOTE10071 (0x2757)Item is not available locally.WSASYSNOTREADY10091 (0x276B)WSAStartup cannot function at this time because the underlying system it uses to provide network services is currently unavailable.WSAVERNOTSUPPORTED10092 (0x276C)The Windows Sockets version requested is not supported.", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN10057 (0x2749)A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.WSAESHUTDOWN10058 (0x274A)A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.WSAETOOMANYREFS10059 (0x274B)Too many references to some kernel object.WSAETIMEDOUT10060 (0x274C)A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.WSAECONNREFUSED10061 (0x274D)No connection could be made because the target machine actively refused it.WSAELOOP10062 (0x274E)Cannot translate name.WSAENAMETOOLONG10063 (0x274F)Name component or name was too long.WSAEHOSTDOWN10064 (0x2750)A socket operation failed because the destination host was down.WSAEHOSTUNREACH10065 (0x2751)A socket operation was attempted to an unreachable host.WSAENOTEMPTY10066 (0x2752)Cannot remove a directory that is not empty.WSAEPROCLIM10067 (0x2753)A Windows Sockets implementation may have a limit on the number of applications that may use it simultaneously.WSAEUSERS10068 (0x2754)Ran out of quota.WSAEDQUOT10069 (0x2755)Ran out of disk quota.WSAESTALE10070 (0x2756)File handle reference is no longer available.WSAEREMOTE10071 (0x2757)Item is not available locally.WSASYSNOTREADY10091 (0x276B)WSAStartup cannot function at this time because the underlying system it uses to provide network services is currently unavailable.WSAVERNOTSUPPORTED10092 (0x276C)The Windows Sockets version requested is not supported.WSANOTINITIALISED", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN10057 (0x2749)A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.WSAESHUTDOWN10058 (0x274A)A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.WSAETOOMANYREFS10059 (0x274B)Too many references to some kernel object.WSAETIMEDOUT10060 (0x274C)A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.WSAECONNREFUSED10061 (0x274D)No connection could be made because the target machine actively refused it.WSAELOOP10062 (0x274E)Cannot translate name.WSAENAMETOOLONG10063 (0x274F)Name component or name was too long.WSAEHOSTDOWN10064 (0x2750)A socket operation failed because the destination host was down.WSAEHOSTUNREACH10065 (0x2751)A socket operation was attempted to an unreachable host.WSAENOTEMPTY10066 (0x2752)Cannot remove a directory that is not empty.WSAEPROCLIM10067 (0x2753)A Windows Sockets implementation may have a limit on the number of applications that may use it simultaneously.WSAEUSERS10068 (0x2754)Ran out of quota.WSAEDQUOT10069 (0x2755)Ran out of disk quota.WSAESTALE10070 (0x2756)File handle reference is no longer available.WSAEREMOTE10071 (0x2757)Item is not available locally.WSASYSNOTREADY10091 (0x276B)WSAStartup cannot function at this time because the underlying system it uses to provide network services is currently unavailable.WSAVERNOTSUPPORTED10092 (0x276C)The Windows Sockets version requested is not supported.WSANOTINITIALISED10093 (0x276D)", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 (0x273E)The protocol family has not been configured into the system or no implementation for it exists.WSAEAFNOSUPPORT10047 (0x273F)An address incompatible with the requested protocol was used.WSAEADDRINUSE10048 (0x2740)Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRNOTAVAIL10049 (0x2741)The requested address is not valid in its context.WSAENETDOWN10050 (0x2742)A socket operation encountered a dead network.WSAENETUNREACH10051 (0x2743)A socket operation was attempted to an unreachable network.WSAENETRESET10052 (0x2744)The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAECONNABORTED10053 (0x2745)An established connection was aborted by the software in your host machine.WSAECONNRESET10054 (0x2746)An existing connection was forcibly closed by the remote host.WSAENOBUFS10055 (0x2747)An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAEISCONN10056 (0x2748)A connect request was made on an already connected socket.WSAENOTCONN10057 (0x2749)A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.WSAESHUTDOWN10058 (0x274A)A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.WSAETOOMANYREFS10059 (0x274B)Too many references to some kernel object.WSAETIMEDOUT10060 (0x274C)A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.WSAECONNREFUSED10061 (0x274D)No connection could be made because the target machine actively refused it.WSAELOOP10062 (0x274E)Cannot translate name.WSAENAMETOOLONG10063 (0x274F)Name component or name was too long.WSAEHOSTDOWN10064 (0x2750)A socket operation failed because the destination host was down.WSAEHOSTUNREACH10065 (0x2751)A socket operation was attempted to an unreachable host.WSAENOTEMPTY10066 (0x2752)Cannot remove a directory that is not empty.WSAEPROCLIM10067 (0x2753)A Windows Sockets implementation may have a limit on the number of applications that may use it simultaneously.WSAEUSERS10068 (0x2754)Ran out of quota.WSAEDQUOT10069 (0x2755)Ran out of disk quota.WSAESTALE10070 (0x2756)File handle reference is no longer available.WSAEREMOTE10071 (0x2757)Item is not available locally.WSASYSNOTREADY10091 (0x276B)WSAStartup cannot function at this time because the underlying system it uses to provide network services is currently unavailable.WSAVERNOTSUPPORTED10092 (0x276C)The Windows Sockets version requested is not supported.WSANOTINITIALISED10093 (0x276D)Either the application has not called WSAStartup, or WSAStartup failed.", | |
"The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.WSAEINTR10004 (0x2714)A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEBADF10009 (0x2719)The file handle supplied is not valid.WSAEACCES10013 (0x271D)An attempt was made to access a socket in a way forbidden by its access permissions.WSAEFAULT10014 (0x271E)The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEINVAL10022 (0x2726)An invalid argument was supplied.WSAEMFILE10024 (0x2728)Too many open sockets.WSAEWOULDBLOCK10035 (0x2733)A non-blocking socket operation could not be completed immediately.WSAEINPROGRESS10036 (0x2734)A blocking operation is currently executing.WSAEALREADY10037 (0x2735)An operation was attempted on a non-blocking socket that already had an operation in progress.WSAENOTSOCK10038 (0x2736)An operation was attempted on something that is not a socket.WSAEDESTADDRREQ10039 (0x2737)A required address was omitted from an operation on a socket.WSAEMSGSIZE10040 (0x2738)A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEPROTOTYPE10041 (0x2739)A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAENOPROTOOPT10042 (0x273A)An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAEPROTONOSUPPORT10043 (0x273B)The requested protocol has not been configured into the system, or no implementation for it exists.WSAESOCKTNOSUPPORT10044 (0x273C)The support for the specified socket type does not exist in this address family.WSAEOPNOTSUPP10045 (0x273D)The attempted operation is not supported for the type of object referenced.WSAEPFNOSUPPORT10046 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment