What does NTSTATUS 0xC0000183 (STATUS_DRIVER_INTERNAL_ERROR) mean?

 
Previous Next
STATUS_DEVICE_CONFIGURATION_ERROR STATUS_INVALID_DEVICE_STATE

STATUS_DRIVER_INTERNAL_ERROR

The same as STATUS_INTERNAL_ERROR

This error (STATUS_DRIVER_INTERNAL_ERROR) is returned by the driver code when no error code is defined (or the programmer has not found) that would more accurately describe the problem that occurred. Typically, such an error code (0xC0000183) is generated by a section of code that, in the opinion of the developer, should never be executed. The result is usually deplorable. If you did not see the blue screen of death, then you are a very lucky man.

Official references for STATUS_DRIVER_INTERNAL_ERROR


Looking for a different code? Search another status or error code.