TESSA Web API
Preparing search index...
Core.Error
PromiseQueueCapacityExceededLimitError
Class PromiseQueueCapacityExceededLimitError
Hierarchy
Error
PromiseQueueCapacityExceededLimitError
Index
Constructors
constructor
Properties
cause?
message
name
stack?
Methods
is
Error
Constructors
constructor
new
PromiseQueueCapacityExceededLimitError
(
capacity
:
number
,
)
:
PromiseQueueCapacityExceededLimitError
Parameters
capacity
:
number
Returns
PromiseQueueCapacityExceededLimitError
Properties
Optional
cause
cause
?:
unknown
message
message
:
string
name
name
:
string
Optional
stack
stack
?:
string
Methods
Static
is
Error
isError
(
error
:
unknown
)
:
error
is
Error
Indicates whether the argument provided is a built-in Error instance or not.
Parameters
error
:
unknown
Returns
error
is
Error
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
cause
message
name
stack
Methods
is
Error
TESSA Web API
Loading...
Indicates whether the argument provided is a built-in Error instance or not.