EmptyError

An error thrown when an Observable or a sequence was queried but has no elements.

interface EmptyError extends Error {
}

See Also