Description
The \src/Microsoft.Agents.A365.DevTools.Cli/Constants/ErrorCodes.cs\ file contains error code constants but some are missing XML documentation comments explaining when each error code is used.
Location
- File: \src/Microsoft.Agents.A365.DevTools.Cli/Constants/ErrorCodes.cs\
Expected Fix
Add XML <summary>\ documentation to any error code constants that are missing them, explaining:
- What scenario triggers this error code
- What the user should do to resolve it
Additional Context
This improves code maintainability and helps developers understand the error handling flow.