@orangecheck/agent-core / ScopeParseError
Class: ScopeParseError
Defined in: agent-core/src/scope.ts:59
Extends
Error
Constructors
Constructor
new ScopeParseError(message: string): ScopeParseError;
Defined in: agent-core/src/scope.ts:60
Parameters
| Parameter | Type |
|---|---|
message | string |
Returns
ScopeParseError
Overrides
Error.constructor
Properties
| Property | Type | Inherited from | Defined in |
|---|---|---|---|
<a id="property-message"></a> message | string | Error.message | node_modules/typescript/lib/lib.es5.d.ts:1077 |
<a id="property-name"></a> name | string | Error.name | node_modules/typescript/lib/lib.es5.d.ts:1076 |
<a id="property-stack"></a> stack? | string | Error.stack | node_modules/typescript/lib/lib.es5.d.ts:1078 |