@qtsurfer/api-client
    Preparing search index...

    Type Alias FinalizeDatasetUploadErrors

    type FinalizeDatasetUploadErrors = {
        "404": ResponseError;
        "409": ResponseError;
        "413": ResponseError;
        "429": ResponseError;
    }
    Index

    No such dataset for this user; uploadId was not issued for this dataset (never minted, or minted for a different one); or nothing was PUT to upload.url yet — a finalize with nothing to finalize.

    uploadId already produced a version. The error message names it. Open a new upload session (POST /datasets/{datasetId}/uploads) for anything new.

    The uploaded file exceeds your tier's size limit for a dataset.

    Your account's total storage limit (GET /account's maxTotalStorageBytes) is reached or would be exceeded. Delete a dataset to free space, or upgrade.