Type Alias: PropertyFailure
PropertyFailure =
object
Defined in: packages/fast-check/src/check/property/IRawProperty.ts:13
Represent failures of the property
Remarks
Since 3.0.0
Properties
error
error:
unknown
Defined in: packages/fast-check/src/check/property/IRawProperty.ts:19
The original error that has been intercepted. Possibly not an instance Error as users can throw anything.
Remarks
Since 3.0.0