@sqlrooms/ai / SkillManifestError
Class: SkillManifestError
Extends
Constructors
Constructor
new SkillManifestError(
message,context?):SkillManifestError
Parameters
| Parameter | Type |
|---|---|
message | string |
context? | SkillErrorContext |
Returns
SkillManifestError
Overrides
Properties
| Property | Modifier | Type | Inherited from |
|---|---|---|---|
code | readonly | SkillErrorCode | SkillError.code |
context? | readonly | SkillErrorContext | SkillError.context |
Methods
toJSON()
toJSON():
object
Returns
object
| Name | Type |
|---|---|
name | string |
code | SkillErrorCode |
message | string |
context | SkillErrorContext | undefined |
