LogConflictError
Extends
Section titled “Extends”Error
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new LogConflictError( runId, expectedIndex, actualIndex): LogConflictError;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
|
|
|
|
|
|
|
Returns
Section titled “Returns”LogConflictError
Overrides
Section titled “Overrides”Error.constructorProperties
Section titled “Properties”actualIndex
Section titled “actualIndex”readonly actualIndex: number;expectedIndex
Section titled “expectedIndex”readonly expectedIndex: number;readonly runId: string;