MCPcopy Create free account
hub / github.com/auth0/auth0-cli / Error

Function Error

internal/auth0/error.go:5–7  ·  view source on GitHub ↗
(e error, message string)

Source from the content-addressed store, hash-verified

3import "github.com/pkg/errors"
4
5func Error(e error, message string) error {
6 return errors.Wrap(e, message)
7}

Callers 15

registerStringFunction · 0.92
registerStringSliceFunction · 0.92
registerStringMapFunction · 0.92
registerIntFunction · 0.92
registerIntSliceFunction · 0.92
registerBoolFunction · 0.92
loadingFunction · 0.92
PipedInputFunction · 0.92
VFunction · 0.85
ZFunction · 0.85
oaFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected