Skip to content

fix(enums): add missing GraphErrorCode values#1078

Merged
gavinbarron merged 2 commits intomicrosoftgraph:mainfrom
AndrewShchetkin:fix/graph-error-codes
Jan 22, 2026
Merged

fix(enums): add missing GraphErrorCode values#1078
gavinbarron merged 2 commits intomicrosoftgraph:mainfrom
AndrewShchetkin:fix/graph-error-codes

Conversation

@AndrewShchetkin
Copy link
Contributor

@AndrewShchetkin AndrewShchetkin commented Dec 22, 2025

Summary

Adds missing GraphErrorCode enum members to the beta SDK to keep parity with the v1 SDK.

Changes

  • Added ImageNotFound
  • Added NotFound
  • Added Request_ResourceNotFound

Why

These values exist in the v1 SDK enum and may be returned by Microsoft Graph; adding them lets consumers handle these errors without string matching.

Reference (v1 SDK):

Notes

  • No runtime behavior change beyond adding enum members.
Microsoft Reviewers: Open in CodeFlow

@gavinbarron gavinbarron enabled auto-merge (squash) January 22, 2026 18:47
@gavinbarron gavinbarron merged commit b5a2e36 into microsoftgraph:main Jan 22, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants