Skip to content

接口: ProberNotImplementedErrorInit

定义于: packages/prober/src/error.ts:60

ProberNotImplementedError 构造参数

属性

属性类型描述定义于
adapter?string可选适配显示名(仅文案,不绑定具体适配类型),如 "Diving-Fish"packages/prober/src/error.ts:68
cause?unknown底层原因packages/prober/src/error.ts:72
message?string覆盖默认 messagepackages/prober/src/error.ts:70
methodstring未实现的方法名(不含括号),如 "getHeatmap" 或能力接口上的查询名。packages/prober/src/error.ts:64