We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 582718a commit 516a31dCopy full SHA for 516a31d
template/{% if has_backend %}backend{% endif %}/src/backend_api/fast_api_exception_handlers.py
@@ -24,7 +24,7 @@ class ProblemDetails(BaseModel):
24
# The vendor extension lets Kiota use this as the exception message.
25
detail: str = Field(..., json_schema_extra={"x-ms-primary-error-message": True})
26
instance: str
27
- error_type: str | None = Field(default=None, serialization_alias="errorType")
+ error_type: str | None = Field(default=None, alias="errorType")
28
29
30
def should_show_error_details() -> bool:
0 commit comments