# Packages
No description provided by the author
# Functions
AddPrefix will prepend a prefix to all field names within the given error.
IsClientError will determine if an error's cause is due to request/client error.
IsValidationError will determine if an error's cause is a field validation error.
NewFieldError will create a new FieldError for the given field and reason.
NewFieldError will create a new FieldError for the given field and reason.
NewGenericError will create a new generic validation error.
NewMultiFieldError will combine multiple FieldErrors into a MultiFieldError.
WrapError will return a new error that is reported as a ClientError.
# Interfaces
A FieldError represents an invalid field during validation.
No description provided by the author