@kkdev92/vscode-ext-kit - v4.1.1
GitHub
npm
Preparing search index...
capabilities/std/timing
TimeoutError
Class TimeoutError
Thrown by
withTimeout
when the operation misses its budget.
Hierarchy
Error
TimeoutError
Index
Constructors
constructor
Properties
cause?
message
name
stack?
Constructors
constructor
new
TimeoutError
(
message
?:
string
)
:
TimeoutError
Parameters
message
:
string
= 'Operation timed out'
Returns
TimeoutError
Properties
Optional
cause
cause
?:
unknown
message
message
:
string
name
name
:
string
Optional
stack
stack
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
cause
message
name
stack
GitHub
npm
@kkdev92/vscode-ext-kit - v4.1.1
Loading...
Thrown by withTimeout when the operation misses its budget.