Skip to content

Class: ReactiveModelNoSuchPropertyException ​

Throw by ReactiveModel when attempting to set the value of a property that does not exist on the model.

Extends ​

Constructors ​

Constructor ​

ts
new ReactiveModelNoSuchPropertyException(property: string | number | symbol, model: string): ReactiveModelNoSuchPropertyException;

Parameters ​

ParameterType
propertystring | number | symbol
modelstring

Returns ​

ReactiveModelNoSuchPropertyException

Overrides ​

ReActiveRecordError.constructor

Properties ​

PropertyModifierTypeDescriptionInherited from
cause?publicunknown-ReActiveRecordError.cause
stack?publicstring-ReActiveRecordError.stack
prepareStackTrace?static(err: Error, stackTraces: CallSite[]) => anyOptional override for formatting stack traces See https://v8.dev/docs/stack-trace-api#customizing-stack-tracesReActiveRecordError.prepareStackTrace
stackTraceLimitstaticnumber-ReActiveRecordError.stackTraceLimit

Methods ​

captureStackTrace() ​

ts
static captureStackTrace(targetObject: object, constructorOpt?: Function): void;

Create .stack property on a target object

Parameters ​

ParameterType
targetObjectobject
constructorOpt?Function

Returns ​

void

Inherited from ​

ReActiveRecordError.captureStackTrace