github.com/gotd/td/tgerr.Error.Code (field)
6 uses
github.com/gotd/td/tgerr (current package)
error.go#L16: Code int // 420
error.go#L26: Code: code,
error.go#L46: return e.Code == code
error.go#L117: return fmt.Sprintf("rpc error code %d: %s (%d)", e.Code, e.Type, e.Argument)
error.go#L119: return fmt.Sprintf("rpc error code %d: %s", e.Code, e.Message)
github.com/gotd/td/telegram
tdlib_json.go#L216: jsonBuilder.Int(err.Code)
![]() |
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. |