func github.com/go-faster/errors.Wrapf
44 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/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/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)
mtp_dcoptions.go#L121: return errors.Wrapf(err, "read option %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/tdsync
log_group.go#L48: return errors.Wrapf(err, "task %s", taskName)
github.com/gotd/td/telegram
pool.go#L97: return nil, errors.Wrapf(err, "fetch CDN public keys for DC %d", dcID)
sub_conns.go#L25: return errors.Wrapf(err, "create connection to DC %d", dc)
tdlib_json.go#L123: return "", errors.Wrapf(err, "decode TDLib JSON for %q", telegramName)
transfer.go#L14: return nil, errors.Wrapf(err, "export auth to %d", dcID)
transfer.go#L39: return errors.Wrapf(err, "export to %d", dc)
transfer.go#L46: return 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)
github.com/gotd/td/telegram/downloader
cdn_state_machine.go#L127: return nil, errors.Wrapf(err, "create CDN client for DC %d", redirectErr.Redirect.DCID)
cdn_state_machine.go#L134: return nil, errors.Wrapf(err, "create CDN client for DC %d", redirectErr.Redirect.DCID)
cdn_state_machine.go#L164: return chunk{}, errors.Wrapf(err, "create CDN client for DC %d", redirectErr.Redirect.DCID)
cdn_state_machine.go#L173: return chunk{}, errors.Wrapf(err, "create CDN client for DC %d", redirectErr.Redirect.DCID)
cdn_state_machine.go#L178: return chunk{}, errors.Wrapf(err, "master chunk offset=%d limit=%d", offset, limit)
cdn_state_machine.go#L189: return chunk{}, errors.Wrapf(err, "create CDN client for DC %d", redirect.DCID)
cdn_state_machine.go#L197: return chunk{}, errors.Wrapf(err, "create CDN client for DC %d", redirect.DCID)
cdn_state_machine.go#L202: return chunk{}, errors.Wrapf(err, "cdn request plan offset=%d limit=%d", offset, limit)
cdn_state_machine.go#L231: return chunk{}, errors.Wrapf(
cdn_state_machine.go#L272: return chunk{}, errors.Wrapf(
cdn_state_machine.go#L316: return nil, errors.Wrapf(err, "master hashes offset=%d", offset)
cdn_state_machine.go#L342: return nil, errors.Wrapf(err, "cdn hashes dc=%d offset=%d", redirect.DCID, offset)
cdn_verify.go#L154: return tg.FileHash{}, errors.Wrapf(err, "load CDN hashes at offset=%d", offset)
cdn_verify.go#L196: return nil, errors.Wrapf(err, "load full hash window at offset=%d limit=%d", hash.Offset, hash.Limit)
cdn_verify.go#L205: return nil, errors.Wrapf(
cdn_verify.go#L257: return errors.Wrapf(
retry.go#L17: return errors.Wrapf(err, "%s: retry limit reached (%d)", op, attempts)
github.com/gotd/td/tg
json_invoke.go#L214: return errors.Wrapf(err, "encode field %s", field.SchemaName)
json_invoke.go#L253: return errors.Wrapf(err, "parse field %s", keyStr)
json_invoke.go#L283: return errors.Wrapf(err, "parse field %s", keyStr)
json_invoke.go#L480: return errors.Wrapf(err, "encode field %s", field.SchemaName)
json_invoke.go#L530: return errors.Wrapf(err, "encode field %s", field.SchemaName)
json_invoke.go#L539: return errors.Wrapf(err, "retry decode failed for type %q", typeName)
 |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |