The union of every ERROR_CODES value, so a caller matching on error.code gets autocompletion and exhaustiveness instead of comparing against free-typed strings.
error.code
The union of every ERROR_CODES value, so a caller matching on
error.codegets autocompletion and exhaustiveness instead of comparing against free-typed strings.