You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,9 +56,9 @@ API error messages typically include the following keys:
56
56
57
57
-`"title"` (`str`): A brief summary that describes the problem type
58
58
-`"detail"` (`list[str] | None`): A list of specific explanations related to the problem
59
-
-`"invalid_params"` (`list[dict] | None`): A list of strings containing details about parameters that were invalid or malformed in the request. Each object within this list provides:
60
-
-`"name"` (`str`): The name of the parameter that was found to be invalid.
61
-
-`"reasons"` (`list[str]`): A list of strings describing the specific issues or reasons why the parameter was considered invalid or malformed.
59
+
-`"invalid_params"` (`list[dict] | None`): A list of dict containing details about parameters that were invalid or malformed in the request. Each dict within this list provides:
60
+
-`"name"` (`str`): The name of the parameter that was found to be invalid
61
+
-`"reasons"` (`list[str]`): A list of strings describing the specific reasons why the parameter was considered invalid or malformed
0 commit comments