Skip to main content

Module error

Module error 

Source
Expand description

Error types for CDP client operations.

错误类型层次:

  • CdpError: 连接之后协议/通信阶段的错误(TASK-2+ 使用)

@trace REQ-BAO-API-001 [level:library]

Enums§

CdpError
通信阶段错误(Transport 使用,具体实现在 TASK-2)。
ConnectError
连接阶段错误(Browser::connect 入口返回)。

Type Aliases§

Result
通信阶段 Result 别名。