Represents the available Validation
s.
isError : Type -> Basics.Bool
Checks that a Validation.Type
is an Error
.
isWarning : Type -> Basics.Bool
Checks that a Validation.Type
is a Warning
.
render : Type -> Html msg
Renders a Validation
message.