videosphere
    Preparing search index...

    Error codes passed to uploadGoogleResumableInChunks.

    interface GoogleResumableUploadErrorCodes {
        aborted: string;
        streamReadFailed: string;
        emptyChunk: string;
        noResponse: string;
        uploadFailed: string;
        rangeInvalid: string;
        rangeMismatch: string;
        incomplete: string;
    }
    Index

    Properties

    aborted: string
    streamReadFailed: string
    emptyChunk: string
    noResponse: string
    uploadFailed: string
    rangeInvalid: string
    rangeMismatch: string
    incomplete: string