Globus SDK for JavaScript
    Preparing search index...

    Type Alias SkippedErrorsDocument

    source_path or destination_path will be null when the user does not have role permissions for either side of the transfer.

    type SkippedErrorsDocument = {
        checksum_algorithm: string;
        DATA_TYPE: "skipped_error";
        destination_path: string | null;
        error_code: "PERMISSION_DENIED" | "FILE_NOT_FOUND";
        error_details: string;
        error_time: string;
        external_checksum: string;
        is_delete_destination_extra: boolean;
        is_directory: boolean;
        is_symlink: boolean;
        source_path: string | null;
    }
    Index

    Properties

    checksum_algorithm: string
    DATA_TYPE: "skipped_error"
    destination_path: string | null
    error_code: "PERMISSION_DENIED" | "FILE_NOT_FOUND"
    error_details: string
    error_time: string
    external_checksum: string
    is_delete_destination_extra: boolean
    is_directory: boolean
    is_symlink: boolean
    source_path: string | null