| Code | Field | Name | Description |
|---|---|---|---|
| 0x0 | Netlogon Error Codes | STATUS_SUCCESS | No error, the operation completed successfully. |
| 0XC000005E | Netlogon Error Codes | STATUS_NO_LOGON_SERVERS | There are currently no logon servers available to service the logon request. |
| 0XC0000064 | Netlogon Error Codes | STATUS_NO_SUCH_USER | The specified account does not exist. |
| 0XC000006A | Netlogon Error Codes | STATUS_WRONG_PASSWORD | The specified network password is not correct. |
| 0XC000006D | Netlogon Error Codes | STATUS_LOGON_FAILURE | The user name or password is incorrect. |
| 0XC000006E | Netlogon Error Codes | STATUS_ACCOUNT_RESTRICTION | Account restrictions are preventing this user from signing in. For example: blank passwords aren't allowed, sign-in times are limited, or a policy restriction has been enforced. |
| 0XC000006F | Netlogon Error Codes | STATUS_INVALID_LOGON_HOURS | Your account has time restrictions that keep you from signing in right now. |
| 0XC0000070 | Netlogon Error Codes | STATUS_INVALID_WORKSTATION | This user isn't allowed to sign in to this computer. |
| 0XC0000071 | Netlogon Error Codes | STATUS_PASSWORD_EXPIRED | The password for this account has expired. |
| 0XC0000072 | Netlogon Error Codes | STATUS_ACCOUNT_DISABLED | This user can't sign in because this account is currently disabled. |
| 0XC00000DC | Netlogon Error Codes | STATUS_INVALID_SERVER_STATE | The security account manager (SAM) or local security authority (LSA) server was in the wrong state to perform the security operation. Domain controller may be shutting down or restarting. |
| 0XC0000133 | Netlogon Error Codes | STATUS_TIME_DIFFERENCE_AT_DC | There is a time and/or date difference between the client and server. |
| 0XC000015B | Netlogon Error Codes | STATUS_LOGON_TYPE_NOT_GRANTED | Logon failure: the user has not been granted the requested logon type at this computer. |
| 0XC000018C | Netlogon Error Codes | STATUS_TRUSTED_DOMAIN_FAILURE | The trust relationship between the primary domain and the trusted domain failed. |
| 0XC0000192 | Netlogon Error Codes | STATUS_NETLOGON_NOT_STARTED | An attempt was made to logon, but the network logon service was not started. |
| 0XC0000193 | Netlogon Error Codes | STATUS_ACCOUNT_EXPIRED | The user's account has expired. |
| 0XC0000224 | Netlogon Error Codes | STATUS_PASSWORD_MUST_CHANGE | The user's password must be changed before signing in. |
| 0XC0000234 | Netlogon Error Codes | STATUS_ACCOUNT_LOCKED_OUT | The referenced account is currently locked out and may not be logged on to. |
| 0XC00002EE | Netlogon Error Codes | STATUS_UNFINISHED_CONTEXT_DELETED | A security context was deleted before the context was completed. This is considered a logon failure. |
| 0XC0000413 | Netlogon Error Codes | STATUS_AUTHENTICATION_FIREWALL_FAILED | The computer you are signing into is protected by an authentication firewall. The specified account is not allowed to authenticate to the computer. |