Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ErrorBuilder ¶
type ErrorBuilder struct {
// contains filtered or unexported fields
}
func Base ¶
func Base(err error) ErrorBuilder
func (ErrorBuilder) Format ¶
func (v ErrorBuilder) Format(format string, values ...interface{}) error
func (ErrorBuilder) Message ¶
func (v ErrorBuilder) Message(msg ...interface{}) error
type HasInnerError ¶
type HasInnerError interface {
Inner() error
}
Click to show internal directories.
Click to hide internal directories.