credmark.cmf.model.errors.ModelInvalidStateError

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

A request was made that conflicts with the current context, for example context.run_model() was called with a block number higher than the block number of the current context.

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

Parameters

message (str) –