# Variables
No description provided by the author
# Structs
No description provided by the author
ColumnValidationError is the validation error returned by Column.Validate if the designated constraints aren't met.
No description provided by the author
ConditionsValidationError is the validation error returned by Conditions.Validate if the designated constraints aren't met.
No description provided by the author
ParamsValidationError is the validation error returned by Params.Validate if the designated constraints aren't met.
# Type aliases
ColumnMultiError is an error wrapping multiple validation errors returned by Column.ValidateAll() if the designated constraints aren't met.
ConditionsMultiError is an error wrapping multiple validation errors returned by Conditions.ValidateAll() if the designated constraints aren't met.
ParamsMultiError is an error wrapping multiple validation errors returned by Params.ValidateAll() if the designated constraints aren't met.