mobx-keystone
    Preparing search index...

    Class SnapshotProcessingError

    Thrown when a structural issue is encountered while processing a snapshot (extends MobxKeystoneError).

    Use instanceof SnapshotProcessingError to distinguish snapshot processing errors from other MobxKeystoneError instances.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    actualSnapshot?: any
    cause?: unknown
    message: string
    modelTrail?: readonly string[]
    name: string
    path: Path
    stack?: string

    Methods

    • Indicates whether the argument provided is a built-in Error instance or not.

      Parameters

      • error: unknown

      Returns error is Error