Error

class pydelfini.delfini_core.models.error.Error(detail, title, source=Unset)[source]

Bases: object

Error model

Parameters:
detail
Type:

str

title
Type:

str

source
Type:

Union[Unset, str]

Attributes

detail

title

source

classmethod from_dict(src_dict)[source]

Create an instance of Error from a dict

Parameters:

src_dict (Dict[str, Any])

Return type:

T

to_dict()[source]

Convert to a dict

Return type:

Dict[str, Any]