Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
83
class
ErrorPayload(TypedDict, total=False):
84
message: str
85
name: str
86
stack: str
87
value: Optional[Any]
88
89
90
class
HarRecordingMetadata(TypedDict, total=False):
Callers
1
serialize_error
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected