Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TError ¶
type TError struct {
Message []string
}
TError is a struct that implements the TraceableError interface.
func (*TError) From ¶
func (e *TError) From(message string) TraceableError
type TraceableError ¶
type TraceableError interface { error From(message string) TraceableError Last() string }
TraceableError can help trace the origin of an error.
Click to show internal directories.
Click to hide internal directories.