Validation
Parameters
message
A human-readable description of the validation error
Example:
val error = ResultError.Validation(
message = "Card number must be 16 digits"
)
Content copied to clipboard
A human-readable description of the validation error
Example:
val error = ResultError.Validation(
message = "Card number must be 16 digits"
)