CosmosResourceExistsError Kelas
Respons kesalahan HTTP dengan kode status 409.
- Warisan
-
CosmosResourceExistsErrorCosmosResourceExistsError
Konstruktor
CosmosResourceExistsError(status_code=None, message=None, response=None, **kwargs)
Parameter
- response
Metode
add_note |
Exception.add_note(catatan) – tambahkan catatan ke pengecualian |
raise_with_traceback |
Ajukan pengecualian dengan traceback yang ada. Tidak digunakan lagi sejak versi 1.22.0: Metode ini tidak digunakan lagi karena kami tidak mendukung Python 2 lagi. Gunakan naikkan/dari sebagai gantinya. |
with_traceback |
Exception.with_traceback(tb) – atur diri. traceback ke tb dan kembalikan diri. |
add_note
Exception.add_note(catatan) – tambahkan catatan ke pengecualian
add_note()
raise_with_traceback
Ajukan pengecualian dengan traceback yang ada.
Tidak digunakan lagi sejak versi 1.22.0: Metode ini tidak digunakan lagi karena kami tidak mendukung Python 2 lagi. Gunakan naikkan/dari sebagai gantinya.
raise_with_traceback() -> None
with_traceback
Exception.with_traceback(tb) – atur diri. traceback ke tb dan kembalikan diri.
with_traceback()
Atribut
args
continuation_token
continuation_token: str | None
error
error: ODataV4Format | None
exc_msg
exc_msg: str
exc_traceback
exc_traceback: TracebackType | None
exc_type
exc_type: Type[Any] | None
exc_value
exc_value: BaseException | None
inner_exception
inner_exception: BaseException | None
message
message: str
model
model: Any | None
reason
reason: str | None
response
response: _HttpResponseCommonAPI | None
status_code
status_code: int | None
Azure SDK for Python