validateServerSetup
internal fun ServerSetupState.validateServerSetup(urlValidator: UrlValidator, stringValidator: CommonStringValidator, filePathValidator: FilePathValidator): ServerSetupValidationResult(source)
Executes the validateServerSetup step in the SDAI presentation layer.
Author
Dmitriy Moroz
Parameters
urlValidator
url validator value consumed by the API.
stringValidator
string validator value consumed by the API.
filePathValidator
file path validator value consumed by the API.