func github.com/go-faster/errors.Wrapf
18 uses
github.com/go-faster/errors (current package)
wrap.go#L90: func Wrapf(err error, format string, a ...interface{}) error {
github.com/go-faster/jx
dec_float.go#L81: return 0, errors.Wrapf(err, "leading %q", c)
dec_float.go#L181: return 0, errors.Wrapf(err, "leading %q", c)
dec_float.go#L294: return errors.Wrapf(err, "leading %q", c)
github.com/gotd/td/internal/mtproto
read.go#L38: return errors.Wrapf(errRejected, "unexpected type %s", id.Type())
read.go#L61: return nil, errors.Wrapf(errRejected, "invalid session (got %d, expected %d)", msg.SessionID, session.ID)
read.go#L64: return nil, errors.Wrapf(err, "bad message id %d", msg.MessageID)
read.go#L67: return nil, errors.Wrapf(errRejected, "duplicate or too low message id %d", msg.MessageID)
github.com/gotd/td/internal/tdsync
log_group.go#L48: return errors.Wrapf(err, "task %s", taskName)
github.com/gotd/td/session
session.go#L139: return nil, errors.Wrapf(ErrNotFound, "version mismatch (%d != %d)", v.Version, latestVersion)
github.com/gotd/td/session/tdesktop
mtp_authorization.go#L108: return errors.Wrapf(err, "read key %d", i)
github.com/gotd/td/tdjson
decoder.go#L144: return bin.Int128{}, errors.Wrapf(err, "invalid length %d", l)
decoder.go#L165: return bin.Int256{}, errors.Wrapf(err, "invalid length %d", l)
github.com/gotd/td/telegram
sub_conns.go#L23: return errors.Wrapf(err, "create connection to DC %d", dc)
transfer.go#L14: return nil, errors.Wrapf(err, "export auth to %d", dcID)
transfer.go#L25: return nil, errors.Wrapf(err, "export to %d", dc)
transfer.go#L32: return nil, errors.Wrapf(err, "import from %d", dc)
github.com/gotd/td/telegram/dcs
mtproxy.go#L48: return nil, errors.Wrapf(err, "connect to the MTProxy %q", m.addr)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |