OperationTimeoutError Třída

Vypršel časový limit operace.

Dědičnost
OperationTimeoutError

Konstruktor

OperationTimeoutError(message: str, details: List[str] | None = None)

Parametry

Name Description
message
Vyžadováno
details
výchozí hodnota: None

Metody

add_note

Exception.add_note(note) – přidání poznámky k výjimce

with_traceback

Exception.with_traceback(tb) – nastaví se jako vlastní. traceback to tb a return self.

add_note

Exception.add_note(note) – přidání poznámky k výjimce

add_note()

with_traceback

Exception.with_traceback(tb) – nastaví se jako vlastní. traceback to tb a return self.

with_traceback()

Atributy

args

details

details: List[str]

error

error: str | None

message

message: str