Errors: MetaPropertyConflict
An error thrown when a parent's meta has the same key as a child and the types are not compatible. A child's meta can override properties of the parent, however the types must match!
Extends
Error
Constructors
new MetaPropertyConflict()
ts
new MetaPropertyConflict(property?): MetaPropertyConflict
Parameters
Parameter | Type |
---|---|
property ? | string |
Returns
Overrides
ts
Error.constructor
Properties
Property | Type | Inherited from |
---|---|---|
cause? | unknown | Error.cause |
message | string | Error.message |
name | string | Error.name |
stack? | string | Error.stack |