MCPcopy Create free account
hub / github.com/ReactiveX/RxGo / Error

Function Error

item.go:39–41  ·  view source on GitHub ↗

Error creates an item from an error.

(err error)

Source from the content-addressed store, hash-verified

37
38// Error creates an item from an error.
39func Error(err error) Item {
40 return Item{E: err}
41}
42
43// SendItems is an utility function that send a list of interface{} and indicate a strategy on whether to close
44// the channel once the function completes.

Callers 15

nextMethod · 0.85
channelValueFunction · 0.85
nextMethod · 0.85
nextMethod · 0.85
nextMethod · 0.85
nextMethod · 0.85
nextMethod · 0.85
nextMethod · 0.85
nextMethod · 0.85
BackOffRetryMethod · 0.85
nextMethod · 0.85
nextMethod · 0.85

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…