Low-level validation of a string within supported string-s. The matching is case-insensitive.
string
Gets the description of expected value according to the specified limits.
Validates value to be one of the specified supported values. This can be easily used with an enum.
The specified value if it is valid.
Error with explanatory message without actual value if it is invalid.
Error
Generated using TypeDoc
Low-level validation of a
string
within supportedstring
-s. The matching is case-insensitive.