# NoSheetWithIdError

Error thrown when the sheet of a given ID does not exist.

## Constructors

### constructor 

\+ **new NoSheetWithIdError**(`sheetId`: number): *[NoSheetWithIdError](nosheetwithiderror.md)*

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

**Parameters:**

Name | Type |
------ | ------ |
`sheetId` | number |

**Returns:** *[NoSheetWithIdError](nosheetwithiderror.md)*

## Properties

### message 

• **message**: *string*

___

### name 

• **name**: *string*

___

### stack

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

___

### Error

▪ **Error**: *ErrorConstructor*