restoreRemoteConfigurationAndFail

internal suspend fun restoreRemoteConfigurationAndFail(configuration: Configuration?, setServerConfigurationUseCase: SetServerConfigurationUseCase, throwable: Throwable): Result<Unit>(source)

Executes the restoreRemoteConfigurationAndFail step in the SDAI domain layer.

Return

Result produced by restoreRemoteConfigurationAndFail.

Author

Dmitriy Moroz

Parameters

configuration

configuration value consumed by the API.

setServerConfigurationUseCase

set server configuration use case value consumed by the API.

throwable

throwable value consumed by the API.