Documentation
¶
Index ¶
- func CloseFile(location string, existingErrorWrapper *errorwrapper.Wrapper, osFile *os.File) *errorwrapper.Wrapper
- func CloseFileHandlePanic(location string, existingErrorWrapper *errorwrapper.Wrapper, osFile *os.File)
- func CloseFileHandlerFunc(location string, existingErrorWrapper *errorwrapper.Wrapper, osFile *os.File, ...)
- func CloseFileLoggerFunc(location string, existingErrorWrapper *errorwrapper.Wrapper, osFile *os.File, ...)
- func CloseFileUsingErrorCollection(location string, errorCollection *errwrappers.Collection, osFile *os.File) (isSuccess bool)
- func Error(existingErrorWrapper *errorwrapper.Wrapper, errType errtype.Variation, ...) *errorwrapper.Wrapper
- func ErrorMessagesUsingCollectionFunc(errorCollection *errwrappers.Collection, errType errtype.Variation, ...) (isSuccess bool)
- func ErrorMessagesUsingFunc(existingErrorWrapper *errorwrapper.Wrapper, errType errtype.Variation, ...) *errorwrapper.Wrapper
- func ErrorUsingCollection(errorCollection *errwrappers.Collection, errType errtype.Variation, err error)
- func ErrorUsingFunc(existingErrorWrapper *errorwrapper.Wrapper, errType errtype.Variation, ...) *errorwrapper.Wrapper
- func ErrorWithMessages(existingErrorWrapper *errorwrapper.Wrapper, errType errtype.Variation, ...) *errorwrapper.Wrapper
- func ErrorWithMessagesUsingCollection(errorCollection *errwrappers.Collection, errType errtype.Variation, err error, ...) (isSuccess bool)
- func ErrorWrapperFunc(existingErrorWrapper *errorwrapper.Wrapper, errWrapperFunc errfunc.WrapperFunc) *errorwrapper.Wrapper
- func ErrorWrapperFuncUsingCollection(errorCollection *errwrappers.Collection, errWrapperFunc errfunc.WrapperFunc) (isSuccess bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CloseFile ¶
func CloseFile( location string, existingErrorWrapper *errorwrapper.Wrapper, osFile *os.File, ) *errorwrapper.Wrapper
func CloseFileHandlePanic ¶
func CloseFileHandlePanic( location string, existingErrorWrapper *errorwrapper.Wrapper, osFile *os.File, )
func CloseFileHandlerFunc ¶
func CloseFileHandlerFunc( location string, existingErrorWrapper *errorwrapper.Wrapper, osFile *os.File, handlerFunc func(errorWrapper *errorwrapper.Wrapper), )
func CloseFileLoggerFunc ¶
func CloseFileLoggerFunc( location string, existingErrorWrapper *errorwrapper.Wrapper, osFile *os.File, loggerFunc func(errorWrapper *errorwrapper.Wrapper), )
func CloseFileUsingErrorCollection ¶
func CloseFileUsingErrorCollection( location string, errorCollection *errwrappers.Collection, osFile *os.File, ) (isSuccess bool)
func Error ¶
func Error( existingErrorWrapper *errorwrapper.Wrapper, errType errtype.Variation, err error, ) *errorwrapper.Wrapper
func ErrorMessagesUsingCollectionFunc ¶
func ErrorMessagesUsingCollectionFunc( errorCollection *errwrappers.Collection, errType errtype.Variation, errorFunc func() error, messages ...string, ) (isSuccess bool)
func ErrorMessagesUsingFunc ¶
func ErrorMessagesUsingFunc( existingErrorWrapper *errorwrapper.Wrapper, errType errtype.Variation, errorFunc func() error, messages ...string, ) *errorwrapper.Wrapper
func ErrorUsingCollection ¶
func ErrorUsingCollection( errorCollection *errwrappers.Collection, errType errtype.Variation, err error, )
func ErrorUsingFunc ¶
func ErrorUsingFunc( existingErrorWrapper *errorwrapper.Wrapper, errType errtype.Variation, errorFunc func() error, ) *errorwrapper.Wrapper
func ErrorWithMessages ¶
func ErrorWithMessages( existingErrorWrapper *errorwrapper.Wrapper, errType errtype.Variation, err error, messages ...string, ) *errorwrapper.Wrapper
func ErrorWithMessagesUsingCollection ¶
func ErrorWithMessagesUsingCollection( errorCollection *errwrappers.Collection, errType errtype.Variation, err error, messages ...string, ) (isSuccess bool)
func ErrorWrapperFunc ¶
func ErrorWrapperFunc( existingErrorWrapper *errorwrapper.Wrapper, errWrapperFunc errfunc.WrapperFunc, ) *errorwrapper.Wrapper
func ErrorWrapperFuncUsingCollection ¶
func ErrorWrapperFuncUsingCollection( errorCollection *errwrappers.Collection, errWrapperFunc errfunc.WrapperFunc, ) (isSuccess bool)
Types ¶
This section is empty.
Source Files
¶
- CloseFile.go
- CloseFileHandlePanic.go
- CloseFileHandlerFunc.go
- CloseFileLoggerFunc.go
- CloseFileUsingErrorCollection.go
- Error.go
- ErrorMessagesUsingCollectionFunc.go
- ErrorMessagesUsingFunc.go
- ErrorUsingCollection.go
- ErrorUsingFunc.go
- ErrorWithMessages.go
- ErrorWithMessagesUsingCollection.go
- ErrorWrapperFunc.go
- ErrorWrapperFuncUsingCollection.go
- mergeErrorWrapper.go
Click to show internal directories.
Click to hide internal directories.