Preparing search index...
The search index is not available
BIM.works SDKs - v1.3.11-b201k
BIM.works SDKs
@sascom/jsclient
BimWorksTaskError
Interface BimWorksTaskError<TResponse>
interface
BimWorksTaskError
<
TResponse
>
{
error
:
{
code
:
number
;
domain
:
string
;
domain_full
?:
string
;
message
:
string
;
stacktrace
:
string
;
task_uuid
:
string
;
type
:
string
;
userSafeMessage
?:
string
;
[
prop
:
string
]
:
unknown
;
}
;
response
:
TResponse
&
{
[
prop
:
string
]
:
unknown
;
}
;
task
:
{
taskName
:
string
;
[
prop
:
string
]
:
unknown
;
}
;
}
Type Parameters
TResponse
=
void
Index
Properties
error
response
task
Properties
error
error
:
{
code
:
number
;
domain
:
string
;
domain_full
?:
string
;
message
:
string
;
stacktrace
:
string
;
task_uuid
:
string
;
type
:
string
;
userSafeMessage
?:
string
;
[
prop
:
string
]
:
unknown
;
}
response
response
:
TResponse
&
{
[
prop
:
string
]
:
unknown
;
}
task
task
:
{
taskName
:
string
;
[
prop
:
string
]
:
unknown
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
response
task
BIM.works SDKs - v1.3.11-b201k
Loading...