durable-execution - v0.8.0
GitHub
Preparing search index...
DurableTaskChildErrorStorageObject
Type Alias DurableTaskChildErrorStorageObject
A storage object for a child task error of a durable task execution.
type
DurableTaskChildErrorStorageObject
=
{
index
:
number
;
taskId
:
string
;
executionId
:
string
;
error
:
DurableTaskErrorStorageObject
;
}
Index
Properties
index
task
Id
execution
Id
error
Properties
index
index
:
number
task
Id
taskId
:
string
execution
Id
executionId
:
string
error
error
:
DurableTaskErrorStorageObject
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
index
task
Id
execution
Id
error
GitHub
durable-execution - v0.8.0
Loading...
A storage object for a child task error of a durable task execution.