Condividi tramite


CosmosResourceNotFoundError Classe

Risposta di errore HTTP con codice di stato 404.

Ereditarietà
CosmosResourceNotFoundError
CosmosResourceNotFoundError

Costruttore

CosmosResourceNotFoundError(status_code=None, message=None, response=None, **kwargs)

Parametri

status_code
int
valore predefinito: None

Codice di risposta HTTP.

message
str
valore predefinito: None

Messaggio di errore.

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