func github.com/go-faster/errors.Is
16 uses
github.com/go-faster/errors (current package)
wrap.go#L114: func Is(err, target error) bool {
github.com/gotd/td/internal/mtproto
read.go#L75: if errors.Is(err, errRejected) {
github.com/gotd/td/internal/pool
pool.go#L248: if errors.Is(err, ErrConnDead) {
github.com/gotd/td/internal/rpc
engine.go#L133: if err != nil && !errors.Is(err, retryCtx.Err()) {
engine.go#L213: if errors.Is(err, context.Canceled) {
github.com/gotd/td/session/tdesktop
file.go#L37: if errors.Is(err, fs.ErrNotExist) ||
file.go#L38: errors.Is(err, fs.ErrPermission) {
file.go#L46: if errors.Is(err, io.ErrUnexpectedEOF) {
github.com/gotd/td/telegram
builder.go#L131: if errors.Is(err, io.EOF) || errors.Is(err, io.ErrUnexpectedEOF) {
connect.go#L57: return errors.Is(err, exchange.ErrKeyFingerprintNotFound)
connect.go#L123: if closeErr := conn.Close(); !errors.Is(closeErr, context.Canceled) {
connect.go#L160: if err := g.Wait(); !errors.Is(err, context.Canceled) {
session.go#L23: if errors.Is(err, session.ErrNotFound) {
session.go#L69: if errors.Is(err, session.ErrNotFound) {
github.com/gotd/td/telegram/auth
flow.go#L74: if errors.Is(signInErr, ErrPasswordAuthNeeded) {
|
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. |