TimeoutWithError Interface
Signature
export interface TimeoutWithError
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
durationMs | optional |
number | |
errorMsg | optional |
string | |
reject | optional |
true |
Property Details
durationMs
Signature
durationMs?: number;
Type: number
errorMsg
Signature
errorMsg?: string;
Type: string
reject
Signature
reject?: true;
Type: true