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
"description": "A free-form object that contains additional context\nabout the error. The possible fields are defined on\na per-endpoint basis. `message` is only one example.",
25678
25678
"type": "object",
25679
-
"nullable": true,
25680
-
"properties": {
25681
-
"message": {
25682
-
"description": "More details on the error.",
25683
-
"type": "string",
25684
-
"example": "Something went wrong."
25685
-
}
25686
-
}
25679
+
"additionalProperties": true,
25680
+
"nullable": true
25687
25681
},
25688
25682
"help_url": {
25689
25683
"description": "A URL that links to more information about why this error occurred.",
0 commit comments