ContextMissingPropertyError
Defined in: src/errors.ts:96
Extends
Error
Implements
Constructors
Constructor
new ContextMissingPropertyError(missingProperty, message): ContextMissingPropertyError;
Defined in: src/errors.ts:101
Parameters
missingProperty
string
message
string
Returns
ContextMissingPropertyError
Overrides
Error.constructor
Properties
code
code: ErrorCode = ErrorCode.ContextMissingPropertyError;
Defined in: src/errors.ts:97
Implementation of
missingProperty
missingProperty: string;
Defined in: src/errors.ts:99