durable-execution - v0.8.0
GitHub
Preparing search index...
DurableTaskErrorStorageObject
Type Alias DurableTaskErrorStorageObject
A storage object for a durable task error.
type
DurableTaskErrorStorageObject
=
{
tag
:
string
;
message
:
string
;
isRetryable
:
boolean
;
}
Index
Properties
tag
message
is
Retryable
Properties
tag
tag
:
string
message
message
:
string
is
Retryable
isRetryable
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
tag
message
is
Retryable
GitHub
durable-execution - v0.8.0
Loading...
A storage object for a durable task error.