MCPcopy Index your code
hub / github.com/microsoft/playwright-python / ErrorPayload

Class ErrorPayload

playwright/_impl/_helper.py:83–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81
82
83class ErrorPayload(TypedDict, total=False):
84 message: str
85 name: str
86 stack: str
87 value: Optional[Any]
88
89
90class HarRecordingMetadata(TypedDict, total=False):

Callers 1

serialize_errorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected