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

    Type Alias BulkGetErrorResponse

    An error response if a document failed to be returned in a bulk get operation.

    type BulkGetErrorResponse = {
        details: string;
        errorId: number;
        message: string;
        status: number;
    }
    Index

    Properties

    details: string

    Error details. Typically shows UNID.

    errorId: number

    Error ID.

    message: string

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

    status: number

    HTTP status code.