nominal-api 0.1239.0

API bindings for the Nominal platform
Documentation
#[doc(inline)]
pub use self::cannot_add_to_legacy_dataset::CannotAddToLegacyDataset;
#[doc(inline)]
pub use self::channel_not_found::ChannelNotFound;
#[doc(inline)]
pub use self::conflict_on_dataset_creation::ConflictOnDatasetCreation;
#[doc(inline)]
pub use self::conflict_on_dataset_file_create_or_update::ConflictOnDatasetFileCreateOrUpdate;
#[doc(inline)]
pub use self::conflict_on_series_creation::ConflictOnSeriesCreation;
#[doc(inline)]
pub use self::dataset_exists_in_other_workspace::DatasetExistsInOtherWorkspace;
#[doc(inline)]
pub use self::dataset_file_not_found::DatasetFileNotFound;
#[doc(inline)]
pub use self::dataset_not_found::DatasetNotFound;
#[doc(inline)]
pub use self::datasets_not_found::DatasetsNotFound;
#[doc(inline)]
pub use self::granularity_mismatch::GranularityMismatch;
#[doc(inline)]
pub use self::iceberg_not_supported::IcebergNotSupported;
#[doc(inline)]
pub use self::invalid_state_for_adding_additional_file::InvalidStateForAddingAdditionalFile;
#[doc(inline)]
pub use self::run_not_found::RunNotFound;
#[doc(inline)]
pub use self::video_file_not_found::VideoFileNotFound;
pub mod cannot_add_to_legacy_dataset;
pub mod channel_not_found;
pub mod conflict_on_dataset_creation;
pub mod conflict_on_dataset_file_create_or_update;
pub mod conflict_on_series_creation;
pub mod dataset_exists_in_other_workspace;
pub mod dataset_file_not_found;
pub mod dataset_not_found;
pub mod datasets_not_found;
pub mod granularity_mismatch;
pub mod iceberg_not_supported;
pub mod invalid_state_for_adding_additional_file;
pub mod run_not_found;
pub mod video_file_not_found;