package errs import "github.com/google/uuid" type HTTPErrWrapper struct { HttpCode int ErrorId uuid.UUID Description string Error error }