PartialBatchErrorException Class
There is a partial failure in batch operations.
- Inheritance
-
PartialBatchErrorException
Constructor
PartialBatchErrorException(message, response, parts)
Parameters
Name | Description |
---|---|
message
Required
|
The message of the exception. |
response
Required
|
Server response to be deserialized. |
parts
Required
|
A list of the parts in multipart response. |
Methods
add_note |
Exception.add_note(note) – add a note to the exception |
raise_with_traceback |
Raise the exception with the existing traceback. Deprecated since version 1.22.0: This method is deprecated as we don't support Python 2 anymore. Use raise/from instead. |
with_traceback |
Exception.with_traceback(tb) – set self.traceback to tb and return self. |
add_note
Exception.add_note(note) – add a note to the exception
add_note()
raise_with_traceback
Raise the exception with the existing traceback.
Deprecated since version 1.22.0: This method is deprecated as we don't support Python 2 anymore. Use raise/from instead.
raise_with_traceback() -> None
with_traceback
Exception.with_traceback(tb) – set self.traceback to tb and return self.
with_traceback()
Attributes
args
Azure SDK for Python