パッケージ org.thinkit.framework.envali.result
The package that manages the classes that represent the results of the
validation returned by the Envali framework.
An BusinessError
object will be created when specifying an error type
(recoverable or unrecoverable) when annotating the Envali framework. An empty
ValidationResult
object is created if there are no errors, regardless
of the error type.
-
クラスの概要 クラス 説明 BusinessError The class that represents a business error.ValidationResult A data class that manages the results of validation byEnvali
.