package
0.0.0-20210616185747-7112f6d3cecc
Repository: https://github.com/sebach1/rtc.git
Documentation: pkg.go.dev
# Functions
NewMultiErr returns a MultiErr with the given errs.
No description provided by the author
UnwrapValidationError will undo .Error() boilerplate (skipping origin information, and giving .Err).
# Constants
ErrorsSeparator is the expected string to use when stringifiying multiple errors to one.
# Structs
ValidationError is the custom validation error which stores: - OriginType: the struct which gave the error - Err: the err to be wrapped by .Error().
# Type aliases
MultiErr is an error interface with multiple error .Error() will retrieve the appended errs separated by ErrorsSeparator.