Skip to content

Map more Windows System errors#2899

Merged
StephanTLavavej merged 2 commits into
microsoft:mainfrom
fsb4000:fix2893
Jul 28, 2022
Merged

Map more Windows System errors#2899
StephanTLavavej merged 2 commits into
microsoft:mainfrom
fsb4000:fix2893

Conversation

@fsb4000
Copy link
Copy Markdown
Contributor

@fsb4000 fsb4000 commented Jul 23, 2022

Fixes #2893

System Error Codes (0-499)

  • ERROR_BAD_NET_NAME

    • 67 (0x43)
    • The network name cannot be found.
  • ERROR_FILENAME_EXCED_RANGE

    • 206 (0xCE)
    • The filename or extension is too long.

@fsb4000 fsb4000 requested a review from a team as a code owner July 23, 2022 03:56
@Morph1984
Copy link
Copy Markdown

Thank you for the quick fix!

@CaseyCarter CaseyCarter added enhancement Something can be improved affects redist labels Jul 24, 2022
Comment thread stl/src/syserror.cpp Outdated
@strega-nil-ms
Copy link
Copy Markdown
Contributor

Thanks!

@strega-nil-ms
Copy link
Copy Markdown
Contributor

/azp run

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 1 pipeline(s).

@StephanTLavavej StephanTLavavej self-assigned this Jul 27, 2022
@StephanTLavavej
Copy link
Copy Markdown
Member

I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed.

@StephanTLavavej StephanTLavavej merged commit b491ec6 into microsoft:main Jul 28, 2022
@StephanTLavavej
Copy link
Copy Markdown
Member

Thanks for improving <system_error>'s behavior! 🎉 📈 😸

@fsb4000 fsb4000 deleted the fix2893 branch July 28, 2022 04:25
fsb4000 added a commit to fsb4000/STL that referenced this pull request Aug 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Something can be improved

Projects

None yet

Development

Successfully merging this pull request may close these issues.

<system_error>: Several Windows system errors are not mapped

5 participants