WindowClosedError
The opened window closed before delivering a result.
Extends
Section titled “Extends”Error
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new WindowClosedError(message?): WindowClosedError;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
message? | string |
Returns
Section titled “Returns”WindowClosedError
Overrides
Section titled “Overrides”Error.constructorProperties
Section titled “Properties”cause?
Section titled “cause?”optional cause?: unknown;Inherited from
Section titled “Inherited from”Error.causemessage
Section titled “message”message: string;Inherited from
Section titled “Inherited from”Error.messagename: string;Inherited from
Section titled “Inherited from”Error.namestack?
Section titled “stack?”optional stack?: string;Inherited from
Section titled “Inherited from”Error.stack