mobx-keystone
    Preparing search index...

    Interface SnapshotProcessingErrorData

    interface SnapshotProcessingErrorData {
        actualSnapshot?: any;
        message: string;
        modelTrail?: readonly string[];
        path?: Path;
    }
    Index

    Properties

    actualSnapshot?: any
    message: string
    modelTrail?: readonly string[]
    path?: Path