nominal_api/conjure/errors/scout/catalog/
mod.rs1#[doc(inline)]
2pub use self::cannot_add_to_legacy_dataset::CannotAddToLegacyDataset;
3#[doc(inline)]
4pub use self::channel_not_found::ChannelNotFound;
5#[doc(inline)]
6pub use self::conflict_on_dataset_creation::ConflictOnDatasetCreation;
7#[doc(inline)]
8pub use self::conflict_on_dataset_file_create_or_update::ConflictOnDatasetFileCreateOrUpdate;
9#[doc(inline)]
10pub use self::conflict_on_series_creation::ConflictOnSeriesCreation;
11#[doc(inline)]
12pub use self::dataset_exists_in_other_workspace::DatasetExistsInOtherWorkspace;
13#[doc(inline)]
14pub use self::dataset_file_not_found::DatasetFileNotFound;
15#[doc(inline)]
16pub use self::dataset_not_found::DatasetNotFound;
17#[doc(inline)]
18pub use self::datasets_not_found::DatasetsNotFound;
19#[doc(inline)]
20pub use self::granularity_mismatch::GranularityMismatch;
21#[doc(inline)]
22pub use self::iceberg_not_supported::IcebergNotSupported;
23#[doc(inline)]
24pub use self::invalid_state_for_adding_additional_file::InvalidStateForAddingAdditionalFile;
25#[doc(inline)]
26pub use self::run_not_found::RunNotFound;
27#[doc(inline)]
28pub use self::video_file_not_found::VideoFileNotFound;
29pub mod cannot_add_to_legacy_dataset;
30pub mod channel_not_found;
31pub mod conflict_on_dataset_creation;
32pub mod conflict_on_dataset_file_create_or_update;
33pub mod conflict_on_series_creation;
34pub mod dataset_exists_in_other_workspace;
35pub mod dataset_file_not_found;
36pub mod dataset_not_found;
37pub mod datasets_not_found;
38pub mod granularity_mismatch;
39pub mod iceberg_not_supported;
40pub mod invalid_state_for_adding_additional_file;
41pub mod run_not_found;
42pub mod video_file_not_found;