credmark.cmf.model.ModelDataErrorDesc

class ModelDataErrorDesc(description=None, code=None, code_desc=None, codes=None)[source]

Bases: ModelErrorDesc

A description of ModelDataErrors raised by a model.

Contains the list of possible codes and their descriptions.

Methods

schema

Returns a schema for the base object without the definitions.

Parameters
schema(slug, include_definitions=True)[source]

Returns a schema for the base object without the definitions.

Parameters

slug (str) –