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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,11 +150,11 @@ By default, an API error will raise a errors.SDKError exception, which has the f
150
150
151
151
When custom error responses are specified for an operation, the SDK may also raise their associated exceptions. You can refer to respective *Errors* tables in SDK docs for more details on possible exception types for each operation. For example, the `partition_async` method may raise the following exceptions:
Copy file name to clipboardExpand all lines: docs/models/operations/partitionresponse.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,4 +8,5 @@
8
8
|`content_type`|*str*|:heavy_check_mark:| HTTP response content type for this operation |
9
9
|`status_code`|*int*|:heavy_check_mark:| HTTP response status code for this operation |
10
10
|`raw_response`|[httpx.Response](https://www.python-httpx.org/api/#response)|:heavy_check_mark:| Raw HTTP response; suitable for custom response parsing |
0 commit comments