credmark.cmf.model.errors.ModelTypeError

exception ModelTypeError(message, **data)[source]

There was an error in a model while converting data to a DTO class. This can happen when constructing a new DTO instance, for example from a model run output.

Although these errors are permanent for a given context, these are considered a logic or coding error.

Parameters

message (str) –