CapabilityStubOnlyError
Defined in: packages/sdk/src/errors.ts:206
能力仅有 stub 实现(需安装真实 engine 插件)
Extends
Section titled “Extends”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new CapabilityStubOnlyError(
capability,cause?):CapabilityStubOnlyError
Defined in: packages/sdk/src/errors.ts:208
Parameters
Section titled “Parameters”capability
Section titled “capability”string
cause?
Section titled “cause?”unknown
Returns
Section titled “Returns”CapabilityStubOnlyError
Overrides
Section titled “Overrides”Properties
Section titled “Properties”
readonlycode:LokvisErrorCode
Defined in: packages/sdk/src/errors.ts:108
Inherited from
Section titled “Inherited from”context?
Section titled “context?”
readonlyoptionalcontext?:Readonly<Record<string,unknown>>
Defined in: packages/sdk/src/errors.ts:109
Inherited from
Section titled “Inherited from”capability
Section titled “capability”
readonlycapability:string
Defined in: packages/sdk/src/errors.ts:207