package
0.0.0-20240601152217-0b7f70567b52
Repository: https://github.com/cntechpower/utils.git
Documentation: pkg.go.dev
# Functions
ErrorClass returns the class of the given error.
No description provided by the author
No description provided by the author
SetSpanTags sets one or more tags on the given span according to the error.
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
ClientError represents errors that were the client's fault.
ServerError represents errors that were the server's fault.
Success represents outcomes that achieved the desired results.
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
A Class is a set of types of outcomes (including errors) that will often be handled in the same way.