Condividi tramite


ResourceModifiedError Classe

Risposta di errore con codice di stato 4xx, in genere 412 Conflitto. Questa operazione non verrà generata direttamente dalla pipeline di base di Azure.

Ereditarietà
ResourceModifiedError

Costruttore

ResourceModifiedError(message: object | None = None, response: _HttpResponseCommonAPI | None = None, **kwargs: Any)

Parametri

message
valore predefinito: None
response
valore predefinito: None

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 è più supportato Python 2. Usare invece raise/from.

with_traceback

Exception.with_traceback(tb): impostare l'auto. traceback a tb e restituire se stesso.

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 è più supportato Python 2. Usare invece raise/from.

raise_with_traceback() -> None

with_traceback

Exception.with_traceback(tb): impostare l'auto. traceback a tb e restituire se stesso.

with_traceback()

Attributi

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