package
7.1.0+incompatible
Repository: https://github.com/scalingo/go-utils.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
IsRootCause return true if the cause of the given error is the same type as mytype.
NewValidationErrors return an empty ValidationErrors struct.
No description provided by the author
RootCause returns the cause of an errors stack, whatever the method they used to be stacked: either errgo.Notef or errors.Wrapf.
No description provided by the author

# Structs

No description provided by the author
ValidationErrors store each errors associated to every fields of a model.
ValidationErrorsBuilder is used to provide a simple way to create a ValidationErrors struct.