package
0.2.21
Repository: https://github.com/plainq/servekit.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

RegisterReporter registers given reporter as global reporter.
No description provided by the author

# Constants

ErrAlreadyExists indicates an attempt to create an entity which is failed because such entity already exists.
ErrConnFailed shows that connection to a resource failed.
ErrInvalidArgument indicates that client has specified an invalid argument.
ErrNotFound indicates that requested entity can not be found.
ErrUnauthenticated indicates the request does not have valid authentication credentials to perform the operation.
ErrUnauthorized indicates the caller does not have permission to execute the specified operation.
ErrUnavailable indicates that the service is currently unavailable.

# Interfaces

ErrorReporter reports about errors.

# Type aliases

Error type represents package level errors.