drupflare/worker - v1.0.0
Preparing search index...
db/heap-store
ReplayResult
Type Alias ReplayResult
what a replay did, reported per descriptor so a partial failure names itself
type
ReplayResult
=
{
failed
:
{
error
:
string
;
fd
:
number
;
path
:
string
}
[]
;
replayed
:
{
fd
:
number
;
path
:
string
;
position
:
number
}
[]
;
}
Index
Properties
failed
replayed
Properties
failed
failed
:
{
error
:
string
;
fd
:
number
;
path
:
string
}
[]
replayed
replayed
:
{
fd
:
number
;
path
:
string
;
position
:
number
}
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
failed
replayed
drupflare/worker - v1.0.0
Loading...
what a replay did, reported per descriptor so a partial failure names itself