Skip to content

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

ParameterType
property?string

Returns

MetaPropertyConflict

Overrides

ts
Error.constructor

Properties

PropertyTypeInherited from
cause?unknownError.cause
messagestringError.message
namestringError.name
stack?stringError.stack