A thrown type-check failure (extends MobxKeystoneError).
MobxKeystoneError
Thrown by TypeCheckError.throw when a runtime type check fails. Use instanceof TypeCheckErrorFailure to distinguish type-check errors from other MobxKeystoneError instances.
instanceof TypeCheckErrorFailure
Readonly
Optional
Static
Indicates whether the argument provided is a built-in Error instance or not.
A thrown type-check failure (extends
MobxKeystoneError).Thrown by TypeCheckError.throw when a runtime type check fails. Use
instanceof TypeCheckErrorFailureto distinguish type-check errors from otherMobxKeystoneErrorinstances.