# Functions

GetFieldErrors returns a copy of the FieldErrors pointer.
IsFieldErrors checks if an error of type FieldErrors exists.
NewValidator returns a new Validator instance.

# Structs

FieldError is used to indicate an error with a specific request field.
Validator wraps validator package.

# Type aliases

FieldErrors represents a collection of field errors.