Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewErrorWithFields ¶
Types ¶
type ErrorCollection ¶
type ErrorCollection struct {
Errors []error
}
func (*ErrorCollection) Err ¶
func (e *ErrorCollection) Err() error
func (*ErrorCollection) Error ¶
func (e *ErrorCollection) Error() string
func (*ErrorCollection) Len ¶
func (e *ErrorCollection) Len() int
func (*ErrorCollection) Push ¶
func (e *ErrorCollection) Push(err error)
type ErrorWithFields ¶
type ErrorWithFields struct {
Fields map[string]interface{}
// contains filtered or unexported fields
}
func (*ErrorWithFields) Error ¶
func (e *ErrorWithFields) Error() string
Click to show internal directories.
Click to hide internal directories.