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.causemessage
ts
message: string;Inherited from
ts
Error.messagename
ts
name: string;Inherited from
ts
Error.namestack?
ts
optional stack: string;Inherited from
ts
Error.stack