config_opts.go: return nil, fmt.Errorf("config: missing required node map")
config_opts.go: return nil, fmt.Errorf("config: missing required node addresses")
config_opts.go: return fmt.Errorf("config: node 0 is reserved")
config_opts.go: return fmt.Errorf("config: invalid address %q: %w", addr, err)
config_opts.go: return fmt.Errorf("config: node %d already in use by %q", id, existingNode.Address())
config_opts.go: return fmt.Errorf("config: address %q already in use by node %d", normalizedAddr, existingID)
config.go: return nil, fmt.Errorf("config: missing required node list")
config.go: return nil, fmt.Errorf("config: missing required node list")
config.go: return nil, fmt.Errorf("config: cannot extend empty configuration")
marshaling.go: return nil, fmt.Errorf("gorums: could not find method descriptor for %s", in.GetMethod())
marshaling.go: return nil, fmt.Errorf("gorums: could not find message type %s", methodDesc.Input().FullName())
marshaling.go: return nil, fmt.Errorf("gorums: could not unmarshal request: %w", err)
marshaling.go: return nil, fmt.Errorf("gorums: could not find method descriptor for %s", out.GetMethod())
marshaling.go: return nil, fmt.Errorf("gorums: could not find message type %s", methodDesc.Output().FullName())
marshaling.go: return nil, fmt.Errorf("gorums: could not unmarshal response: %w", err)
mgr.go: return nil, fmt.Errorf("node %d already exists", id)
opts.go: return nil, nil, nil, fmt.Errorf("gorums: multiple NodeListOptions provided")
opts.go: return nil, nil, nil, fmt.Errorf("gorums: unsupported option type: %T", opt)
system.go: return nil, fmt.Errorf("gorums: failed to create outbound config: %w", err)
system.go: return nil, nil, fmt.Errorf("gorums: unexpected NodeListOption passed to NewLocalSystems")
system.go: return nil, nil, fmt.Errorf("gorums: failed to create outbound config for system %d: %w", i+1, err)
errors.go:var ErrIncomplete = errors.New("incomplete call")
errors.go:var ErrSendFailure = errors.New("send failure")
errors.go:var ErrSkipNode = errors.New("skip node")
inbound_manager.go: return nil, func() {}, errors.New("gorums: dynamic client ID space exhausted")
internal/stream/response.go:var ErrTypeMismatch = errors.New("response type mismatch")