dataset_not_found | The name does not exist, or belongs to someone else; the two are never told apart. |
dataset_version_not_found | The version does not exist. |
dataset_name_taken | 409. The name belongs to another publisher. |
dataset_in_use | 409. Jobs reference the dataset; details name them. |
dataset_not_owned | The caller does not own it; a platform dataset has no owner. |
dataset_import_in_progress | 409. A visibility change while a version is importing; details name the version. |
upstream_not_watchable | Auto-import on a dataset with no moving git ref. |
no_active_version | A bare name on a dataset with no active version. |
version_not_ready | 409. A job or an activation on a version that is not READY. |
version_not_activatable | A FAILED or ARCHIVED version. |
unknown_task_names, no_tasks | A selector names tasks the version lacks, or filters every task away. |
task_not_found | 404. getTaskBuild() on a name with no recorded outcome. |
task_failed_to_build | A job create that names a task whose build FAILED; details.failed_tasks quote each reason. |
unpinned_git_ref | A git publish on a branch; details.commit is the sha to pin. |
hub_package_not_found | 400. The hub package does not exist or is private; details.hub_package. |
hub_unreachable | 502. The hub could not be asked; retry the publish. |
invalid_archive | The tarball is unreadable or unsafe. |
import_too_large | 413. A dataset archive over the published ceiling. |
import_not_found | The import id does not exist or is not yours. |
too_many_concurrent_imports | 429, no retry delay. Too many uploads in flight; retry when one finishes. details.max_concurrent. |
package_not_retained, package_corrupt, package_missing | 409. The original package was never retained, is corrupt, or is gone. Re-publish. |
too_many_concurrent_package_downloads | 429, no retry delay. details.max_concurrent. |
upload_session_not_found, upload_offset_mismatch, upload_chunk_digest_mismatch, upload_incomplete, upload_archive_digest_mismatch, upload_session_failed, too_many_concurrent_upload_chunks | A large upload’s session failed; the SDK surfaces the refusal as is. Retry the publish or upload. |