MCPcopy
hub / github.com/cayleygraph/cayley / Error

Struct Error

graph/iterator/iterator.go:113–115  ·  view source on GitHub ↗

Error iterator always returns a single error with no other results.

Source from the content-addressed store, hash-verified

111
112// Error iterator always returns a single error with no other results.
113type Error struct {
114 err error
115}
116
117func NewError(err error) *Error {
118 return &Error{err: err}

Callers 1

jquery.min.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected