InvalidCustomPropertyError
Defined in: src/errors.ts:107
Extends
Error
Implements
Constructors
Constructor
new InvalidCustomPropertyError(message?): InvalidCustomPropertyError;
Defined in: node_modules/typescript/lib/lib.es5.d.ts:1081
Parameters
message?
string
Returns
InvalidCustomPropertyError
Inherited from
Error.constructor
Constructor
new InvalidCustomPropertyError(message?, options?): InvalidCustomPropertyError;
Defined in: node_modules/typescript/lib/lib.es5.d.ts:1081
Parameters
message?
string
options?
ErrorOptions
Returns
InvalidCustomPropertyError
Inherited from
Error.constructor
Properties
code
code: ErrorCode = ErrorCode.InvalidCustomPropertyError;
Defined in: src/errors.ts:108