galaxy-nodes
    Preparing search index...

    Interface GalaxySceneFailure

    interface GalaxySceneFailure {
        error?: unknown;
        message: string;
        reason: GalaxySceneFailureReason;
    }
    Index

    Properties

    Properties

    error?: unknown
    message: string