ConfigServerSettingsErrorRecord Class

Error record of the config server settings.

Inheritance
ConfigServerSettingsErrorRecord

Constructor

ConfigServerSettingsErrorRecord(*, name: Optional[str] = None, uri: Optional[str] = None, messages: Optional[List[str]] = None, **kwargs)

Variables

name
str

The name of the config server settings error record.

uri
str

The uri of the config server settings error record.

messages
list[str]

The detail error messages of the record.