Documentation
¶
Index ¶
Constants ¶
View Source
const ErrSeparator = " -- "
ErrSeparator is used to separate the message from the cause in the error message
Variables ¶
This section is empty.
Functions ¶
func UnwrapErrors ¶
Types ¶
type Error ¶
type Error string
Error provides a string based error type allowing the definition of const errors in packages
type JoinedErrors ¶
type JoinedErrors interface {
Unwrap() []error
}
Click to show internal directories.
Click to hide internal directories.