FilePathValidator

Defines the FilePathValidator contract for the SDAI validation layer.

Author

Dmitriy Moroz

Inheritors

Types

Link copied to clipboard
sealed interface Error

Defines the Error contract for the SDAI validation layer.

Functions

Link copied to clipboard
abstract operator fun invoke(input: String?): ValidationResult<FilePathValidator.Error>

Executes the invoke step in the SDAI validation layer.