Globus SDK for JavaScript
    Preparing search index...

    Type Alias SkippedErrorsListDocument

    type SkippedErrorsListDocument = {
        DATA: SkippedErrorsDocument[];
        DATA_TYPE: "skipped_errors";
        marker: number;
        next_marker: null | number;
    }
    Index

    Properties

    DATA_TYPE: "skipped_errors"
    marker: number
    next_marker: null | number