ServerError

class pydelfini.delfini_core.models.server_error.ServerError(detail=Unset, error=Unset)[source]

Bases: object

ServerError model

Parameters:
detail
Type:

Union[Unset, str]

error
Type:

Union[Unset, str]

Attributes

detail

error

additional_properties

additional_keys

classmethod from_dict(src_dict)[source]

Create an instance of ServerError from a dict

Parameters:

src_dict (Dict[str, Any])

Return type:

T

to_dict()[source]

Convert to a dict

Return type:

Dict[str, Any]