mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[NTSTATUS]
- Add some more status codes CORE-8373 svn path=/trunk/; revision=69585
This commit is contained in:
parent
0a1a6168bf
commit
b11be05a7e
1 changed files with 205 additions and 0 deletions
|
@ -1584,6 +1584,22 @@ SymbolicName=STATUS_REVISION_MISMATCH
|
|||
Language=English
|
||||
Indicates two revision levels are incompatible.
|
||||
|
||||
.
|
||||
MessageId=0x5a
|
||||
Severity=Error
|
||||
Facility=System
|
||||
SymbolicName=STATUS_INVALID_OWNER
|
||||
Language=English
|
||||
The specified owner is not valid for this object.
|
||||
|
||||
.
|
||||
MessageId=0x5b
|
||||
Severity=Error
|
||||
Facility=System
|
||||
SymbolicName=STATUS_INVALID_PRIMARY_GROUP
|
||||
Language=English
|
||||
The specified primary group is not valid for this object.
|
||||
|
||||
.
|
||||
MessageId=0x5c
|
||||
Severity=Error
|
||||
|
@ -1592,6 +1608,30 @@ SymbolicName=STATUS_NO_IMPERSONATION_TOKEN
|
|||
Language=English
|
||||
An attempt has been made to operate on an impersonation token by a thread that is not currently impersonating a client.
|
||||
|
||||
.
|
||||
MessageId=0x5d
|
||||
Severity=Error
|
||||
Facility=System
|
||||
SymbolicName=STATUS_CANT_DISABLE_MANDATORY
|
||||
Language=English
|
||||
The specified group cannot be disabled because it is marked as mandatory.
|
||||
|
||||
.
|
||||
MessageId=0x5e
|
||||
Severity=Error
|
||||
Facility=System
|
||||
SymbolicName=STATUS_NO_LOGON_SERVERS
|
||||
Language=English
|
||||
The logon failed because no valid logon servers were found.
|
||||
|
||||
.
|
||||
MessageId=0x5f
|
||||
Severity=Error
|
||||
Facility=System
|
||||
SymbolicName=STATUS_NO_SUCH_LOGON_SESSION
|
||||
Language=English
|
||||
The specified logon session does not exist.
|
||||
|
||||
.
|
||||
MessageId=0x60
|
||||
Severity=Error
|
||||
|
@ -1674,6 +1714,22 @@ Language=English
|
|||
Indicates the requested operation would disable or delete the last remaining administration account.
|
||||
This is not allowed to prevent creating a situation in which the system cannot be administrated.
|
||||
|
||||
.
|
||||
MessageId=0x6a
|
||||
Severity=Error
|
||||
Facility=System
|
||||
SymbolicName=STATUS_WRONG_PASSWORD
|
||||
Language=English
|
||||
The specified current password is not correct.
|
||||
|
||||
.
|
||||
MessageId=0x6b
|
||||
Severity=Error
|
||||
Facility=System
|
||||
SymbolicName=STATUS_ILL_FORMED_PASSWORD
|
||||
Language=English
|
||||
The new password contains invalid characters.
|
||||
|
||||
.
|
||||
MessageId=0x6c
|
||||
Severity=Error
|
||||
|
@ -1682,6 +1738,30 @@ SymbolicName=STATUS_PASSWORD_RESTRICTION
|
|||
Language=English
|
||||
When trying to update a password, this status indicates that some password update rule has been violated. For example, the password may not meet length criteria.
|
||||
|
||||
.
|
||||
MessageId=0x6d
|
||||
Severity=Error
|
||||
Facility=System
|
||||
SymbolicName=STATUS_LOGON_FAILURE
|
||||
Language=English
|
||||
Logon failed because the specified user name or password is incorrect.
|
||||
|
||||
.
|
||||
MessageId=0x6e
|
||||
Severity=Error
|
||||
Facility=System
|
||||
SymbolicName=STATUS_ACCOUNT_RESTRICTION
|
||||
Language=English
|
||||
The specified information is valid but an account restriction prevented logon.
|
||||
|
||||
.
|
||||
MessageId=0x6f
|
||||
Severity=Error
|
||||
Facility=System
|
||||
SymbolicName=STATUS_INVALID_LOGON_HOURS
|
||||
Language=English
|
||||
The attempted logon is not allowed at this time.
|
||||
|
||||
.
|
||||
MessageId=0x70
|
||||
Severity=Error
|
||||
|
@ -1789,6 +1869,30 @@ Language=English
|
|||
An attempt was made to reference a token that doesn't exist.
|
||||
This is typically done by referencing the token associated with a thread when the thread is not impersonating a client.
|
||||
|
||||
.
|
||||
MessageId=0x7d
|
||||
Severity=Error
|
||||
Facility=System
|
||||
SymbolicName=STATUS_BAD_INHERITANCE_ACL
|
||||
Language=English
|
||||
The inherited access control list could not be created.
|
||||
|
||||
.
|
||||
MessageId=0x7e
|
||||
Severity=Error
|
||||
Facility=System
|
||||
SymbolicName=STATUS_RANGE_NOT_LOCKED
|
||||
Language=English
|
||||
Attempt to unlock a file range that is not locked.
|
||||
|
||||
.
|
||||
MessageId=0x7f
|
||||
Severity=Error
|
||||
Facility=System
|
||||
SymbolicName=STATUS_DISK_FULL
|
||||
Language=English
|
||||
The disk is full. Delete files and free up disk space to continue the operation.
|
||||
|
||||
.
|
||||
MessageId=0x80
|
||||
Severity=Error
|
||||
|
@ -1869,6 +1973,22 @@ SymbolicName=STATUS_RESOURCE_DATA_NOT_FOUND
|
|||
Language=English
|
||||
Indicates the specified image file did not contain a resource section.
|
||||
|
||||
.
|
||||
MessageId=0x8a
|
||||
Severity=Error
|
||||
Facility=System
|
||||
SymbolicName=STATUS_RESOURCE_TYPE_NOT_FOUND
|
||||
Language=English
|
||||
A resource of the specified type could not be found in the image file.
|
||||
|
||||
.
|
||||
MessageId=0x8b
|
||||
Severity=Error
|
||||
Facility=System
|
||||
SymbolicName=STATUS_RESOURCE_NAME_NOT_FOUND
|
||||
Language=English
|
||||
A resource with the specified name could not be found in the image file.
|
||||
|
||||
.
|
||||
MessageId=0x8c
|
||||
Severity=Error
|
||||
|
@ -1878,6 +1998,33 @@ Language=English
|
|||
{EXCEPTION}
|
||||
Array bounds exceeded.
|
||||
|
||||
.
|
||||
MessageId=0x8d
|
||||
Severity=Error
|
||||
Facility=System
|
||||
SymbolicName=STATUS_FLOAT_DENORMAL_OPERAND
|
||||
Language=English
|
||||
{EXCEPTION}
|
||||
Floating-point denormal operand.
|
||||
|
||||
.
|
||||
MessageId=0x8e
|
||||
Severity=Error
|
||||
Facility=System
|
||||
SymbolicName=STATUS_FLOAT_DIVIDE_BY_ZERO
|
||||
Language=English
|
||||
{EXCEPTION}
|
||||
Floating-point division by zero.
|
||||
|
||||
.
|
||||
MessageId=0x8f
|
||||
Severity=Error
|
||||
Facility=System
|
||||
SymbolicName=STATUS_FLOAT_INEXACT_RESULT
|
||||
Language=English
|
||||
{EXCEPTION}
|
||||
Floating-point inexact result.
|
||||
|
||||
.
|
||||
MessageId=0x90
|
||||
Severity=Error
|
||||
|
@ -1975,6 +2122,14 @@ SymbolicName=STATUS_INSUFFICIENT_RESOURCES
|
|||
Language=English
|
||||
Insufficient system resources exist to complete this API.
|
||||
|
||||
.
|
||||
MessageId=0x9b
|
||||
Severity=Error
|
||||
Facility=System
|
||||
SymbolicName=STATUS_DFS_EXIT_PATH_FOUND
|
||||
Language=English
|
||||
The specified file cannot be opened because it is a DFS exit path file.
|
||||
|
||||
.
|
||||
MessageId=0x9c
|
||||
Severity=Error
|
||||
|
@ -1983,6 +2138,56 @@ SymbolicName=STATUS_DEVICE_DATA_ERROR
|
|||
Language=English
|
||||
STATUS_DEVICE_DATA_ERROR
|
||||
|
||||
.
|
||||
MessageId=0x9d
|
||||
Severity=Error
|
||||
Facility=System
|
||||
SymbolicName=STATUS_DEVICE_NOT_CONNECTED
|
||||
Language=English
|
||||
The specified device is not connected.
|
||||
|
||||
.
|
||||
MessageId=0x9f
|
||||
Severity=Error
|
||||
Facility=System
|
||||
SymbolicName=STATUS_FREE_VM_NOT_AT_BASE
|
||||
Language=English
|
||||
The specified memory could not be freed because it is not at the start of the allocation.
|
||||
|
||||
.
|
||||
MessageId=0xa0
|
||||
Severity=Error
|
||||
Facility=System
|
||||
SymbolicName=STATUS_MEMORY_NOT_ALLOCATED
|
||||
Language=English
|
||||
The specified memory could not be freed because it was not allocated.
|
||||
|
||||
.
|
||||
MessageId=0xa1
|
||||
Severity=Error
|
||||
Facility=System
|
||||
SymbolicName=STATUS_WORKING_SET_QUOTA
|
||||
Language=English
|
||||
The process working set quota was exceeded
|
||||
|
||||
.
|
||||
MessageId=0xa2
|
||||
Severity=Error
|
||||
Facility=System
|
||||
SymbolicName=STATUS_MEDIA_WRITE_PROTECTED
|
||||
Language=English
|
||||
{Write Protect Error}
|
||||
The media in volume %hs cannot be written to because it is write-protected.
|
||||
|
||||
.
|
||||
MessageId=0xa3
|
||||
Severity=Error
|
||||
Facility=System
|
||||
SymbolicName=STATUS_DEVICE_NOT_READY
|
||||
Language=English
|
||||
{Device Not Ready}
|
||||
The device %hs is not ready.
|
||||
|
||||
.
|
||||
MessageId=0xc0
|
||||
Severity=Error
|
||||
|
|
Loading…
Reference in a new issue