@mvuijs/core / rx / EmptyError
EmptyError #
Thrown by some operators when a Stream completes without emitting a value.
Hierarchy #
Error
.EmptyError
Constructors #
constructor() #
Signature #
new EmptyError(msg?: string, options?: ErrorOptions): EmptyError;
Parameters #
Name | Type |
---|---|
msg? |
string |
options? |
ErrorOptions |
Returns #
Overrides: Error.constructor
Defined in: packages/core/src/rx/empty-error.ts:6
Properties #
cause? #
unknown
Inherited from: Error.cause
Defined in: node_modules/typescript/lib/lib.es2022.error.d.ts:26
message #
string
Inherited from: Error.message
Defined in: node_modules/typescript/lib/lib.es5.d.ts:1054
name #
string
Inherited from: Error.name
Defined in: node_modules/typescript/lib/lib.es5.d.ts:1053
stack? #
string
Inherited from: Error.stack
Defined in: node_modules/typescript/lib/lib.es5.d.ts:1055