idmtools.assets.errors module

idmtools assets errors.

Copyright 2021, Bill & Melinda Gates Foundation. All rights reserved.

exception idmtools.assets.errors.DuplicatedAssetError(asset: TAsset)[source]

Bases: Exception

DuplicatedAssetError is an error for when duplicates assets are added to collection.

Notes

TODO: Add a doclink

__init__(asset: TAsset)[source]

Initialize our error.

Parameters:

asset – Asset that caused the error