TableTransactionError Classe
Si verifica un errore nelle operazioni di transazione.
- Ereditarietà
-
TableTransactionError
Costruttore
TableTransactionError(**kwargs: Any)
Variabili
- index
- int
Se disponibile, l'indice dell'operazione nella transazione che ha causato l'errore. Il valore predefinito è 0 nel caso in cui non è stato fornito un indice oppure l'errore si applica tra le operazioni.
- error_code
- TableErrorCode
Codice di errore.
- message
- str
Messaggio di errore.
Metodi
add_note |
Exception.add_note(nota) - Aggiungere una nota all'eccezione |
raise_with_traceback |
Generare l'eccezione con il traceback esistente. Deprecato dalla versione 1.22.0: questo metodo è deprecato perché non supportiamo più Python 2. Usare invece raise/from. |
with_traceback |
Exception.with_traceback(tb) : impostare self.Exception.with_traceback(tb). traceback in tb e restituire l'auto. |
add_note
Exception.add_note(nota) - Aggiungere una nota all'eccezione
add_note()
raise_with_traceback
Generare l'eccezione con il traceback esistente.
Deprecato dalla versione 1.22.0: questo metodo è deprecato perché non supportiamo più Python 2. Usare invece raise/from.
raise_with_traceback() -> None
with_traceback
Exception.with_traceback(tb) : impostare self.Exception.with_traceback(tb). traceback in tb e restituire l'auto.
with_traceback()
Attributi
args
Azure SDK for Python