Thrown when a structural issue is encountered while processing a snapshot (extends MobxKeystoneError).
MobxKeystoneError
Use instanceof SnapshotProcessingError to distinguish snapshot processing errors from other MobxKeystoneError instances.
instanceof SnapshotProcessingError
Optional
Readonly
Static
Indicates whether the argument provided is a built-in Error instance or not.
Thrown when a structural issue is encountered while processing a snapshot (extends
MobxKeystoneError).Use
instanceof SnapshotProcessingErrorto distinguish snapshot processing errors from otherMobxKeystoneErrorinstances.