# NoOperationToRedoError

Error thrown when there are no operations to redo by the [redo](crudoperations.md#redo) method.

## Constructors

### constructor 

\+ **new NoOperationToRedoError**(): *[NoOperationToRedoError](nooperationtoredoerror.md)*

*Defined in [src/errors.ts:119](https://github.com/handsontable/hyperformula/blob/b8542ec/src/errors.ts#L119)*

**Returns:** *[NoOperationToRedoError](nooperationtoredoerror.md)*

## Properties

### message 

• **message**: *string*

___

### name 

• **name**: *string*

___

### stack

• **stack**? : *undefined | string*

___

### Error

▪ **Error**: *ErrorConstructor*