Categorygithub.com/leapforce-libraries/go_errortools
modulepackage
0.0.0-20230306211452-9ccee0cdafe8
Repository: https://github.com/leapforce-libraries/go_errortools.git
Documentation: pkg.go.dev

# Functions

CaptureError sends error to Sentry, prints it.
CaptureErrorf returns formatted message-only Error.
CaptureFatal sends fatal to Sentry, prints it and exits if not nil.
CaptureFatalf returns formatted message-only Error.
CaptureInfo sends info to Sentry, prints it and exits if not nil.
CaptureInfof returns formatted message-only Error.
CaptureWarning sends warning to Sentry, prints it.
CaptureWarningf returns formatted message-only Error.
No description provided by the author
ErrorMessage returns message-only Error .
ErrorMessagef returns formatted message-only Error .
Fatal prints error and exits if not nil.
InitSentry initializes logging to sentry .
Println prints error if not nil.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author

# Structs

Error stores enriched error information .