CallLogMismatchError
Defined in: error/error.ts:53
Thrown when a resumed run diverges from its log — e.g. the operation at a given position is a different kind than what was recorded, or an action call targets a different action than last time. This means the script is not deterministic and cannot be safely replayed.
Extends
Section titled “Extends”Error
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new CallLogMismatchError( position, expected, actual): CallLogMismatchError;Defined in: error/error.ts:56
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
position |
number |
expected |
string |
actual |
string |
Returns
Section titled “Returns”CallLogMismatchError
Overrides
Section titled “Overrides”Error.constructorProperties
Section titled “Properties”position
Section titled “position”readonly position: number;Defined in: error/error.ts:54