@orangecheck/lock-core / LockError
Class: LockError
Defined in: lock-core/src/seal.ts:266
Extends
Error
Constructors
Constructor
new LockError(code: string, message: string): LockError;
Defined in: lock-core/src/seal.ts:268
Parameters
| Parameter | Type |
|---|---|
code | string |
message | string |
Returns
LockError
Overrides
Error.constructor
Properties
| Property | Type | Inherited from | Defined in |
|---|---|---|---|
<a id="property-code"></a> code | string | - | lock-core/src/seal.ts:267 |
<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 |