다음을 통해 공유


OperationTimeoutError 클래스

작업 시간 초과

상속
OperationTimeoutError

생성자

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

매개 변수

Name Description
message
필수
details
기본값: None

메서드

add_note

Exception.add_note(참고) – 예외에 메모 추가

with_traceback

Exception.with_traceback(tb) – self를 설정합니다. tb로 추적 및 자체 반환.

add_note

Exception.add_note(참고) – 예외에 메모 추가

add_note()

with_traceback

Exception.with_traceback(tb) – self를 설정합니다. tb로 추적 및 자체 반환.

with_traceback()

특성

args

details

details: List[str]

error

error: str | None

message

message: str