PartialBatchErrorException Classe
Il y a une défaillance partielle dans les opérations de traitement par lots.
- Héritage
-
PartialBatchErrorException
Constructeur
PartialBatchErrorException(message, response, parts)
Paramètres
- response
Réponse du serveur à désérialiser.
Méthodes
add_note |
Exception.add_note(note) : ajouter une note à l’exception |
raise_with_traceback |
Déclenchez l’exception avec le suivi existant. Déconseillée depuis la version 1.22.0 : cette méthode est déconseillée, car nous ne prenons plus en charge Python 2. Utilisez raise/from à la place. |
with_traceback |
Exception.with_traceback(tb) : définissez l’auto. retour à tb et retour de soi. |
add_note
Exception.add_note(note) : ajouter une note à l’exception
add_note()
raise_with_traceback
Déclenchez l’exception avec le suivi existant.
Déconseillée depuis la version 1.22.0 : cette méthode est déconseillée, car nous ne prenons plus en charge Python 2. Utilisez raise/from à la place.
raise_with_traceback() -> None
with_traceback
Exception.with_traceback(tb) : définissez l’auto. retour à tb et retour de soi.
with_traceback()
Attributs
args
Azure SDK for Python