# Functions
InvalidContentType creates new InvalidContentTypeError.
UnexpectedStatusCode creates new UnexpectedStatusCode.
UniqueItems ensures given array has no duplicates.
# Variables
ErrBodyRequired reports that request body is required but server got empty request.
ErrFieldRequired reports that field is required, but not found.
ErrNilPointer reports that use Validate, but receiver pointer is nil.
# Structs
Array validates array length.
Error represents validation error.
FieldError is failed validation on field.
Float validates float numbers.
Int validates integers.
InvalidContentTypeError reports that decoder got unexpected content type.
MaxLengthError reports that len greater than maximum.
MinLengthError reports that len less than minimum.
NoRegexMatchError reports that value have no regexp match.
Object validates map length.
String validator.
UnexpectedStatusCodeError reports that client got unexpected status code.