Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type StructuredError ¶
type StructuredError struct {
// contains filtered or unexported fields
}
func Structured ¶
func Structured(causeOrMessage interface{}, raw ...interface{}) *StructuredError
func (StructuredError) Cause ¶
func (e StructuredError) Cause() error
func (StructuredError) Error ¶
func (e StructuredError) Error() string
func (StructuredError) MarshalLogObject ¶
func (e StructuredError) MarshalLogObject(enc zapcore.ObjectEncoder) error
func (StructuredError) Unwrap ¶
func (e StructuredError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.