Rezi
Preparing search index...
testkit/src
FuzzFailureError
Class FuzzFailureError
Hierarchy
Error
FuzzFailureError
Index
Constructors
constructor
Properties
case
Seed
iteration
label
notes
seed
Constructors
constructor
new
FuzzFailureError
(
ctx
:
Pick
<
FuzzIterationContext
,
"label"
|
"seed"
|
"iteration"
|
"caseSeed"
,
>
,
cause
:
unknown
,
notes
:
readonly
string
[]
,
)
:
FuzzFailureError
Parameters
ctx
:
Pick
<
FuzzIterationContext
,
"label"
|
"seed"
|
"iteration"
|
"caseSeed"
>
cause
:
unknown
notes
:
readonly
string
[]
Returns
FuzzFailureError
Properties
Readonly
case
Seed
caseSeed
:
number
Readonly
iteration
iteration
:
number
Readonly
label
label
:
string
Readonly
notes
notes
:
readonly
string
[]
Readonly
seed
seed
:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
case
Seed
iteration
label
notes
seed
Rezi
Loading...