Open
Description
Describe the bug
An ErrorDetails model is exposed under models
that is not used in the API.
Apparently, it is being used as an error output, but we should have a way to hide it from the public surface.
Reproduction
Checklist
- Follow our Code of ConductCheck that there isn't already an issue that request the same bug to avoid creating a duplicate.Check that this is a concrete bug. For Q&A open a GitHub Discussion.The provided reproduction is a minimal reproducible example of the bug.
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
msyyc commentedon Jun 27, 2025
Hi @kristapratico, ErrorDetails is actually used when http response error is raised which is not showed in ApiView:
yurinh-microsoft commentedon Jun 30, 2025
@msyyc can we resolve/close this bug then?
msyyc commentedon Jul 1, 2025
@kristapratico for confirmation.