@hcl-software/domino-rest-sdk-node
    Preparing search index...

    Type Alias DocumentStatusResponse

    A response for document operations that can return document's status after operation.

    type DocumentStatusResponse = {
        message: string;
        status: number;
        statusText: string;
        unid: string;
    }
    Index

    Properties

    message: string

    Shows a descriptive message on document's status after the operation.

    status: number

    HTTP status code.

    statusText: string

    Status for success or failure.

    unid: string

    The UNID of document the operation interacted with.