EModelValidation¶
- exception tracdap.rt.exceptions.EModelValidation¶
Bases:
EValidation
Validation failure when a model is imported or loaded
For model import failures, this means the define_* functions in the model class are not valid. For model load failures, it means the define_* functions do not match the model metadata.