Baz.CollectionAssetImportPages (baz v0.0.17)

Link to this section Summary

Link to this section Types

Link to this type

collection_asset_import_page()

@type collection_asset_import_page() ::
  Baz.CollectionAssetImportPages.CollectionAssetImportPage.t()

Link to this section Functions

Link to this function

collection_asset_import_page_changeset(attrs)

@spec collection_asset_import_page_changeset(map()) ::
  Ecto.Changeset.t() | {:error, term()}
Link to this function

get_collection_asset_import_page!(id)

@spec get_collection_asset_import_page!(term()) :: term()

Gets a single collection_asset_import_page.

Raises Ecto.NoResultsError if the CollectionAssetImportPage does not exist.

examples

Examples

iex> get_collection_asset_import_page!(123)
%CollectionAssetImportPage{}

iex> get_collection_asset_import_page!(456)
** (Ecto.NoResultsError)