# Functions
Decode is used to unmarshall the given data into an object.
IsValidationError checkIfAnError is a validation error.
NewValidationError creates a new ValidationError.
Wrap adds extra information related.
# Variables
No description provided by the author
# Structs
ValidationError represents an issue with value setting on a struct.
# Interfaces
Validatable represents an item that has constraints on what a correct structure is an imposes these constraints through the Validate method.