// ---------------- [ File: character-traits-transformative-abilities/src/errors.rs ]
crate::ix!();error_tree!{pubenumTransformAbilityProfileBuildError{
MissingCoreDomain,/// The attribute set may legitimately be empty, but the
/// **Option** itself must be provided by the builder.
MissingAttributeSet,}}