package
0.0.0-20240430155833-3b1946fbd3a4
Repository: https://github.com/underbek/examples-go.git
Documentation: pkg.go.dev

# Functions

Errorf method allows for making errors and the format specifier.
No description provided by the author
New method allows for making errors.
ParseGRPCError parses errors from error and Error types.
ParseHttpError parses errors from error and Error types.
ParseType attempts to convert a string to a Type.
Wrap method allows for wrapping errors.
Wrapf method allows for wrapping errors and the format specifier.

# Constants

TypeDatabase is a Type of type Database.
TypeExternal is a Type of type External.
TypeInternal is a Type of type Internal.
TypeInvalidRequest is a Type of type InvalidRequest.
TypeNotFound is a Type of type NotFound.
TypeNotImplemented is a Type of type NotImplemented.
TypeUnauthorized is a Type of type Unauthorized.
TypeUnknown is a Type of type Unknown.

# Variables

No description provided by the author

# Structs

Error is the type that implements the error interface.

# Type aliases

Type defines the type of error this is.