Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrDuplicateDataExisted = errors.New("duplicated data existed")
ErrDuplicateDataExisted returns an error cause the functionality is not supported
View Source
var ErrNotImplementedFunctionality = errors.New("not implemented functionality")
ErrNotImplementedFunctionality returns an error cause the functionality is not implemented
View Source
var ErrNotSuppportedFunctionality = errors.New("not supported functionality")
ErrNotSuppportedFunctionality returns an error cause the functionality is not supported
View Source
var New = defaultHandler.New()
New returns new error with message
Functions ¶
func SetDefaultHandler ¶
func SetDefaultHandler(handler ErrorsInterface)
SetDefaultHandler set error handler
Types ¶
type ErrorsInterface ¶
Click to show internal directories.
Click to hide internal directories.