credmark.cmf.model.errors.ModelInputError

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

An error that occurs when invalid input is sent to a model. The message describes the invalid or missing fields.

The last model on the call stack is the model that received the invalid input.

Parameters

message (str) –