Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsMemberLookupError ¶
func NewMemberLookupError ¶
Types ¶
type Handler ¶
type Handler interface { // HandleError processess an error without mutating it. If the error is determined to be fatal, // a non-nil error should be returned. HandleError(err error) (handled bool, fatalError error) }
Handler knows how to handle errors
func NewCompoundHandler ¶
Click to show internal directories.
Click to hide internal directories.