@sqlrooms/ai / SkillRootReadOnlyError
Class: SkillRootReadOnlyError
Extends
Constructors
Constructor
new SkillRootReadOnlyError(
message,context?):SkillRootReadOnlyError
Parameters
| Parameter | Type |
|---|---|
message | string |
context? | SkillErrorContext |
Returns
SkillRootReadOnlyError
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 |
