Skip to content

Documentation / @eventkit/base / NoValuesError

Class: NoValuesError

An error thrown when an observable completes without emitting any valid values.

Extends

  • Error

Properties

cause?

ts
optional cause: unknown;

Inherited from

ts
Error.cause

message

ts
message: string;

Inherited from

ts
Error.message

name

ts
name: string;

Inherited from

ts
Error.name

stack?

ts
optional stack: string;

Inherited from

ts
Error.stack

Released under the MIT License.