WER Error Codes
Header: werapi.h
The following table provides a list of custom error codes used by Windows Error Reporting.
| Symbolic | Code | Description |
|---|---|---|
| WER_E_INSUFFICIENT_BUFFER | A buffer is too small to contain the data. | |
| WER_E_INVALID_STATE | A function was called in an unsupported manner. | |
| WER_E_LENGTH_EXCEEDED | One of the length limits has been exceeded. | |
| WER_E_MISSING_PARAM | One or more parameters are missing. | |
| WER_E_NOT_FOUND | Element not found. | |
| WER_E_STORE_DISABLED | The store has been disabled. | |
| 6 entries | ||
Article text from the Win32 documentation (opens in a new tab), by Microsoft, under the CC BY 4.0 (opens in a new tab) licence.