Class: TargetCapabilitiesError¶
Defined in: core/src/target-capabilities.ts:62
Base error class for all PromptScript errors.
Extends¶
Constructors¶
Constructor¶
new TargetCapabilitiesError(
message):TargetCapabilitiesError
Defined in: core/src/target-capabilities.ts:63
Parameters¶
message¶
string
Returns¶
TargetCapabilitiesError
Overrides¶
Properties¶
cause?¶
readonlyoptionalcause?:Error
Defined in: core/src/errors/base.ts:56
Original error if wrapping another error
Inherited from¶
code¶
readonlycode:string
Defined in: core/src/errors/base.ts:52
Error code
Inherited from¶
location?¶
readonlyoptionallocation?:SourceLocation
Defined in: core/src/errors/base.ts:54
Source location where error occurred
Inherited from¶
Methods¶
format()¶
format():
string
Defined in: core/src/errors/base.ts:79
Format error for display.
Returns¶
string
Inherited from¶
toJSON()¶
toJSON():
Record\<string,unknown>
Defined in: core/src/errors/base.ts:92
Convert to JSON-serializable object.
Returns¶
Record\<string, unknown>