Condividi tramite


ResourceNotFoundError Classe

Risposta di errore, in genere attivata da una risposta 412 (per l'aggiornamento) o 404 (per get/post)

Ereditarietà
ResourceNotFoundError

Costruttore

ResourceNotFoundError(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