@camunda8/sdk
Preparing search index...
index
HTTPError
Class HTTPError
Hierarchy
HTTPError
HTTPError
Implements
CamundaRestError
Index
Constructors
constructor
Properties
detail
instance
method
original
Message
status
status
Code
title
type
url
Constructors
constructor
new
HTTPError
(
__namedParameters
:
{
message
:
string
;
method
?:
string
;
response
:
Response
<
unknown
>
;
url
?:
string
;
}
,
)
:
HTTPError
Parameters
__namedParameters
:
{
message
:
string
;
method
?:
string
;
response
:
Response
<
unknown
>
;
url
?:
string
}
Returns
HTTPError
Properties
detail
detail
:
string
instance
instance
:
string
method
method
:
undefined
|
string
original
Message
originalMessage
:
string
status
status
:
number
status
Code
statusCode
:
number
title
title
:
string
type
type
:
"about:blank"
= ...
url
url
:
undefined
|
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
detail
instance
method
original
Message
status
status
Code
title
type
url
@camunda8/sdk
Loading...