@rcsb/rcsb-saguaro-3d
    Preparing search index...

    Provides additional metadata about a job

    interface ResponseInfo {
        message?: string;
        status: "COMPLETE" | "RUNNING" | "ERROR";
        uuid: string;
    }
    Index

    Properties

    Properties

    message?: string

    Provides additional information about the request

    status: "COMPLETE" | "RUNNING" | "ERROR"

    Indicates whether a job is successfully completed, in progress or resulted in error

    uuid: string

    Unique job ID