bayesline.api.AsyncSettingsResolver.errors_against_settings_menu

bayesline.api.AsyncSettingsResolver.errors_against_settings_menu#

abstract async AsyncSettingsResolver.errors_against_settings_menu(settings: Settings) list[str]#

Validate and return any errors that the given settings have against the settings menu.

Parameters#

settings: Settings

The settings to validate.

Returns#

A list of error messages if the settings are invalid against the settings menu.