github.com/gotd/td/tgerr.Error.Message (field)
7 uses
github.com/gotd/td/tgerr (current package)
error.go#L17: Message string // FLOOD_WAIT_3
error.go#L27: Message: msg,
error.go#L77: if e.Message == "" {
error.go#L82: e.Type = e.Message
error.go#L85: parts := strings.Split(e.Message, "_")
error.go#L116: if e.Type != e.Message {
error.go#L119: return fmt.Sprintf("rpc error code %d: %s", e.Code, e.Message)
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. |