package
Version:
v0.6.11
Opens a new window with list of versions in this module.
Published: Aug 12, 2020
License: Apache-2.0, MIT, Apache-2.0, + 1 more
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func TypeErr(expected, actual interface{}) error
TypeErr returns an error with a string that explains what error was expected and what was received.
type HandlerError struct {
Err error
Stack []byte
}
HandlerError adds a stack trace to an error
New returns a new HandlerError
func (HandlerError) Error ¶
Error makes HandlerError implement error
Source Files
¶
Click to show internal directories.
Click to hide internal directories.